diff --git a/src/app/page.tsx b/src/app/page.tsx index dc8ac49..e89c106 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,10 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Expert Care for Your Vehicle" description="Fast, affordable, and reliable car repairs in Nottingham. From brakes to gearboxes, our expert mechanics have you covered." + buttons={[ + { text: "Schedule Service", href: "#contact" }, + { text: "Get a Quote", href: "#pricing" } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg", imageAlt: "Auto mechanic shop professional garage"}, @@ -208,4 +212,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file