3 Commits

Author SHA1 Message Date
98b7d3f2b6 Update src/app/page.tsx 2026-03-03 13:39:20 +00:00
6dbcca0e8d Update src/app/layout.tsx 2026-03-03 13:39:19 +00:00
91d759f2b0 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:33:26 +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>
);
}
}