3 Commits

Author SHA1 Message Date
fddddc195a Update src/app/page.tsx 2026-03-10 14:25:08 +00:00
4eac3aa216 Update src/app/page.tsx 2026-03-10 14:10:33 +00:00
ceaa80deaf Update src/app/page.tsx 2026-03-10 13:46:20 +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>
@@ -84,7 +84,7 @@ export default function LandingPage() {
"Expert implant surgeon with 15+ years experience", "State-of-the-art dental technology and equipment", "Same-day consultations and fast treatment options", "Personalized care plans for each patient", "Comprehensive follow-up and aftercare support"
]
}}
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
@@ -111,7 +111,7 @@ export default function LandingPage() {
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
@@ -162,7 +162,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
animationType="scale-rotate"
metrics={[
{
id: "1", value: "570+", title: "Satisfied Patients", items: [
@@ -195,11 +195,11 @@ export default function LandingPage() {
{ type: "text", content: "Islamabad & Rawalpindi" }
]}
useInvertedBackground={false}
buttonAnimation="blur-reveal"
buttons={[
{ text: "Schedule Today", href: "#contact" },
{ text: "WhatsApp Us", href: "https://wa.me/923335551234" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -234,4 +234,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}