Update src/app/page.tsx

This commit is contained in:
2026-03-05 05:44:29 +00:00
parent 2e942a3745
commit 46afdb1986

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>
);
}
}