diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f7b443..10bd73c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Award, Heart, Mail, MapPin, MessageCircle, Phone, Shield, Sparkles, Star, TrendingUp } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { return ( @@ -33,8 +34,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About Dr. Afridi", id: "doctor" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "WhatsApp", id: "https://wa.me/923335551234" } + { name: "Contact", id: "contact" } ]} />