Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:41:00 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -48,12 +48,11 @@ export default function LandingPage() {
{ text: "Explore Products", href: "products" },
{ text: "Learn Our Story", href: "about" }
]}
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg"
imageAlt="Botanical skincare ingredients"
mediaAnimation="slide-up"
frameStyle="card"
buttonAnimation="slide-up"
/>
</div>
@@ -199,7 +198,6 @@ export default function LandingPage() {
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime. Check our Privacy Policy for details."
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>