diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6306909..acc4b04 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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 (
@@ -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"},
]}
@@ -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. Please Book Now or call us at 052 688 8889."},
+ id: "faq1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment. Please Book Now 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."},
{
@@ -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"
/>