4 Commits

Author SHA1 Message Date
c278bb1ad6 Update src/app/page.tsx 2026-04-21 23:20:23 +00:00
9f68a5fced Merge version_1 into main
Merge version_1 into main
2026-04-21 23:18:21 +00:00
e81d10e0ba Merge version_1 into main
Merge version_1 into main
2026-04-21 23:17:55 +00:00
44c87ac71c Merge version_1 into main
Merge version_1 into main
2026-04-21 23:17:24 +00:00

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Get Performance Quote", href: "#contact"}, text: "Unlock Your Cars Potential", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg?_wi=2"
imageAlt="Performance tuning garage" imageAlt="Performance tuning garage"
@@ -279,4 +279,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }