6 Commits

Author SHA1 Message Date
1503b6c2b2 Update src/app/page.tsx 2026-04-20 13:47:55 +00:00
d207975c2f Merge version_4 into main
Merge version_4 into main
2026-04-20 13:47:18 +00:00
81460fc17c Merge version_3 into main
Merge version_3 into main
2026-04-20 13:47:04 +00:00
48aa2cde77 Merge version_2 into main
Merge version_2 into main
2026-04-20 13:46:50 +00:00
24a264c64c Merge version_1 into main
Merge version_1 into main
2026-04-20 13:42:56 +00:00
8a5aa0f3bf Merge version_1 into main
Merge version_1 into main
2026-04-20 13:42:25 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
{ name: "Sarah P.", handle: "@sarahp", testimonial: "Attention to detail is unmatched. I won't buy a car anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" }, { name: "Sarah P.", handle: "@sarahp", testimonial: "Attention to detail is unmatched. I won't buy a car anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" },
{ name: "David W.", handle: "@davidw", testimonial: "The professionalism here is simply outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg" } { name: "David W.", handle: "@davidw", testimonial: "The professionalism here is simply outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg" }
]} ]}
buttons={[{ text: "Browse Inventory", href: "#inventory" }, { text: "Book Test Drive", href: "#contact" }]} buttons={[{ text: "Browse Inventory", href: "inventory" }, { text: "Book Test Drive", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg"
imageAlt="Luxury car showroom" imageAlt="Luxury car showroom"
avatars={[ avatars={[
@@ -179,7 +179,7 @@ export default function LandingPage() {
<FooterBaseReveal <FooterBaseReveal
logoText="Ben Auto Sales" logoText="Ben Auto Sales"
columns={[ columns={[
{ title: "Navigate", items: [{ label: "Home", href: "#home" }, { label: "Inventory", href: "#inventory" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }, { title: "Navigate", items: [{ label: "Home", href: "#home" }, { label: "Inventory", href: "inventory" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]} ]}
/> />