Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user