2 Commits

Author SHA1 Message Date
441b2621ac Update src/app/page.tsx 2026-04-22 12:06:25 +00:00
d17df3674c Merge version_1 into main
Merge version_1 into main
2026-04-22 11:56:22 +00:00

View File

@@ -30,26 +30,16 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
button={{ button={{
text: "Book an Appointment", text: "Book Online", href: "#contact"}}
href: "#contact",
}}
brandName="Sarembock Dental" brandName="Sarembock Dental"
/> />
</div> </div>
@@ -57,85 +47,54 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="A smile you're proud of, steps from the city." title="A smile you're proud of, steps from the city."
description="Expert dental care in the heart of Cape Town's CBD — comfortable, professional, and built around you." description="Expert dental care in the heart of Cape Town's CBD — comfortable, professional, and built around you."
kpis={[ kpis={[
{ {
value: "20+", value: "20+", label: "Years Experience"},
label: "Years Experience",
},
{ {
value: "CBD", value: "CBD", label: "Cape Town Centre"},
label: "Cape Town Centre",
},
{ {
value: "Caring", value: "Caring", label: "Professional Team"},
label: "Professional Team",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
{ {
text: "Our Services", text: "Our Services", href: "#services"},
href: "#services",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878878.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878878.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/patient-sitting-dentist-s-chair_1098-4016.jpg", src: "http://img.b2bpic.net/free-photo/patient-sitting-dentist-s-chair_1098-4016.jpg", alt: "Patient sitting in dentist's chair"},
alt: "Patient sitting in dentist's chair",
},
{ {
src: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", src: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", alt: "Dentist explaining dental hygiene"},
alt: "Dentist explaining dental hygiene",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29158.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29158.jpg", alt: "Beautiful girl in dentist office"},
alt: "Beautiful girl in dentist office",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-patient-sitting-dentist-chair-while-her-doctor-preparing-syringe-injection_613910-17766.jpg", src: "http://img.b2bpic.net/free-photo/woman-patient-sitting-dentist-chair-while-her-doctor-preparing-syringe-injection_613910-17766.jpg", alt: "Woman patient in dentist chair"},
alt: "Woman patient in dentist chair",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", alt: "Smiling man in clinic"},
alt: "Smiling man in clinic",
},
]} ]}
avatarText="Trusted by 1000+ local patients" avatarText="Trusted by 1000+ local patients"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "General Dentistry", icon: CheckCircle,
text: "General Dentistry",
icon: CheckCircle,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Teeth Whitening", icon: Sparkles,
text: "Teeth Whitening",
icon: Sparkles,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Emergency Care", icon: AlertTriangle,
text: "Emergency Care",
icon: AlertTriangle,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Oral Surgery", icon: Shield,
text: "Oral Surgery",
icon: Shield,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Hygiene Consults", icon: Smile,
text: "Hygiene Consults",
icon: Smile,
}, },
]} ]}
/> />
@@ -149,41 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "General Check-Up", title: "General Check-Up", description: "Professional cleaning and comprehensive oral health assessments.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-making-preparation-treatment-clinic_23-2147905981.jpg?_wi=1", imageAlt: "Check-up"},
description: "Professional cleaning and comprehensive oral health assessments.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-making-preparation-treatment-clinic_23-2147905981.jpg?_wi=1",
imageAlt: "Check-up",
},
{ {
title: "Tooth Extractions", title: "Tooth Extractions", description: "Safe, gentle removal services performed with precision.", imageSrc: "http://img.b2bpic.net/free-photo/caries-beauty-adult-background-canal_1303-1838.jpg?_wi=1", imageAlt: "Extractions"},
description: "Safe, gentle removal services performed with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/caries-beauty-adult-background-canal_1303-1838.jpg?_wi=1",
imageAlt: "Extractions",
},
{ {
title: "Root Canal", title: "Root Canal", description: "Advanced care to save your natural smile and health.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg?_wi=1", imageAlt: "Root Canal"},
description: "Advanced care to save your natural smile and health.",
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg?_wi=1",
imageAlt: "Root Canal",
},
{ {
title: "Teeth Whitening", title: "Teeth Whitening", description: "Professional treatments for a brighter, natural aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/toothbrush-composition-with-towel_23-2147817634.jpg", imageAlt: "Whitening"},
description: "Professional treatments for a brighter, natural aesthetic.",
imageSrc: "http://img.b2bpic.net/free-photo/toothbrush-composition-with-towel_23-2147817634.jpg",
imageAlt: "Whitening",
},
{ {
title: "Restorations", title: "Restorations", description: "Customized fillings and restoration for long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-74040.jpg", imageAlt: "Fillings"},
description: "Customized fillings and restoration for long-term health.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-74040.jpg",
imageAlt: "Fillings",
},
{ {
title: "Emergency Care", title: "Emergency Care", description: "Same-day consults when you need professional help most.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-tools-tray_23-2147906066.jpg", imageAlt: "Emergency"},
description: "Same-day consults when you need professional help most.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-tools-tray_23-2147906066.jpg",
imageAlt: "Emergency",
},
]} ]}
title="Expert Care, Comprehensive Services." title="Expert Care, Comprehensive Services."
description="From preventative hygiene to complex restorative care, we provide expert dental services tailored to your needs." description="From preventative hygiene to complex restorative care, we provide expert dental services tailored to your needs."
@@ -198,23 +133,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Experienced Hands", title: "Experienced Hands", description: "Decades of combined expertise treating Cape Town patients with precision.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg?_wi=1", imageAlt: "Expertise"},
description: "Decades of combined expertise treating Cape Town patients with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg?_wi=1",
imageAlt: "Expertise",
},
{ {
title: "Pain-Free Focus", title: "Pain-Free Focus", description: "We prioritize your comfort at every step, from consultation to aftercare.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-teeth-clinic_107420-65383.jpg", imageAlt: "Comfort"},
description: "We prioritize your comfort at every step, from consultation to aftercare.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-teeth-clinic_107420-65383.jpg",
imageAlt: "Comfort",
},
{ {
title: "Conveniently Located", title: "Conveniently Located", description: "On the second floor of 74 Loop Street — easy access from anywhere in the CBD.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", imageAlt: "Location"},
description: "On the second floor of 74 Loop Street — easy access from anywhere in the CBD.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg",
imageAlt: "Location",
},
]} ]}
title="Why Sarembock Dental?" title="Why Sarembock Dental?"
description="We blend professional precision with a warm, human approach to dentistry." description="We blend professional precision with a warm, human approach to dentistry."
@@ -227,60 +150,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah M.", date: "Jan 2025", title: "Kind and professional", quote: "Dr Sarembock is incredibly kind. The whole experience felt so calm and reassuring.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878878.jpg?_wi=2", imageAlt: "dentist talking to patient warm care"},
name: "Sarah M.",
date: "Jan 2025",
title: "Kind and professional",
quote: "Dr Sarembock is incredibly kind. The whole experience felt so calm and reassuring.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878878.jpg?_wi=2",
imageAlt: "dentist talking to patient warm care",
},
{ {
id: "2", id: "2", name: "James L.", date: "Dec 2024", title: "Top-tier care", quote: "Efficient, professional, and friendly staff. Highly recommend for any professional.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/dental-woman-nurse-applying-anesthesia-with-cotton-swab-before-stomatological-procedure-orthodontic-office-medical-team-discussing-treatment-against-caries-infection-dentistry-examination_482257-40994.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg?_wi=2", imageAlt: "dentist talking to patient warm care"},
name: "James L.",
date: "Dec 2024",
title: "Top-tier care",
quote: "Efficient, professional, and friendly staff. Highly recommend for any professional.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/dental-woman-nurse-applying-anesthesia-with-cotton-swab-before-stomatological-procedure-orthodontic-office-medical-team-discussing-treatment-against-caries-infection-dentistry-examination_482257-40994.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg?_wi=2",
imageAlt: "dentist talking to patient warm care",
},
{ {
id: "3", id: "3", name: "Elena P.", date: "Nov 2024", title: "Painless procedure", quote: "I've always been nervous, but the procedure was completely painless and easy.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dentist-making-preparation-treatment-clinic_23-2147905981.jpg?_wi=2", imageAlt: "dentist talking to patient warm care"},
name: "Elena P.",
date: "Nov 2024",
title: "Painless procedure",
quote: "I've always been nervous, but the procedure was completely painless and easy.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-making-preparation-treatment-clinic_23-2147905981.jpg?_wi=2",
imageAlt: "dentist talking to patient warm care",
},
{ {
id: "4", id: "4", name: "Mark D.", date: "Oct 2024", title: "Great CBD location", quote: "So convenient to pop in during my workday. The team is excellent.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9351.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caries-beauty-adult-background-canal_1303-1838.jpg?_wi=2", imageAlt: "dentist talking to patient warm care"},
name: "Mark D.",
date: "Oct 2024",
title: "Great CBD location",
quote: "So convenient to pop in during my workday. The team is excellent.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9351.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/caries-beauty-adult-background-canal_1303-1838.jpg?_wi=2",
imageAlt: "dentist talking to patient warm care",
},
{ {
id: "5", id: "5", name: "Lisa B.", date: "Sept 2024", title: "Consistent results", quote: "Professional doctors who really take the time to explain everything to you.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/dentist-with-patient-visit_1303-14049.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg?_wi=2", imageAlt: "dentist talking to patient warm care"},
name: "Lisa B.",
date: "Sept 2024",
title: "Consistent results",
quote: "Professional doctors who really take the time to explain everything to you.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/dentist-with-patient-visit_1303-14049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg?_wi=2",
imageAlt: "dentist talking to patient warm care",
},
]} ]}
title="What our patients say." title="What our patients say."
description="72+ verified Google reviews from Cape Town professionals and families." description="72+ verified Google reviews from Cape Town professionals and families."
@@ -300,20 +178,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Booking Inquiry" tag="Booking Inquiry"
title="Ready for a healthier smile?" title="Ready for a healthier smile?"
description="Book your appointment today — we're open Monday to Friday, centrally located on Loop Street." description="Book your appointment today — we're open Monday to Friday, centrally located on Loop Street."
buttons={[ buttons={[
{ {
text: "Call 021 423 3377", text: "Call 021 423 3377", href: "tel:+27214233377"},
href: "tel:+27214233377",
},
{ {
text: "Book Online", text: "Book Online", href: "#contact"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -323,37 +196,23 @@ export default function LandingPage() {
logoText="Sarembock Dental" logoText="Sarembock Dental"
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
], ],
}, },
{ {
title: "Location", title: "Location", items: [
items: [
{ {
label: "Floor 2, 74 Loop St", label: "Floor 2, 74 Loop St", href: "#"},
href: "#",
},
{ {
label: "Cape Town City Centre", label: "Cape Town City Centre", href: "#"},
href: "#",
},
{ {
label: "MonFri, 8am5pm", label: "MonFri, 8am5pm", href: "#"},
href: "#",
},
], ],
}, },
]} ]}