Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 477a7671b0 | |||
| bc0fbbec47 | |||
| 52b00b7739 | |||
| ebb369317e |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Quick Recovery Service"
|
||||
description="Professional 24/7 Car Recovery, Jumpstart, and Mobile Mechanic services across London. We keep you moving."
|
||||
description="We keep you moving. We provide 24/7 emergency car recovery, jumpstart, and mobile mechanic services across London. Average 15-minute response time to get you back on the road safely."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+447476976365" },
|
||||
{ text: "Get Help", href: "#contact" }
|
||||
@@ -84,12 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Jumpstart", price: "Get an instant quote", imageSrc: "http://img.b2bpic.net/free-photo/repair-man-making-car-service_1303-26864.jpg" },
|
||||
{ id: "s2", name: "Fuel Delivery", price: "Get an instant quote", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-temperature-indicator-ship_181624-12023.jpg" },
|
||||
{ id: "s3", name: "Vehicle Recovery", price: "Get an instant quote", imageSrc: "http://img.b2bpic.net/free-photo/woman-splashing-water-friends-car-wash_23-2148150125.jpg" },
|
||||
{ id: "s4", name: "Spare Wheel Change", price: "Get an instant quote", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-car-street_651396-2402.jpg" },
|
||||
{ id: "s5", name: "Mobile Mechanic", price: "Get an instant quote", imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11876.jpg" },
|
||||
{ id: "s6", name: "Transport Service", price: "Get an instant quote", imageSrc: "http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road-chiang-mai-thailand_1150-10488.jpg" }
|
||||
{ id: "s1", name: "Jumpstart", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/repair-man-making-car-service_1303-26864.jpg" },
|
||||
{ id: "s2", name: "Fuel Delivery", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-temperature-indicator-ship_181624-12023.jpg" },
|
||||
{ id: "s3", name: "Vehicle Recovery", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/woman-splashing-water-friends-car-wash_23-2148150125.jpg" },
|
||||
{ id: "s4", name: "Spare Wheel Change", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-car-street_651396-2402.jpg" },
|
||||
{ id: "s5", name: "Mobile Mechanic", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11876.jpg" },
|
||||
{ id: "s6", name: "Transport Service", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road-chiang-mai-thailand_1150-10488.jpg" }
|
||||
]}
|
||||
title="Comprehensive Support"
|
||||
description="Explore our full range of professional automotive services tailored for your needs."
|
||||
@@ -160,4 +160,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user