5 Commits

Author SHA1 Message Date
3f7643365b Update src/app/page.tsx 2026-03-10 14:28:56 +00:00
67594ee519 Update src/app/page.tsx 2026-03-10 14:17:26 +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

@@ -28,7 +28,7 @@ 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" },
@@ -41,7 +41,7 @@ export default function LandingPage() {
<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>
);
}
}