diff --git a/src/app/page.tsx b/src/app/page.tsx index c17fa67..8d0fc3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { description="Professional high-end automotive care brought directly to you. We specialize in luxury restoration." buttons={[{ text: "Book Your Service", href: "#contact" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3036.jpg", imageAlt: "Premium detailing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg", imageAlt: "Expert care" } + { imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3036.jpg?_wi=1", imageAlt: "Premium detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg?_wi=1", imageAlt: "Expert care" } ]} /> @@ -68,9 +68,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Exterior Restoration", description: "Advanced polishing and paint correction.", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3036.jpg" }, - { title: "Interior Rejuvenation", description: "Deep cleaning for luxury leather and upholstery.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg" }, - { title: "Service Precision", description: "Mobile convenience without sacrificing professional standards.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg" } + { title: "Exterior Restoration", description: "Advanced polishing and paint correction.", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3036.jpg?_wi=2" }, + { title: "Interior Rejuvenation", description: "Deep cleaning for luxury leather and upholstery.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg?_wi=2" }, + { title: "Service Precision", description: "Mobile convenience without sacrificing professional standards.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=1" } ]} title="Our Specialized Services" description="We bring professional-grade detailing to your location." @@ -86,9 +86,9 @@ export default function LandingPage() { title="Featured Luxury Fleet" description="See the vehicles that benefit most from our elite detailing services." products={[ - { id: "1", brand: "BMW", name: "M4 CS", price: "Elite Detail", rating: 5, reviewCount: "(12)", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3036.jpg" }, - { id: "2", brand: "BMW", name: "M3", price: "Elite Detail", rating: 5, reviewCount: "(15)", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg" }, - { id: "3", brand: "BMW", name: "X5", price: "Elite Detail", rating: 5, reviewCount: "(8)", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg" } + { id: "1", brand: "BMW", name: "M4 CS", price: "Elite Detail", rating: 5, reviewCount: "(12)", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3036.jpg?_wi=3" }, + { id: "2", brand: "BMW", name: "M3", price: "Elite Detail", rating: 5, reviewCount: "(15)", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg?_wi=3" }, + { id: "3", brand: "BMW", name: "X5", price: "Elite Detail", rating: 5, reviewCount: "(8)", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=2" } ]} />