diff --git a/RestroHub-FrontEnd/favicon.svg b/RestroHub-FrontEnd/favicon.svg new file mode 100644 index 0000000..a46a564 --- /dev/null +++ b/RestroHub-FrontEnd/favicon.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/RestroHub-FrontEnd/index.html b/RestroHub-FrontEnd/index.html index 8960357..1a27ba3 100644 --- a/RestroHub-FrontEnd/index.html +++ b/RestroHub-FrontEnd/index.html @@ -4,6 +4,7 @@ Restroly + @@ -15,3 +16,6 @@ + + + diff --git a/RestroHub-FrontEnd/logo.svg b/RestroHub-FrontEnd/logo.svg new file mode 100644 index 0000000..6ba3dc5 --- /dev/null +++ b/RestroHub-FrontEnd/logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + Restroly + diff --git a/RestroHub-FrontEnd/src/pages/public/Landing.jsx b/RestroHub-FrontEnd/src/pages/public/Landing.jsx index 29145a9..6401b2c 100644 --- a/RestroHub-FrontEnd/src/pages/public/Landing.jsx +++ b/RestroHub-FrontEnd/src/pages/public/Landing.jsx @@ -42,10 +42,8 @@ const Landing = () => { const { isDark, toggle } = useTheme(); - // ============================ - // DATA - // ============================ - const navLinks = [ + // ===================== // DATA + // ===================== const navLinks = [ { label: 'Features', href: '#features' }, { label: 'How It Works', href: '#how-it-works' }, { label: 'Pricing', href: '#pricing' }, @@ -259,10 +257,8 @@ const [contactForm, setContactForm] = useState({ { value: '4.9', label: 'App Rating' }, ]; - // ============================ - // RENDER - // ============================ - return ( + // ===================== // RENDER + // ===================== return (