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 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