5 Commits

Author SHA1 Message Date
69e2fd7e56 Merge version_3 into main
Merge version_3 into main
2026-03-05 05:44:32 +00:00
46afdb1986 Update src/app/page.tsx 2026-03-05 05:44:29 +00:00
2e942a3745 Update src/app/layout.tsx 2026-03-05 05:44:28 +00:00
f396bf48f6 Merge version_2 into main
Merge version_2 into main
2026-03-05 05:41:13 +00:00
0a0b7d6445 Update src/app/page.tsx 2026-03-05 05:41:10 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Discover Quality Products, Beautifully Curated"
description="Shop across our full range of carefully selected categories. Fast shipping, trusted quality, designed for you."
description="Shop thoughtfully curated collections delivered fast—quality you can trust"
tag="New Arrivals"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -149,7 +149,7 @@ export default function LandingPage() {
title="We believe beautiful design and exceptional quality go hand in hand. Every product we curate meets our rigorous standards for craftsmanship, sustainability, and value."
useInvertedBackground={true}
buttons={[
{ text: "Learn Our Story", href: "about" },
{ text: "Shop with Confidence", href: "products" },
{ text: "Our Values", href: "about" }
]}
buttonAnimation="slide-up"
@@ -256,4 +256,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}