diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dcd942..6364393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -45,26 +45,26 @@ export default function LandingPage() { tag="Premium Service" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Professional car detailing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Professional car detailing service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interior detailing showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior detailing showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=1", imageAlt: "Exterior wash service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", imageAlt: "Exterior wash service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Ceramic coating application"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Ceramic coating application"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=2", imageAlt: "Vehicle exterior cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", imageAlt: "Vehicle exterior cleaning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Paint protection service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Paint protection service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Detailed car finish"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Detailed car finish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=4", imageAlt: "Interior vacuum and clean"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior vacuum and clean"}, ]} buttons={[ { text: "Book Now", href: "contact" }, @@ -132,7 +132,7 @@ export default function LandingPage() { icon: Leaf, title: "Environmentally Responsible", description: "Water-conserving processes and biodegradable products that care for your car and the planet."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" imageAlt="Professional detailing team at work" mediaAnimation="slide-up" textboxLayout="default" @@ -150,13 +150,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Michael Johnson", role: "Car Enthusiast", testimonial: "Go Green Detailing transformed my vehicle. The attention to detail is incredible, and I love that they use eco-friendly products. My car looks showroom-fresh!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Johnson"}, + id: "1", name: "Michael Johnson", role: "Car Enthusiast", testimonial: "Go Green Detailing transformed my vehicle. The attention to detail is incredible, and I love that they use eco-friendly products. My car looks showroom-fresh!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Johnson"}, { - id: "2", name: "Sarah Chen", role: "Business Owner", testimonial: "Professional, efficient, and environmentally conscious. They completed my detailing on time and the results exceeded my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"}, + id: "2", name: "Sarah Chen", role: "Business Owner", testimonial: "Professional, efficient, and environmentally conscious. They completed my detailing on time and the results exceeded my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, { - id: "3", name: "David Rodriguez", role: "Fleet Manager", testimonial: "We trust Go Green with our entire company fleet. Their consistency, reliability, and commitment to quality is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Rodriguez"}, + id: "3", name: "David Rodriguez", role: "Fleet Manager", testimonial: "We trust Go Green with our entire company fleet. Their consistency, reliability, and commitment to quality is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Rodriguez"}, { - id: "4", name: "Emily Thompson", role: "Luxury Car Owner", testimonial: "The ceramic coating service has kept my car pristine. Five stars for the professionalism and expertise. Go Green is the only detailer I trust.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Thompson"}, + id: "4", name: "Emily Thompson", role: "Luxury Car Owner", testimonial: "The ceramic coating service has kept my car pristine. Five stars for the professionalism and expertise. Go Green is the only detailer I trust.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Thompson"}, ]} textboxLayout="default" animationType="slide-up" @@ -171,7 +171,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Schedule Your Detailing Service" description="Let us know what your vehicle needs. Fill out the form below with your information and service requirements, and we'll get back to you within 24 hours with a quote." - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Quote" @@ -181,7 +181,7 @@ export default function LandingPage() {