From fba97a7e695f6461542f3244120d3954eb85e206 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:09:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71f7942..40289bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function DetailFlowPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function DetailFlowPage() { { text: "Book Detailing", href: "#contact" }, { text: "View Pricing", href: "#services" }, ]} - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30592.jpg" imageAlt="Professional car exterior detailing" mediaAnimation="opacity" @@ -121,23 +121,19 @@ export default function DetailFlowPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", handle: "@maria_r", testimonial: - "Detail Flow transformed my car. The team was professional, punctual, and the results exceeded my expectations. My car looks brand new!", rating: 5, - imageSrc: + "Detail Flow transformed my car. The team was professional, punctual, and the results exceeded my expectations. My car looks brand new!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/supportive-attractive-adult-redhead-male-with-bristle-liking-great-plan-raising-hands-showing-thumbs-up-smiling-joyfully_176420-27569.jpg", imageAlt: "happy customer smiling satisfied portrait"}, { id: "2", name: "James Chen", handle: "@jchen", testimonial: - "I love the convenience of having them come to my office. No hassle, no time wasted, and my car has never looked better. Highly recommend.", rating: 5, - imageSrc: + "I love the convenience of having them come to my office. No hassle, no time wasted, and my car has never looked better. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", imageAlt: "satisfied customer portrait professional"}, { id: "3", name: "Sarah Martinez", handle: "@sarah_m", testimonial: - "The ceramic coating they applied is amazing. My car repels water perfectly and looks like it just rolled off the lot. Worth every penny.", rating: 5, - imageSrc: + "The ceramic coating they applied is amazing. My car repels water perfectly and looks like it just rolled off the lot. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-workers-having-busy-day_329181-15797.jpg", imageAlt: "customer testimonial portrait happy person"}, { id: "4", name: "David Thompson", handle: "@dthompson", testimonial: - "Great service at a fair price. They were thorough, friendly, and finished exactly when they said they would. Will definitely use them again.", rating: 5, - imageSrc: + "Great service at a fair price. They were thorough, friendly, and finished exactly when they said they would. Will definitely use them again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businesspeople-showing-thumb-up-sign-office_23-2147923403.jpg", imageAlt: "happy satisfied customer portrait"}, ]} title="What Our Customers Say" @@ -197,7 +193,7 @@ export default function DetailFlowPage() { title="Ready to Schedule Your Detailing?" description="Contact Detail Flow to book your mobile car detailing appointment. Call, text, or fill out the form below and we'll get back to you quickly with available times." tagAnimation="opacity" - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg" imageAlt="Professional car interior detailing" -- 2.49.1