Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-11 11:24:22 +00:00

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>
);
}
}