Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01ea4b80ea | |||
| 3f7643365b | |||
| 4f5b85efbe | |||
| fddddc195a | |||
| 3b73580a18 | |||
| 67594ee519 | |||
| ef7d25bdd9 | |||
| 4eac3aa216 | |||
| cd290cb4e5 | |||
| 0e399d10f9 | |||
| 97e27ede79 | |||
| ceaa80deaf |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user