Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 02:22:50 +00:00

View File

@@ -61,13 +61,13 @@ export default function LandingPage() {
tag="Premium Selection"
products={[
{
id: "1", name: "2024 Premium Sedan", price: "$28,500", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", imageAlt: "2024 Premium Sedan", initialQuantity: 1
id: "1", name: "2024 Premium Sedan", price: "$28,500", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=1", imageAlt: "2024 Premium Sedan", initialQuantity: 1
},
{
id: "2", name: "2023 Luxury SUV", price: "$42,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-forward-getting-out-car-window_23-2148150072.jpg", imageAlt: "2023 Luxury SUV", initialQuantity: 1
id: "2", name: "2023 Luxury SUV", price: "$42,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-forward-getting-out-car-window_23-2148150072.jpg?_wi=1", imageAlt: "2023 Luxury SUV", initialQuantity: 1
},
{
id: "3", name: "2024 Modern Truck", price: "$35,750", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg", imageAlt: "2024 Modern Truck", initialQuantity: 1
id: "3", name: "2024 Modern Truck", price: "$35,750", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=1", imageAlt: "2024 Modern Truck", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -97,13 +97,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Vehicle Sales", description: "Wide selection of quality pre-owned and new vehicles carefully inspected and ready for the road.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-forward-getting-out-car-window_23-2148150072.jpg" }
title: "Vehicle Sales", description: "Wide selection of quality pre-owned and new vehicles carefully inspected and ready for the road.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-forward-getting-out-car-window_23-2148150072.jpg?_wi=2" }
},
{
id: 2,
title: "Maintenance & Repairs", description: "Professional maintenance and repair services using quality parts and expert technicians.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-forward-getting-out-car-window_23-2148150072.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg" }
title: "Maintenance & Repairs", description: "Professional maintenance and repair services using quality parts and expert technicians.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-forward-getting-out-car-window_23-2148150072.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=2" }
}
]}
showStepNumbers={true}