5 Commits

Author SHA1 Message Date
7b1820c935 Merge version_4 into main
Merge version_4 into main
2026-05-05 21:40:04 +00:00
26e9542268 Update src/app/page.tsx 2026-05-05 21:40:01 +00:00
196ff1b28e Merge version_3 into main
Merge version_3 into main
2026-05-05 21:33:02 +00:00
d81218bbbe Update src/app/page.tsx 2026-05-05 21:32:59 +00:00
5e670c234b Merge version_2 into main
Merge version_2 into main
2026-05-05 21:32:44 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="East Londons ultimate chill and wash experience where clean cars meet clear minds. Premium car care, great food, smooth vibes, and real connections—all in one place."
buttons={[
{
text: "Book a Wash / Reserve Your Spot", href: "#contact"},
text: "Book Your Premium Wash Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg"
/>
@@ -173,7 +173,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "Do I need a reservation?", content: "Booking is highly recommended as it guarantees priority service and complimentary refreshments while you wait."},
id: "f1", title: "Do I need a reservation?", content: "Booking is recommended to ensure priority service and space. We guarantee priority service for all pre-booked appointments."},
{
id: "f2", title: "Are there networking events?", content: "We host exclusive social events for our members regularly."},
{
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}