Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-12 12:26:16 +00:00

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "Shop Collection Now", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
@@ -223,4 +223,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}