From ecc75923f8ed8edf5c663a6755caaa8c5f70a9f0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:06:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 156a8c2..9bf351d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { description="Fast, professional wheel alignment and body work trusted by local drivers. We deliver results you can feel when you drive." tag="Premium Service" tagIcon={Zap} - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14047.jpg" imageAlt="Professional alignment equipment with precision car" imagePosition="right" @@ -236,7 +236,7 @@ export default function LandingPage() { { text: "GET DIRECTIONS", href: "https://maps.google.com" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} /> -- 2.49.1