4 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
2 changed files with 3 additions and 3 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"
@@ -256,4 +256,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}