diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b20559..0d068bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg" imageAlt="Premium glossy car paint detail" className="min-h-screen flex items-center justify-center" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8" @@ -108,19 +108,19 @@ export default function LandingPage() { id: "exterior-wash", title: "Exterior Wash & Protection", descriptions: [ "Two-bucket method precision hand wash", "Professional-grade protective treatments", "Wheel and tire shine application" ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-fashion-clothes-washing-car-car-wash-station-using-washcloth_1157-49590.jpg?_wi=1", imageAlt: "Professional exterior washing" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-fashion-clothes-washing-car-car-wash-station-using-washcloth_1157-49590.jpg", imageAlt: "Professional exterior washing" }, { id: "full-detail", title: "Full Detailing Packages", descriptions: [ "Complete interior and exterior restoration", "Paint correction included", "Ceramic coating applied for long-term protection" ], - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg?_wi=2", imageAlt: "Full detailing package showcase" + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg", imageAlt: "Full detailing package showcase" }, { id: "headlight-resto", title: "Headlight Restoration", descriptions: [ "Professional UV coating restoration", "Enhanced clarity and brightness", "Prevents future oxidation and yellowing" ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-fashion-clothes-washing-car-car-wash-station-using-washcloth_1157-49590.jpg?_wi=2", imageAlt: "Headlight restoration service" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-fashion-clothes-washing-car-car-wash-station-using-washcloth_1157-49590.jpg", imageAlt: "Headlight restoration service" } ]} gridVariant="bento-grid" @@ -130,8 +130,8 @@ export default function LandingPage() { buttons={[{ text: "Get a Quote", href: "#contact" }]} buttonAnimation="blur-reveal" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24" - titleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" - descriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" + cardTitleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" + cardDescriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" /> @@ -148,7 +148,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "before-after-1", name: "Paint Correction Transformation", price: "Starting at €120", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg?_wi=1", imageAlt: "Before and after paint correction" + id: "before-after-1", name: "Paint Correction Transformation", price: "Starting at €120", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg", imageAlt: "Before and after paint correction" }, { id: "before-after-2", name: "Interior Deep Clean", price: "Starting at €150", imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052460.jpg", imageAlt: "Before and after interior detailing" @@ -160,8 +160,8 @@ export default function LandingPage() { buttons={[{ text: "View More Gallery", href: "https://instagram.com/detailing.cy" }]} buttonAnimation="blur-reveal" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24" - titleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" - descriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" /> @@ -174,22 +174,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", name: "\"Excellent place! Very responsive people. They polished out a scratch, everything is superb!\" — Beton Client", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg?_wi=2", imageAlt: "5 star review" + id: "testimonial-1", name: "\"Excellent place! Very responsive people. They polished out a scratch, everything is superb!\" — Beton Client", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg", imageAlt: "5 star review" }, { - id: "testimonial-2", name: "\"5⭐ Outstanding from start to finish... Dino explained the entire process in detail... Workshop is spotless.\" — Nickys Michael", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg?_wi=3", imageAlt: "5 star review" + id: "testimonial-2", name: "\"5⭐ Outstanding from start to finish... Dino explained the entire process in detail... Workshop is spotless.\" — Nickys Michael", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg", imageAlt: "5 star review" }, { - id: "testimonial-3", name: "\"Excellent place. Dino is very friendly... everything was done quickly and professionally.\" — Sergey Starkov", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg?_wi=4", imageAlt: "5 star review" + id: "testimonial-3", name: "\"Excellent place. Dino is very friendly... everything was done quickly and professionally.\" — Sergey Starkov", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg", imageAlt: "5 star review" }, { - id: "testimonial-4", name: "\"The best detailing service in Limassol. Highly recommend to anyone with a premium car.\" — Local Car Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg?_wi=5", imageAlt: "5 star review" + id: "testimonial-4", name: "\"The best detailing service in Limassol. Highly recommend to anyone with a premium car.\" — Local Car Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg", imageAlt: "5 star review" }, { - id: "testimonial-5", name: "\"Professional, friendly, and extremely thorough. My car looks brand new!\" — Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg?_wi=6", imageAlt: "5 star review" + id: "testimonial-5", name: "\"Professional, friendly, and extremely thorough. My car looks brand new!\" — Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg", imageAlt: "5 star review" }, { - id: "testimonial-6", name: "\"Dino takes real pride in his work. You can feel it in every detail. Worth every euro!\" — Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg?_wi=7", imageAlt: "5 star review" + id: "testimonial-6", name: "\"Dino takes real pride in his work. You can feel it in every detail. Worth every euro!\" — Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/abstract-brown-fibers-textile-material_23-2148066740.jpg", imageAlt: "5 star review" } ]} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24" @@ -205,7 +205,7 @@ export default function LandingPage() { tag="Est. 2014" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg" imageAlt="Detailing Garage professional workshop" mediaAnimation="blur-reveal" metricsAnimation="blur-reveal" @@ -229,7 +229,7 @@ export default function LandingPage() { tag="Our Strengths" tagIcon={CheckCircle} tagAnimation="slide-up" - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} @@ -256,8 +256,8 @@ export default function LandingPage() { buttons={[{ text: "Learn More", href: "#about-section" }]} buttonAnimation="blur-reveal" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24" - titleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" - descriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" /> @@ -296,8 +296,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24" - titleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" - descriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold text-gray-900 mb-6" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" /> @@ -310,7 +310,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg" imageAlt="Detailing Garage contact and location" mediaAnimation="blur-reveal" mediaPosition="right"