From 258d54cb85bc54873220291a725f9713c8ab9e76 Mon Sep 17 00:00:00 2001 From: abhigyan24-ops Date: Fri, 15 May 2026 02:44:32 +0530 Subject: [PATCH 1/4] fix: revert index.html and defaultData.js, replace RestroHub with Restorly --- RestroHub-FrontEnd/index.html | 2 +- RestroHub-FrontEnd/src/pages/public/Landing.jsx | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/RestroHub-FrontEnd/index.html b/RestroHub-FrontEnd/index.html index 8960357..e2c961b 100644 --- a/RestroHub-FrontEnd/index.html +++ b/RestroHub-FrontEnd/index.html @@ -14,4 +14,4 @@
- + \ No newline at end of file diff --git a/RestroHub-FrontEnd/src/pages/public/Landing.jsx b/RestroHub-FrontEnd/src/pages/public/Landing.jsx index cbbaedb..b235645 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: 'Restorly 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 (
{/* ================================================ */} @@ -609,6 +606,7 @@ const plans = [

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

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

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

Made with ❤️ in India

@@ -683,4 +682,4 @@ const plans = [ ); }; -export default Landing; \ No newline at end of file +export default Landing; From ca01d134f98c4de1e5bbc2fec3265dd525ca1b0f Mon Sep 17 00:00:00 2001 From: abhigyan24-ops Date: Fri, 15 May 2026 02:47:32 +0530 Subject: [PATCH 2/4] fix: fully revert index.html to upstream --- RestroHub-FrontEnd/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RestroHub-FrontEnd/index.html b/RestroHub-FrontEnd/index.html index e2c961b..8960357 100644 --- a/RestroHub-FrontEnd/index.html +++ b/RestroHub-FrontEnd/index.html @@ -14,4 +14,4 @@
- \ No newline at end of file + From 518f0d808c4130d136b915da783d6c32fdb03a11 Mon Sep 17 00:00:00 2001 From: abhigyan24-ops Date: Tue, 19 May 2026 00:05:48 +0530 Subject: [PATCH 3/4] fix: correct product name from Restorly to Restroly --- RestroHub-FrontEnd/src/pages/public/Landing.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RestroHub-FrontEnd/src/pages/public/Landing.jsx b/RestroHub-FrontEnd/src/pages/public/Landing.jsx index b235645..4660a18 100644 --- a/RestroHub-FrontEnd/src/pages/public/Landing.jsx +++ b/RestroHub-FrontEnd/src/pages/public/Landing.jsx @@ -154,7 +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: 'Restorly 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, }, { @@ -606,7 +606,7 @@ const plans = [

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

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

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

Made with ❤️ in India

@@ -683,3 +683,4 @@ const plans = [ }; export default Landing; + From fb9d5c35da4bbfd5520fa9afc6f2be189d3d2fa2 Mon Sep 17 00:00:00 2001 From: abhigyan24-ops Date: Tue, 19 May 2026 00:09:33 +0530 Subject: [PATCH 4/4] fix: correct product name to Restroly in footer and index.html --- RestroHub-FrontEnd/index.html | 1 + RestroHub-FrontEnd/src/pages/public/Landing.jsx | 1 + 2 files changed, 2 insertions(+) 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 4660a18..9e0b0cd 100644 --- a/RestroHub-FrontEnd/src/pages/public/Landing.jsx +++ b/RestroHub-FrontEnd/src/pages/public/Landing.jsx @@ -684,3 +684,4 @@ const plans = [ export default Landing; +