Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 15:07:24 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Premium Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Explore Collection", href: "products" },
{ text: "Learn More", href: "about" },
@@ -183,7 +183,7 @@ export default function LandingPage() {
{ text: "Subscribe for Updates", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>