1 Commits

Author SHA1 Message Date
5a89a61d18 Update src/app/page.tsx 2026-05-01 10:36:15 +00:00

View File

@@ -34,30 +34,18 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Team", name: "Team", id: "team"},
id: "team",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
button={{ button={{
text: "Book Now", text: "Book Now", href: "#contact"}}
href: "#contact",
}}
brandName="Popovic Dentist" brandName="Popovic Dentist"
/> />
</div> </div>
@@ -65,68 +53,43 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="World-Class Dental Care. Artistry. Precision. Confidence." title="World-Class Dental Care. Artistry. Precision. Confidence."
description="Popovic Dentist — Advanced oral surgery, implants & smile restoration. Trusted by patients across Europe." description="Popovic Dentist — Advanced oral surgery, implants & smile restoration. Trusted by patients across Europe."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73977.jpg", src: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73977.jpg", alt: "Patient"},
alt: "Patient",
},
{ {
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Patient"},
alt: "Patient",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg", src: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg", alt: "Patient"},
alt: "Patient",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", alt: "Patient"},
alt: "Patient",
},
{ {
src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Patient"},
alt: "Patient",
},
]} ]}
avatarText="4.9★ average · International patients welcome" avatarText="4.9★ average · International patients welcome"
buttons={[ buttons={[
{ {
text: "Book a Consultation", text: "Book a Consultation", href: "#contact"},
href: "#contact",
},
{ {
text: "See Patient Stories", text: "See Patient Stories", href: "#testimonials"},
href: "#testimonials",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "FDA Approved", icon: Check,
text: "FDA Approved",
icon: Check,
}, },
{ {
type: "text-icon", type: "text-icon", text: "ISO Certified", icon: Award,
text: "ISO Certified",
icon: Award,
}, },
{ {
type: "text-icon", type: "text-icon", text: "100% Sterile", icon: ShieldCheck,
text: "100% Sterile",
icon: ShieldCheck,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Digital Planning", icon: Monitor,
text: "Digital Planning",
icon: Monitor,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Expert Surgeons", icon: UserCheck,
text: "Expert Surgeons",
icon: UserCheck,
}, },
]} ]}
/> />
@@ -140,25 +103,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "Expert", title: "Surgical Team", description: "Mastery in implants & wisdom teeth", icon: Shield,
value: "Expert",
title: "Surgical Team",
description: "Mastery in implants & wisdom teeth",
icon: Shield,
}, },
{ {
id: "m2", id: "m2", value: "Modern", title: "Equipment", description: "State-of-the-art clinical technology", icon: Zap,
value: "Modern",
title: "Equipment",
description: "State-of-the-art clinical technology",
icon: Zap,
}, },
{ {
id: "m3", id: "m3", value: "Global", title: "Patients", description: "Trusted by patients from 30+ countries", icon: Globe,
value: "Global",
title: "Patients",
description: "Trusted by patients from 30+ countries",
icon: Globe,
}, },
]} ]}
title="Our Commitment" title="Our Commitment"
@@ -171,14 +122,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "When others say no, we find solutions."},
content: "When others say no, we find solutions.",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-bright-office-room-with-nobody-it_482257-15349.jpg", alt: "Clinical Artistry"},
src: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-bright-office-room-with-nobody-it_482257-15349.jpg",
alt: "Clinical Artistry",
},
]} ]}
/> />
</div> </div>
@@ -190,33 +136,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Oral Surgery", description: "Expert wisdom tooth removal with gentle care.", tag: "Surgery", imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473209.jpg"},
title: "Oral Surgery",
description: "Expert wisdom tooth removal with gentle care.",
tag: "Surgery",
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473209.jpg",
},
{ {
id: "f2", id: "f2", title: "Dental Implants", description: "Restoring your smile with precision and function.", tag: "Restoration", imageSrc: "http://img.b2bpic.net/free-photo/top-view-safety-measures-logos-with-copy-space_23-2148608802.jpg"},
title: "Dental Implants",
description: "Restoring your smile with precision and function.",
tag: "Restoration",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-safety-measures-logos-with-copy-space_23-2148608802.jpg",
},
{ {
id: "f3", id: "f3", title: "Cosmetic Dentistry", description: "Smile makeovers designed with artistry.", tag: "Cosmetic", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-dentist-drawing-illustration_23-2151150646.jpg"},
title: "Cosmetic Dentistry",
description: "Smile makeovers designed with artistry.",
tag: "Cosmetic",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-dentist-drawing-illustration_23-2151150646.jpg",
},
{ {
id: "f4", id: "f4", title: "General & Periodontal", description: "Ongoing care for healthy teeth and gums.", tag: "Hygiene", imageSrc: "http://img.b2bpic.net/free-vector/20-wash-hands-solid-glyph-icon-presentation-vector-icons-illustration_1142-17561.jpg"},
title: "General & Periodontal",
description: "Ongoing care for healthy teeth and gums.",
tag: "Hygiene",
imageSrc: "http://img.b2bpic.net/free-vector/20-wash-hands-solid-glyph-icon-presentation-vector-icons-illustration_1142-17561.jpg",
},
]} ]}
title="Advanced Dental Services" title="Advanced Dental Services"
description="Comprehensive care tailored to your unique smile goals." description="Comprehensive care tailored to your unique smile goals."
@@ -231,59 +157,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Procedure", name: "Implant + Gum Lift", price: "1hr", rating: 5,
brand: "Procedure", reviewCount: "Spain", imageSrc: "http://img.b2bpic.net/free-photo/brave-small-child-gets-dental-treatment-by-expirienced-doctor-dental-clinic_613910-21734.jpg"},
name: "Implant + Gum Lift",
price: "1hr",
rating: 5,
reviewCount: "Spain",
imageSrc: "http://img.b2bpic.net/free-photo/brave-small-child-gets-dental-treatment-by-expirienced-doctor-dental-clinic_613910-21734.jpg",
},
{ {
id: "p2", id: "p2", brand: "Procedure", name: "Smile Makeover", price: "2wks", rating: 5,
brand: "Procedure", reviewCount: "France", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-ruffle-top_23-2148364921.jpg"},
name: "Smile Makeover",
price: "2wks",
rating: 5,
reviewCount: "France",
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-ruffle-top_23-2148364921.jpg",
},
{ {
id: "p3", id: "p3", brand: "Procedure", name: "Crown Restoration", price: "1wk", rating: 5,
brand: "Procedure", reviewCount: "Germany", imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-female-patients-teeth-with-mouth-mirror_107420-74140.jpg"},
name: "Crown Restoration",
price: "1wk",
rating: 5,
reviewCount: "Germany",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-female-patients-teeth-with-mouth-mirror_107420-74140.jpg",
},
{ {
id: "p4", id: "p4", brand: "Procedure", name: "Wisdom Teeth Surgery", price: "30m", rating: 5,
brand: "Procedure", reviewCount: "Italy", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-posing-through-paper-hole_23-2148136059.jpg"},
name: "Wisdom Teeth Surgery",
price: "30m",
rating: 5,
reviewCount: "Italy",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-posing-through-paper-hole_23-2148136059.jpg",
},
{ {
id: "p5", id: "p5", brand: "Procedure", name: "Dental Bridge", price: "2wks", rating: 5,
brand: "Procedure", reviewCount: "Serbia", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-telling-online-audience-about-beauty-tips_259150-60040.jpg"},
name: "Dental Bridge",
price: "2wks",
rating: 5,
reviewCount: "Serbia",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-telling-online-audience-about-beauty-tips_259150-60040.jpg",
},
{ {
id: "p6", id: "p6", brand: "Procedure", name: "Aesthetic Veneers", price: "1wk", rating: 5,
brand: "Procedure", reviewCount: "UK", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-portrait_23-2149005396.jpg"},
name: "Aesthetic Veneers",
price: "1wk",
rating: 5,
reviewCount: "UK",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-portrait_23-2149005396.jpg",
},
]} ]}
title="Results You Can Trust" title="Results You Can Trust"
description="See the transformation that precision and artistry deliver." description="See the transformation that precision and artistry deliver."
@@ -297,29 +187,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "t1", id: "t1", name: "Dr. Artem Matveev", role: "Lead Surgeon", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg"},
name: "Dr. Artem Matveev",
role: "Lead Surgeon",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg",
},
{ {
id: "t2", id: "t2", name: "Dr. Vukašin Popović", role: "Implant Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg"},
name: "Dr. Vukašin Popović",
role: "Implant Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg",
},
{ {
id: "t3", id: "t3", name: "Dr. Dejana", role: "Restorative Expert", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-man-working-healthcare-system-having-care-job_23-2151237562.jpg"},
name: "Dr. Dejana",
role: "Restorative Expert",
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-man-working-healthcare-system-having-care-job_23-2151237562.jpg",
},
{ {
id: "t4", id: "t4", name: "Ljilja", role: "Clinical Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-6572.jpg"},
name: "Ljilja",
role: "Clinical Hygienist",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-6572.jpg",
},
]} ]}
title="Meet Our Specialists" title="Meet Our Specialists"
description="Maximum dedication, patient-first care." description="Maximum dedication, patient-first care."
@@ -332,45 +206,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Extraordinary Craftsmanship", quote: "I travel 16,000km for the best dental healthcare on the planet.", name: "Anthony F.", role: "International Patient", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg"},
title: "Extraordinary Craftsmanship",
quote: "I travel 16,000km for the best dental healthcare on the planet.",
name: "Anthony F.",
role: "International Patient",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg",
},
{ {
id: "2", id: "2", title: "Expert Solution", quote: "When no one has a solution, Dr Popović has it.", name: "Sladjana B.", role: "Local Patient", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg"},
title: "Expert Solution",
quote: "When no one has a solution, Dr Popović has it.",
name: "Sladjana B.",
role: "Local Patient",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg",
},
{ {
id: "3", id: "3", title: "Wonderful Experience", quote: "Surrender to an artist who loves his calling.", name: "Milena P.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-medical-reports_107420-73971.jpg"},
title: "Wonderful Experience",
quote: "Surrender to an artist who loves his calling.",
name: "Milena P.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-medical-reports_107420-73971.jpg",
},
{ {
id: "4", id: "4", title: "Professional Dedication", quote: "Maximum dedication to each patient.", name: "Dejan J.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg"},
title: "Professional Dedication",
quote: "Maximum dedication to each patient.",
name: "Dejan J.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg",
},
{ {
id: "5", id: "5", title: "Expert Surgeon", quote: "Now I only go to Artem Matveyev for surgery.", name: "Olga B.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-stethoscope_268835-944.jpg"},
title: "Expert Surgeon",
quote: "Now I only go to Artem Matveyev for surgery.",
name: "Olga B.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-stethoscope_268835-944.jpg",
},
]} ]}
title="Patient Stories" title="Patient Stories"
description="Trusted by patients across the world." description="Trusted by patients across the world."
@@ -383,20 +227,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you accept international patients?", content: "Yes, we specialize in international patient care."},
title: "Do you accept international patients?",
content: "Yes, we specialize in international patient care.",
},
{ {
id: "q2", id: "q2", title: "What about recovery time?", content: "We provide detailed post-op care guides to ensure comfort."},
title: "What about recovery time?",
content: "We provide detailed post-op care guides to ensure comfort.",
},
{ {
id: "q3", id: "q3", title: "Are your treatments pain-free?", content: "We prioritize gentle care and modern anesthesia."},
title: "Are your treatments pain-free?",
content: "We prioritize gentle care and modern anesthesia.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg" imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -410,14 +245,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} text="Ready to transform your smile? Call us at 021451637 or email vukasinpopovic@gmail.com to book your consultation today."
text="Ready to transform your smile? Book your consultation today and take the first step towards world-class care."
buttons={[ buttons={[
{ {
text: "Book a Consultation", text: "Book a Consultation", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -427,46 +259,29 @@ export default function LandingPage() {
logoText="Popovic Dentist" logoText="Popovic Dentist"
columns={[ columns={[
{ {
title: "Clinic", title: "Clinic", items: [
items: [
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Team", label: "Team", href: "#team"},
href: "#team",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -475,4 +290,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }