Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-19 21:09:09 +00:00

View File

@@ -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>
);
}
}