diff --git a/src/app/page.tsx b/src/app/page.tsx
index ff16fd0..c1604f5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
@@ -119,7 +119,7 @@ export default function LandingPage() {
title="Choose Your Perfect Blend"
description="Select the TurboBlender option that fits your lifestyle and budget"
tag="Pricing"
- tagAnimation="entrance-slide"
+ tagAnimation="slide-up"
plans={[
{
id: "compact", badge: "Budget Friendly", badgeIcon: Zap,
@@ -150,7 +150,7 @@ export default function LandingPage() {
title="Loved by Our Customers"
description="See what real people are saying about their TurboBlender experience"
tag="Testimonials"
- tagAnimation="entrance-slide"
+ tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@healthysarah", testimonial: "The TurboBlender changed my morning routine! Finally a portable blender that actually works and doesn't sound like a helicopter.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-fairskinned-adult-woman-smiles-strongly-with-her-teeth-narrowing-eyes-sunny-day-brunette-wears-casual-clothes_197531-31242.jpg", imageAlt: "happy customer woman with smoothie"
@@ -185,10 +185,10 @@ export default function LandingPage() {
title="Stay Updated with TurboBlender"
description="Get exclusive deals, blending tips, and new product launches delivered to your inbox. Plus receive 10% off your first order."
tagIcon={Mail}
- tagAnimation="entrance-slide"
+ tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/biscuits-apple-near-yogurt-notebook_23-2147866261.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/biscuits-apple-near-yogurt-notebook_23-2147866261.jpg"
imageAlt="blended drinks smoothie bowl colorful"
mediaAnimation="opacity"
mediaPosition="right"
@@ -200,7 +200,7 @@ export default function LandingPage() {