From 81e9bbe190529a97ce74ca06dd9eecb2831f70e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:18:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4f66b0..518924e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { title="Transform Your Vehicle Into a Masterpiece" description="Experience premium auto detailing that brings out the true shine and beauty of your car. From interior deep cleaning to exterior perfection, we make your vehicle spotless and stunning." tag="Professional Detailing" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg" imageAlt="Professional auto detailing service" imagePosition="right" @@ -108,16 +108,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "seymoresaysmore", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Customer testimonial" + id: "1", name: "seymoresaysmore", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Customer testimonial" }, { id: "2", name: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Customer review" }, { - id: "3", name: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Satisfied customer" + id: "3", name: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Satisfied customer" }, { - id: "4", name: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Loyal client" + id: "4", name: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Loyal client" } ]} /> -- 2.49.1