Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01ea4b80ea | |||
| 4f5b85efbe | |||
| fddddc195a | |||
| 3b73580a18 | |||
| ef7d25bdd9 | |||
| 4eac3aa216 | |||
| cd290cb4e5 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user