From d95989a2702a8997d5d259d72f3fe4bae6df8d8d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:59:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8affa6d..81909af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Car Accessories" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934317.jpg", imageAlt: "Black silicon car key cover" }, { imageSrc: "http://img.b2bpic.net/free-photo/leather-macro-shot_1385-1292.jpg", imageAlt: "Red leather car key cover" }, @@ -211,6 +211,7 @@ export default function LandingPage() { animationType="smooth" mediaPosition="left" faqsAnimation="slide-up" + mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2148096554.jpg" imageAlt="Car key cover customer support" faqs={[ @@ -240,7 +241,7 @@ export default function LandingPage() {