4 Commits

Author SHA1 Message Date
d0f445157c Update src/app/page.tsx 2026-05-01 21:23:31 +00:00
dae06e8b5f Merge version_1 into main
Merge version_1 into main
2026-05-01 21:21:16 +00:00
a5e89751b8 Merge version_1 into main
Merge version_1 into main
2026-05-01 21:20:52 +00:00
6c9f1c526a Merge version_1 into main
Merge version_1 into main
2026-05-01 21:20:26 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="The Gold Standard in Car Care" title="The Gold Standard in Car Care"
description="Ediglo Car Wash delivers precision, luxury, and unmatched brilliance to your vehicle in the heart of Lagos." description="Restore your car's showroom shine with our professional mobile detailing service in Lagos."
buttons={[ buttons={[
{ {
text: "Book a Session", href: "tel:08136603361"}, text: "Book a Session", href: "tel:08136603361"},
@@ -183,4 +183,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }