Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user