Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-10 14:25:24 +00:00

View File

@@ -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" }
]}
/>
</div>