12 Commits

Author SHA1 Message Date
01ea4b80ea Merge version_3 into main
Merge version_3 into main
2026-03-10 14:29:04 +00:00
3f7643365b Update src/app/page.tsx 2026-03-10 14:28:56 +00:00
4f5b85efbe Merge version_2 into main
Merge version_2 into main
2026-03-10 14:25:21 +00:00
fddddc195a Update src/app/page.tsx 2026-03-10 14:25:08 +00:00
3b73580a18 Merge version_3 into main
Merge version_3 into main
2026-03-10 14:17:35 +00:00
67594ee519 Update src/app/page.tsx 2026-03-10 14:17:26 +00:00
ef7d25bdd9 Merge version_2 into main
Merge version_2 into main
2026-03-10 14:10:41 +00:00
4eac3aa216 Update src/app/page.tsx 2026-03-10 14:10:33 +00:00
cd290cb4e5 Merge version_3 into main
Merge version_3 into main
2026-03-10 13:59:07 +00:00
0e399d10f9 Update src/app/page.tsx 2026-03-10 13:58:50 +00:00
97e27ede79 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:46: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 (
@@ -28,20 +29,19 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Dental Parlor"
brandName="Dental Parlor & Implant "
navItems={[
{ 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>
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Expert Dental Implants & Braces in Islamabad"
title="Expert dental implants and braces in islamabad"
description="Trusted by 570 patients with a 4.9-star rating, Dr. Awais Afridi delivers affordable, long-lasting dental solutions using advanced technology. Get your smile transformation today."
tag="Trusted by 570+ Patients"
tagIcon={Award}
@@ -64,6 +64,7 @@ export default function LandingPage() {
}
]}
mediaAnimation="slide-up"
titleClassName="translate-y-12"
/>
</div>
@@ -103,7 +104,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
members={[
{
id: "1", name: "Dr. Awais Afridi", role: "Lead Implant Specialist", description: "15+ years of specialized experience in dental implants, cosmetic dentistry, and advanced restoration. BDS, MDS, Fellow of International Dental Association. Trusted by 570+ patients with consistent 4.9-star ratings.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-happy-patient-looking-each-other_23-2148380352.jpg", imageAlt: "Dr. Awais Afridi", socialLinks: [
id: "1", name: "Dr. Awais Afridi", role: "Lead Implant Specialist", description: "15+ years of specialized experience in dental implants, cosmetic dentistry, and advanced restoration. BDS, MDS, Fellow of International Dental Association. Trusted by 570+ patients with consistent 4.9-star ratings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkrLszSUxAfSbjVIhsYS32ODES/uploaded-1773152219451-aei7p10m.jpg", imageAlt: "Dr. Awais Afridi", socialLinks: [
{ icon: Phone, url: "tel:+923335551234" },
{ icon: Mail, url: "mailto:info@dentalparlor.pk" },
{ icon: MapPin, url: "https://maps.google.com" }
@@ -234,4 +235,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}