diff --git a/RestroHub-FrontEnd/index.html b/RestroHub-FrontEnd/index.html index 8960357..9c21446 100644 --- a/RestroHub-FrontEnd/index.html +++ b/RestroHub-FrontEnd/index.html @@ -15,3 +15,4 @@ + diff --git a/RestroHub-FrontEnd/src/pages/public/Landing.jsx b/RestroHub-FrontEnd/src/pages/public/Landing.jsx index cbbaedb..9e0b0cd 100644 --- a/RestroHub-FrontEnd/src/pages/public/Landing.jsx +++ b/RestroHub-FrontEnd/src/pages/public/Landing.jsx @@ -24,10 +24,8 @@ import { const Landing = () => { const [mobileMenuOpen, setMobileMenuOpen] = useState(false); 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' }, @@ -156,6 +154,7 @@ const plans = [ name: 'Ramesh Patel', role: 'Owner, Rajkot Dhaba', text: 'Restroly doubled our order efficiency. Customers love the QR menu and we love the zero-error billing!', + text: 'Restroly doubled our order efficiency. Customers love the QR menu and we love the zero-error billing!', rating: 5, }, { @@ -206,10 +205,8 @@ const plans = [ { value: '4.9', label: 'App Rating' }, ]; - // ============================ - // RENDER - // ============================ - return ( + // ===================== // RENDER + // ===================== return (
{/* ================================================ */} @@ -608,6 +605,7 @@ const plans = [ Ready to Digitize Your Restaurant?

+ Join 5+ restaurants across India already using Restroly to Join 5+ restaurants across India already using Restroly to serve customers faster.

@@ -674,6 +672,7 @@ const plans = [

© {new Date().getFullYear()} Restroly. All rights reserved. + © {new Date().getFullYear()} Restroly. All rights reserved.

Made with ❤️ in India

@@ -683,4 +682,6 @@ const plans = [ ); }; -export default Landing; \ No newline at end of file +export default Landing; + +