From 6dbcca0e8d7d88d5893505c71a79e1c540020f96 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:39:19 +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 aae6fbd..5f7496e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 98b7d3f2b6a26adba5d173f963bd573579f854ee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:39:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd93655..c8c1d32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="RefreshCo" description="Premium beverages crafted for the modern explorer. Experience innovation in every sip." buttons={[ - { text: "Explore Products", href: "products" }, + { text: "Shop Now", href: "products" }, { text: "Learn More", href: "about" } ]} imageSrc="http://img.b2bpic.net/free-photo/glass-fresh-orange-drink-decorated-with-bright-umbrella_23-2148145369.jpg" @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1