Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 16:15:49 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#testimonials" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8xfoil"
imageAlt="Calorie tracking app interface showing nutrition dashboard"
mediaAnimation="blur-reveal"
@@ -80,7 +80,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Core Features"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
carouselMode="buttons"
ariaLabel="Features section"
/>
@@ -104,7 +104,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="By The Numbers"
tagIcon={TrendingUp}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
ariaLabel="Metrics section"
/>
</div>
@@ -122,7 +122,7 @@ export default function LandingPage() {
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sr2zov", alt: "Testimonial contributor" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h3meva", alt: "Testimonial contributor" }
]}
ratingAnimation="entrance-slide"
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="User testimonial section"
@@ -159,8 +159,8 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Got Questions?"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
faqsAnimation="entrance-slide"
tagAnimation="slide-up"
faqsAnimation="slide-up"
showCard={true}
ariaLabel="FAQ section"
/>