From d81e24e22cebffcfea368dfc76717345a19082e3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:36:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 273e249..f6fb8da 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 643105c6fb0679d1a2b1de07be0440c864eccc26 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:36:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fb421a..29778e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="Delhi Mithaiwala" description="Authentic Veg Bakery & Chat Shop serving delicious homemade sweets, fresh bakery items, and traditional Indian snacks since opening at IB Chowk, Utnur." buttons={[ - { text: "Call Us Now", href: "tel:07095476581" }, + { text: "Order Now", href: "#contact" }, { text: "Get Directions", href: "#contact" } ]} background={{ variant: "plain" }} @@ -52,6 +52,7 @@ export default function LandingPage() { frameStyle="card" mediaAnimation="slide-up" buttonAnimation="none" + buttonContainerClassName="flex-row-reverse" /> @@ -192,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1