Update src/app/page.tsx

This commit is contained in:
2026-03-06 06:04:24 +00:00
parent 5bfeb2887c
commit e9e286e986

View File

@@ -103,7 +103,7 @@ export default function HomePage() {
<div id="featured-collections" data-section="featured-collections">
<ProductCardTwo
title="Featured Collections"
description="Explore our most popular and elegant collections, curated specially for you"
description="Handpicked collections trusted by 17K+ followers. Explore our most popular and elegant designs, carefully curated for quality and style"
tag="Collections"
tagIcon={Heart}
tagAnimation="slide-up"
@@ -236,4 +236,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}