Merge version_1 into main #1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user