Update src/app/page.tsx

This commit is contained in:
2026-03-11 11:24:18 +00:00
parent f1cc8031eb
commit 7a9a7c5d54

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="VESTIR"
description="Discover your style with our curated collection of premium clothing. From timeless essentials to statement pieces, find everything you need to express yourself."
buttons={[
{ text: "Shop Collection", href: "#products" },
{ text: "Shop Now", href: "#products" },
{ text: "Explore Our Story", href: "#about" }
]}
slides={[
@@ -223,4 +223,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}