Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a9a7c5d54 | |||
| f1cc8031eb | |||
| 0fe6dae259 | |||
| 4468759cd4 | |||
| cc713f17c0 |
@@ -45,8 +45,8 @@ export default function LandingPage() {
|
|||||||
logoText="VESTIR"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Shop Collection", href: "#products" },
|
{ text: "Shop Now", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Explore Our Story", href: "#about" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
@@ -223,4 +223,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user