From e5ef7c9f9ee325cba5acf899f7cc2cf31366249c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:46:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67a0b79..8d76ce6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -49,11 +49,11 @@ export default function LandingPage() { { text: "Request Quote", href: "#contact" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg" imageAlt="Luxury ceramic coated vehicle with showroom finish" mediaAnimation="slide-up" frameStyle="card" - background={{ variant: "grid" }} + background={{ variant: "plain" }} /> @@ -81,28 +81,28 @@ export default function LandingPage() { title: "Ceramic Coatings", description: "Long-term paint protection with extreme gloss and hydrophobic finish. Our nano-ceramic coatings create an invisible shield that repels water, dirt, and contaminants while enhancing your vehicle's natural beauty.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg"}, }, { id: 2, title: "Paint Correction", description: "Remove swirl marks, restore depth & clarity, and revive faded paint. Our precision polishing and correction techniques restore your vehicle to showroom condition without removing any clear coat.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg"}, }, { id: 3, title: "Luxury Detailing", description: "Deep interior and exterior restoration with high-gloss finishes and meticulous attention to every detail. Complete cleaning, protection, and enhancement for discerning vehicle owners.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg"}, }, { id: 4, title: "Mobile Detailing", description: "We come to you across Metro Atlanta with on-time, professional service. Convenient scheduling and premium-grade products delivered at your home or business.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg"}, }, ]} showStepNumbers={true} @@ -130,11 +130,11 @@ export default function LandingPage() {