diff --git a/src/app/page.tsx b/src/app/page.tsx index bbf7939..ddc8912 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,14 +89,14 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} tag="New Arrivals" tagIcon={Zap} - tagAnimation="slide-up" + tagAnimation="smooth" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZq3AkZrFXbL1VS6nk3OHopger/a-stunning-product-showcase-of-premium-l-1772810362262-8740bfe0.png" imageAlt="Premium laptop collection" buttons={[ { text: "Start Shopping", href: "/products" }, { text: "View Specs", href: "#products" }, ]} - buttonAnimation="slide-up" + buttonAnimation="smooth" avatars={[ { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZq3AkZrFXbL1VS6nk3OHopger/professional-headshot-of-a-diverse-woman-1772810362562-65db9ca8.png", alt: "Customer 1" @@ -127,9 +127,9 @@ export default function HomePage() { title="Featured Laptops" description="Hand-picked selection of top-performing devices for work, gaming, and creative projects" tag="Limited Stock" - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" carouselMode="buttons" @@ -165,9 +165,9 @@ export default function HomePage() { description="Compare up to 5 laptops side-by-side to find the perfect match for your needs" tag="Smart Compare" tagIcon={Layers} - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} features={[ { @@ -191,9 +191,9 @@ export default function HomePage() { title="What Our Customers Say" description="Real feedback from thousands of satisfied laptop buyers" tag="Reviews" - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} testimonials={[ { @@ -239,9 +239,9 @@ export default function HomePage() { title="Our Marketplace Impact" description="See the numbers behind our commitment to customer satisfaction" tag="Growth" - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} metrics={[ { @@ -259,10 +259,10 @@ export default function HomePage() { title="Frequently Asked Questions" description="Find answers to common questions about our laptops and services" tag="Help" - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" - animationType="slide-up" - faqsAnimation="slide-up" + animationType="smooth" + faqsAnimation="smooth" useInvertedBackground={false} faqs={[ { @@ -291,7 +291,7 @@ export default function HomePage() {