From 4018219388c89c2d91de84a536a219e575abf3dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:10:32 +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 bed55d7..de525cd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 905c63ecdb3ef29500fce15d9f66bcb144da4e5e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:10:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1402a29..6a8cbb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,8 +179,8 @@ export default function LandingPage() { title="Ready to Start Shopping?" description="Join thousands of satisfied customers who trust us for quality products and exceptional service. Visit us today or sign up online to get started with exclusive member benefits." buttons={[ - { text: "Visit Our Store", href: "#" }, - { text: "Shop Online", href: "#" } + { text: "Shop Online Now", href: "#" }, + { text: "Download App", href: "#" } ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file