Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 17:35:58 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Browse Available Cars", href: "#inventory" },
{ text: "Book a Consultation", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg?_wi=1"
imageAlt="Luxury car showroom cinematic shot"
mediaAnimation="slide-up"
avatars={[
@@ -100,16 +100,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Verified Quality", description: "Every vehicle undergoes a rigorous inspection to ensure it meets our elite standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg" },
title: "Verified Quality", description: "Every vehicle undergoes a rigorous inspection to ensure it meets our elite standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=1" },
},
{
title: "Transparent Pricing", description: "No hidden fees, no surprises. Just straightforward, competitive pricing for every car.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg" },
title: "Transparent Pricing", description: "No hidden fees, no surprises. Just straightforward, competitive pricing for every car.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=2" },
},
{
title: "Full Documentation", description: "We manage the entire registration process so you can focus on the drive, not the paperwork.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg" },
title: "Full Documentation", description: "We manage the entire registration process so you can focus on the drive, not the paperwork.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=3" },
},
]}
showStepNumbers={true}
@@ -151,7 +151,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg?_wi=2"
logoText="Tripz Automobiles"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Showroom", href: "#" }, { label: "Contact", href: "#contact" }] },