Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85eb93dd1f | |||
| 09c854a2ea | |||
| 569844b30f | |||
| c8d4e28324 | |||
| 52be1ef325 | |||
| 71f11f2790 | |||
| 9912b38cbc |
@@ -15,6 +15,10 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import { Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const dialNumber = () => {
|
||||
window.location.href = "tel:+971526888889";
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -40,7 +44,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="H&M Car Polishing"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
button={{ text: "Book Now", onClick: dialNumber }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,7 +69,7 @@ export default function LandingPage() {
|
||||
avatarText="Trusted by 90+ happy customers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Book Now", onClick: dialNumber},
|
||||
{
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
@@ -90,7 +94,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
title="Dubai's Finest Car Detailing Specialists"
|
||||
description="Located in Al Quoz, Al Qouz Ind. Third, we offer premium car maintenance from paint protection to engine detailing."
|
||||
subdescription="Our team uses high-quality materials and professional techniques to ensure your vehicle looks as good as new."
|
||||
subdescription="Our team uses high-quality materials and professional techniques to ensure your vehicle looks as good as new. Contact us at 052 688 8889."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194068.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -190,7 +194,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment for better service."},
|
||||
id: "faq1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment. Please <a href='tel:+971526888889' style='text-decoration:underline;'>Book Now</a> or call us at 052 688 8889."},
|
||||
{
|
||||
id: "faq2", title: "How long does detailing take?", content: "Depending on the service, it usually takes a few hours to a full day."},
|
||||
{
|
||||
@@ -206,7 +210,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready for a Showroom Shine?"
|
||||
description="Visit us in Al Quoz or reach out today."
|
||||
description="Visit us in Al Quoz or reach out today at 052 688 8889."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
@@ -217,6 +221,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Describe your service needs..."}}
|
||||
buttonText="Call to Book Now"
|
||||
onSubmit={dialNumber}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-small-girl-is-sitting-lifting-platform-with-car-holding-hammer_613910-17072.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -244,10 +250,10 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 H&M Car Polishing. All rights reserved."
|
||||
copyrightText="© 2024 H&M Car Polishing. All rights reserved. Call us: 052 688 8889."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user