From 268f00fd5023d0e6766026d2332db21900566639 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 15:07:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb6d692..b16562e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,8 @@ export default function LandingPage() { buttons={[ { text: "Browse Inventory", href: "#products"}, + { + text: "Contact an Expert", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/car-headlight_23-2147932067.jpg" imageAlt="luxury sports car front view" -- 2.49.1