|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { Sparkles } from "lucide-react";
|
|
|
|
|
import { Sparkles, Smile, Heart, Shield, Zap } from "lucide-react";
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
@@ -15,26 +15,25 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="shift-hover"
|
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="mediumSmall"
|
|
|
|
|
sizing="mediumLarge"
|
|
|
|
|
background="noise"
|
|
|
|
|
cardStyle="layered-gradient"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
headingFontWeight="light"
|
|
|
|
|
defaultButtonVariant="hover-magnetic"
|
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
|
|
|
background="aurora"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
brandName="Eziam"
|
|
|
|
|
brandName="Eziam Dental"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
{ name: "Reviews", id: "testimonials" },
|
|
|
|
|
{ name: "Location", id: "location" }
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
button={{ text: "Book Now", href: "contact" }}
|
|
|
|
|
/>
|
|
|
|
|
@@ -42,130 +41,136 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitDualMedia
|
|
|
|
|
tag="Premium Dental Care"
|
|
|
|
|
tag="Premium Dental Excellence"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Where Every Smile Becomes Art"
|
|
|
|
|
description="Experience exceptional dental care in Pretoria. Combining advanced techniques with a gentle touch, we deliver results that transform smiles. Rated 5.0 by 245 verified patients at Willows Crossing Shopping Centre."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
title="Your Smile, Our Passion"
|
|
|
|
|
description="Experience exceptional dental care in a warm, welcoming environment. At Eziam Dental in Pretoria, we combine advanced techniques with genuine compassion. Trusted by 245+ satisfied patients with a perfect 5.0 rating."
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call 067 401 1372", href: "tel:0674011372" },
|
|
|
|
|
{ text: "Schedule Visit", href: "#contact" }
|
|
|
|
|
{ text: "Schedule Now", href: "contact" },
|
|
|
|
|
{ text: "Call 067 401 1372", href: "tel:0674011372" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=1", imageAlt: "Professional dental care environment"
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=1", imageAlt: "Professional dental examination"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=1", imageAlt: "Dental examination and treatment"
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=1", imageAlt: "Comfortable dental care experience"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
rating={5}
|
|
|
|
|
ratingText="Rated by 245 Loving Clients"
|
|
|
|
|
ratingText="Trusted by 245 Satisfied Patients"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<MediaAbout
|
|
|
|
|
tag="Who We Are"
|
|
|
|
|
title="Dental Excellence in the Heart of Pretoria"
|
|
|
|
|
description="Eziam Dental is a full-service dental practice committed to providing exceptional care in a calm, welcoming environment. Our team combines advanced techniques with a gentle touch—because we believe dentistry should feel as good as it looks. With a perfect 5-star rating from 245 verified patients, we're your trusted partner for comprehensive dental health."
|
|
|
|
|
tag="Our Practice"
|
|
|
|
|
title="Dental Care with Heart"
|
|
|
|
|
description="Eziam Dental is more than a practice—it's a trusted partner in your oral health journey. Our team believes that exceptional dentistry begins with genuine care. In our modern facility at Willows Crossing, Die Wilgers, we create a calm, welcoming space where every patient feels valued. With 245+ verified 5-star reviews, we're committed to delivering results that transform smiles and build lasting relationships."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=1"
|
|
|
|
|
imageAlt="Modern dental practice in Pretoria"
|
|
|
|
|
buttons={[{ text: "Learn More", href: "#services" }]}
|
|
|
|
|
imageAlt="Modern dental practice environment"
|
|
|
|
|
buttons={[{ text: "Learn Our Story", href: "#services" }]}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardOne
|
|
|
|
|
tag="What We Offer"
|
|
|
|
|
title="Comprehensive Care for Every Smile"
|
|
|
|
|
description="From routine check-ups to advanced restorative treatments, we provide a full spectrum of dental services designed to maintain and enhance your oral health."
|
|
|
|
|
tag="Complete Dental Solutions"
|
|
|
|
|
title="Services Designed for Your Smile"
|
|
|
|
|
description="From routine maintenance to advanced restorative work, we offer comprehensive dental care tailored to your unique needs. Each service is delivered with precision and compassion."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Dental Examination", description: "Thorough assessments to understand your oral health, identify concerns early, and create a personalized care plan tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=2", imageAlt: "Dental examination service"
|
|
|
|
|
title: "Comprehensive Exams", description: "Thorough assessments using advanced diagnostics to identify concerns early and create personalized treatment plans for optimal oral health.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=2", imageAlt: "Comprehensive dental examination"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Professional Cleaning", description: "Expert scaling and polishing to remove plaque and tartar, leaving your teeth clean, fresh, and brilliantly bright.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=2", imageAlt: "Professional cleaning service"
|
|
|
|
|
title: "Professional Cleaning", description: "Expert scaling and polishing to remove plaque and tartar, revealing the natural brilliance of your teeth with a fresh, clean feeling.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=2", imageAlt: "Professional teeth cleaning service"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Tooth Fillings", description: "Durable, natural-looking restorations that repair cavities and restore the full function and appearance of your teeth.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=2", imageAlt: "Tooth fillings service"
|
|
|
|
|
title: "Tooth Fillings", description: "Durable, natural-looking restorations that repair cavities and restore full function and aesthetics to your affected teeth.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=2", imageAlt: "Tooth filling restoration"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Dental Extractions", description: "Safe and gentle extractions performed with care and precision to minimize discomfort and facilitate quick recovery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=3", imageAlt: "Dental extractions service"
|
|
|
|
|
title: "Extractions", description: "Safe, gentle extractions performed with precision and care to minimize discomfort and support your overall oral health recovery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=3", imageAlt: "Safe dental extraction procedure"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Teeth Whitening", description: "Professional whitening treatments that effectively brighten your smile by several shades in a single comfortable session.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=3", imageAlt: "Teeth whitening service"
|
|
|
|
|
title: "Teeth Whitening", description: "Professional whitening treatments that dramatically brighten your smile in just one comfortable session with lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=3", imageAlt: "Professional teeth whitening"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Restorative Dentistry", description: "From crowns and bridges to complete smile makeovers—we restore confidence in every patient we see with beautiful, functional results.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=3", imageAlt: "Restorative dentistry service"
|
|
|
|
|
title: "Restorative Dentistry", description: "From crowns and bridges to complete smile transformations, we restore confidence with beautiful, functional dental solutions.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=3", imageAlt: "Advanced restorative dentistry"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tagIcon={Smile}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
tag="Client Testimonials"
|
|
|
|
|
title="What Our Patients Say"
|
|
|
|
|
description="Hear directly from satisfied patients who have experienced exceptional care at Eziam Dental."
|
|
|
|
|
tag="Patient Testimonials"
|
|
|
|
|
title="Stories from Our Valued Patients"
|
|
|
|
|
description="Discover why 245+ patients trust Eziam Dental with their smiles and recommend us to friends and family."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Johnson", handle: "@sarahj_pretoria", testimonial: "The most professional and caring dental practice I have ever visited. The team made me feel completely at ease from the moment I walked in. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson"
|
|
|
|
|
id: "1", name: "Sarah Johnson", handle: "@sarahj_pretoria", testimonial: "The entire team treated me with such care and professionalism. I felt heard and comfortable throughout my visit. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson", icon: Heart
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Michael Chen", handle: "@mchen_smile", testimonial: "Exceptional service and genuine care. Dr. and the team are truly invested in your dental health. My smile has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"
|
|
|
|
|
id: "2", name: "Michael Chen", handle: "@mchen_smile", testimonial: "Exceptional service and genuine interest in my dental health. The results speak for themselves—my smile has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen", icon: Smile
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Emily Rodriguez", handle: "@emily_dental", testimonial: "I was nervous about dental work, but Eziam Dental made the entire experience comfortable and stress-free. Will definitely return for my next appointment!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Emily Rodriguez"
|
|
|
|
|
id: "3", name: "Emily Rodriguez", handle: "@emily_dental", testimonial: "I was anxious about dental work, but the team made everything stress-free and comfortable. Can't wait for my next appointment!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Emily Rodriguez", icon: Shield
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Kim", handle: "@david_km", testimonial: "Outstanding professionalism and attention to detail. The office is modern and clean, and the staff is incredibly friendly. Five stars all the way!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim"
|
|
|
|
|
id: "4", name: "David Kim", handle: "@david_km", testimonial: "Outstanding professionalism and attention to detail. The office is modern, clean, and the staff incredibly friendly. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim", icon: Zap
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Jessica Lee", handle: "@jess_smile2025", testimonial: "Finally found a dentist who listens and truly cares. The treatment was painless and the results exceeded my expectations. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica Lee"
|
|
|
|
|
id: "5", name: "Jessica Lee", handle: "@jess_smile2025", testimonial: "Finally found a dentist who truly listens and cares. Painless treatment and results that exceeded my expectations!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica Lee", icon: Heart
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Robert Thompson", handle: "@rob_healthy_teeth", testimonial: "Been coming here for two years. Consistent excellence, friendly team, and genuine care for patient wellbeing. This is the dental home I've been searching for!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "Robert Thompson"
|
|
|
|
|
id: "6", name: "Robert Thompson", handle: "@rob_healthy_teeth", testimonial: "Been coming here for two years. Consistent excellence, genuine care for patients, and a team that feels like family. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "Robert Thompson", icon: Smile
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
speed={40}
|
|
|
|
|
tagIcon={Heart}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardTwo
|
|
|
|
|
tag="Our Impact"
|
|
|
|
|
title="Trusted by Pretoria"
|
|
|
|
|
description="Proven excellence in patient care and dental health outcomes."
|
|
|
|
|
tag="Proven Excellence"
|
|
|
|
|
title="Why Pretoria Trusts Eziam Dental"
|
|
|
|
|
description="Our commitment to exceptional care is reflected in these meaningful metrics that represent real patient satisfaction."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ id: "1", value: "5.0", description: "Google Rating" },
|
|
|
|
|
{ id: "2", value: "245+", description: "Verified Reviews" },
|
|
|
|
|
{ id: "3", value: "100%", description: "Patient Satisfaction" },
|
|
|
|
|
{ id: "4", value: "6", description: "Years Excellence" }
|
|
|
|
|
{ id: "4", value: "6+", description: "Years Excellence" }
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
tag="Trusted Partners"
|
|
|
|
|
title="Partnered with Industry Leaders"
|
|
|
|
|
description="We work with the finest dental equipment manufacturers and health organizations."
|
|
|
|
|
tag="Industry Partnerships"
|
|
|
|
|
title="Trusted by Leading Dental Organizations"
|
|
|
|
|
description="We partner with premier dental equipment manufacturers and health organizations to ensure the highest standard of care."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
names={[
|
|
|
|
|
"Dental Health Association", "Advanced Care Solutions", "ProSmile Innovations", "TrustCare Medical", "Premier Dental Group", "Smile Excellence Network", "HealthFirst Dental", "Professional Care Alliance"
|
|
|
|
|
@@ -173,20 +178,24 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Book Your Appointment"
|
|
|
|
|
title="Ready to Transform Your Smile?"
|
|
|
|
|
description="Schedule a visit with our expert team at Willows Crossing Shopping Centre, Die Wilgers. We look forward to providing you with exceptional dental care."
|
|
|
|
|
tag="Ready to Transform Your Smile?"
|
|
|
|
|
title="Schedule Your Visit Today"
|
|
|
|
|
description="Contact Eziam Dental at Willows Crossing Shopping Centre, Die Wilgers, Pretoria. Our team looks forward to providing you with exceptional dental care and a smile you'll love."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call Now: 067 401 1372", href: "tel:0674011372" },
|
|
|
|
|
{ text: "Book Appointment", href: "tel:0674011372" },
|
|
|
|
|
{ text: "Get Directions", href: "https://maps.google.com/maps/place/Willows+Crossing+Shopping+Centre,+Die+Wilgers,+Pretoria" }
|
|
|
|
|
]}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -197,25 +206,25 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{ label: "Dental Examination", href: "#services" },
|
|
|
|
|
{ label: "Teeth Cleaning", href: "#services" },
|
|
|
|
|
{ label: "Cosmetic Dentistry", href: "#services" },
|
|
|
|
|
{ label: "Emergency Care", href: "#contact" }
|
|
|
|
|
{ label: "Professional Cleaning", href: "#services" },
|
|
|
|
|
{ label: "Teeth Whitening", href: "#services" },
|
|
|
|
|
{ label: "Restorative Dentistry", href: "#services" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Our Team", href: "#about" },
|
|
|
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
|
|
|
{ label: "Patient Reviews", href: "#testimonials" },
|
|
|
|
|
{ label: "Our Practice", href: "#about" },
|
|
|
|
|
{ label: "Contact", href: "#contact" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Contact", items: [
|
|
|
|
|
{ label: "Call: 067 401 1372", href: "tel:0674011372" },
|
|
|
|
|
{ label: "Phone: 067 401 1372", href: "tel:0674011372" },
|
|
|
|
|
{ label: "Willows Crossing, Die Wilgers", href: "https://maps.google.com/maps/place/Willows+Crossing+Shopping+Centre,+Die+Wilgers,+Pretoria" },
|
|
|
|
|
{ label: "Open Daily, Closes 5 PM", href: "#" },
|
|
|
|
|
{ label: "Email Inquiry", href: "#contact" }
|
|
|
|
|
{ label: "Monday - Friday: 9AM - 5PM", href: "#" },
|
|
|
|
|
{ label: "Saturday: 10AM - 2PM", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
|