From 1503b6c2b2a23215186f07ba59ae8c5358b7f014 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:47:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80f1b1c..1eab6b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "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" imageAlt="Luxury car showroom" avatars={[ @@ -179,7 +179,7 @@ export default function LandingPage() { @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1