diff --git a/src/app/page.tsx b/src/app/page.tsx index 8802c31..c25de09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Quality Service" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-karting-with-car_1157-24783.jpg", imageAlt: "ATV engine repair work professional" @@ -162,6 +162,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg" imageAlt="professional repair shop interior clean" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -212,4 +213,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}