Update src/app/page.tsx

This commit is contained in:
2026-06-10 04:57:25 +00:00
parent c3f64c97d4
commit a2d53594c1

View File

@@ -170,7 +170,7 @@ export default function LandingPage() {
id: "p6", name: "Timeless Leather Tote", price: "$200.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accessories-details-stylish-woman-walking-city-warm-fur-coat-holding-black-leather-bag-winter-season_285396-4714.jpg", imageAlt: "Chic leather handbag"}
]}
title="Our Exclusive Collections"
description="Step into a world of curated fashion. Each piece is selected for its unique style, quality, and ability to elevate your wardrobe."
description="Step into a world where curated collections inspire confidence and allow your individuality to shine. Each piece is selected to transform your wardrobe, empowering you to express your unique style with grace and distinction."
/>
</div>
@@ -293,4 +293,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}