diff --git a/src/app/page.tsx b/src/app/page.tsx index 405c4e5..a2dcff4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { tag="Expert Service" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-checks-control-panel-with-tablet-technical-inspection_169016-70935.jpg", imageAlt: "Professional electrician working on switchboard installation" @@ -103,7 +103,6 @@ export default function LandingPage() { } ]} avatarText="Trusted by 500+ Melbourne businesses" - useInvertedBackground={false} className="w-full" containerClassName="py-20" titleClassName="text-4xl md:text-5xl font-bold text-foreground" @@ -237,7 +236,7 @@ export default function LandingPage() {