Update src/app/page.tsx

This commit is contained in:
2026-03-13 21:33:34 +00:00
parent 14f5bf7d25
commit 1e28b33e54

View File

@@ -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"
imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg?_wi=1"
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", 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?_wi=1", 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", imageAlt: "Full detailing package showcase"
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg?_wi=2", 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", 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?_wi=2", imageAlt: "Headlight restoration service"
}
]}
gridVariant="bento-grid"
@@ -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", 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?_wi=1", 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"
@@ -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", 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?_wi=2", 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-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-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-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-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-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-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-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-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"
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"
}
]}
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"
imageSrc="http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg?_wi=1"
imageAlt="Detailing Garage professional workshop"
mediaAnimation="blur-reveal"
metricsAnimation="blur-reveal"
@@ -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"
imageSrc="http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg?_wi=2"
imageAlt="Detailing Garage contact and location"
mediaAnimation="blur-reveal"
mediaPosition="right"