diff --git a/src/app/page.tsx b/src/app/page.tsx index c2c6729..1ce94dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,6 +178,10 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Phone Number", required: false } ]} textarea={{ name: "message", placeholder: "Tell us about your riding style and which bike interests you most...", rows: 5, required: true }} + buttons={[ + { text: "Send Message", href: "#" }, + { text: "Schedule a Demo Ride", href: "tel:+1-555-BULLS-MTB" } + ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767635314961-3ve6sa23.jpg" imageAlt="Mountain bike rider in action" mediaPosition="right"