Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 13:39:25 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1411,4 +1411,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}