From 6ae7fa47649a76b9d84f2768209ad93e0e2f3fee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:21:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13f99aa..75c2de3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg", imageAlt: "Luxury car showroom" }, { - imageSrc: "http://img.b2bpic.net/free-photo/grey-luxury-sedan-car-sunset_114579-4045.jpg", imageAlt: "Featured sedan vehicle" + imageSrc: "http://img.b2bpic.net/free-photo/grey-luxury-sedan-car-sunset_114579-4045.jpg?_wi=1", imageAlt: "Featured sedan vehicle" } ]} rating={5} @@ -73,10 +73,10 @@ export default function LandingPage() { tagIcon={Sparkles} products={[ { - id: "1", name: "Toyota Corolla 2024", price: "R$ 89.900", imageSrc: "http://img.b2bpic.net/free-photo/grey-luxury-sedan-car-sunset_114579-4045.jpg", imageAlt: "Toyota Corolla 2024 sedan", initialQuantity: 1 + id: "1", name: "Toyota Corolla 2024", price: "R$ 89.900", imageSrc: "http://img.b2bpic.net/free-photo/grey-luxury-sedan-car-sunset_114579-4045.jpg?_wi=2", imageAlt: "Toyota Corolla 2024 sedan", initialQuantity: 1 }, { - id: "2", name: "Hyundai Creta 2023", price: "R$ 112.900", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-four-kids-sitting-trunk-big-suv-car_627829-1516.jpg", imageAlt: "Hyundai Creta 2023 SUV", initialQuantity: 1 + id: "2", name: "Hyundai Creta 2023", price: "R$ 112.900", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-four-kids-sitting-trunk-big-suv-car_627829-1516.jpg?_wi=1", imageAlt: "Hyundai Creta 2023 SUV", initialQuantity: 1 }, { id: "3", name: "Ford F-150 2022", price: "R$ 156.900", imageSrc: "http://img.b2bpic.net/free-photo/white-pickup-truck-loaded-with-atv-near-gas-station_93675-133932.jpg", imageAlt: "Ford F-150 2022 pickup truck", initialQuantity: 1 @@ -124,10 +124,10 @@ export default function LandingPage() { tagIcon={TrendingUp} metrics={[ { - id: "1", value: "2.500+", title: "Clientes Satisfeitos", description: "Pessoas que confiam em nós", imageSrc: "http://img.b2bpic.net/free-photo/grey-luxury-sedan-car-sunset_114579-4045.jpg", imageAlt: "Happy customers at dealership" + id: "1", value: "2.500+", title: "Clientes Satisfeitos", description: "Pessoas que confiam em nós", imageSrc: "http://img.b2bpic.net/free-photo/grey-luxury-sedan-car-sunset_114579-4045.jpg?_wi=3", imageAlt: "Happy customers at dealership" }, { - id: "2", value: "15+", title: "Anos de Experiência", description: "Tradição em qualidade automotiva", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-four-kids-sitting-trunk-big-suv-car_627829-1516.jpg", imageAlt: "Established dealership storefront" + id: "2", value: "15+", title: "Anos de Experiência", description: "Tradição em qualidade automotiva", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-four-kids-sitting-trunk-big-suv-car_627829-1516.jpg?_wi=2", imageAlt: "Established dealership storefront" } ]} animationType="slide-up" -- 2.49.1