Merge version_1 into main #2
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "/services" },
|
||||
{ label: "Teeth Cleaning", href: "/services" },
|
||||
{ label: "Cosmetic Dentistry", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Patient Info",
|
||||
items: [
|
||||
title: "Patient Info", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "New Patients", href: "/new-patients" },
|
||||
{ label: "Insurance", href: "#" },
|
||||
@@ -36,8 +34,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "(416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "123 Dental Ave, Toronto", href: "#" },
|
||||
@@ -53,7 +50,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -64,9 +61,7 @@ export default function ContactPage() {
|
||||
navItems={navItems}
|
||||
brandName="Smile Dental Center"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,7 +70,7 @@ export default function ContactPage() {
|
||||
<HeroSplitKpi
|
||||
title="Ready to Transform Your Smile?"
|
||||
description="Reach out today to schedule your appointment. Our team is ready to provide you with exceptional dental care in a comfortable, welcoming environment."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "4.9★", label: "Patient Rating" },
|
||||
{ value: "1,100+", label: "Happy Patients" },
|
||||
@@ -90,7 +85,7 @@ export default function ContactPage() {
|
||||
{ text: "Email Us", href: "mailto:hello@smiledental.center" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg"
|
||||
imageAlt="Ready to schedule your dental appointment"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -104,9 +99,9 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Book Your Smile Today"
|
||||
description="Schedule your appointment with our team. Join over 1,100 happy patients who trust Smile Dental Center for compassionate, professional dental care."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg"
|
||||
imageAlt="Modern dental clinic appointment booking"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function NewPatientsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "/services" },
|
||||
{ label: "Teeth Cleaning", href: "/services" },
|
||||
{ label: "Cosmetic Dentistry", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function NewPatientsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Patient Info",
|
||||
items: [
|
||||
title: "Patient Info", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "New Patients", href: "/new-patients" },
|
||||
{ label: "Insurance", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function NewPatientsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "(416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "123 Dental Ave, Toronto", href: "#" },
|
||||
@@ -55,7 +52,7 @@ export default function NewPatientsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -66,9 +63,7 @@ export default function NewPatientsPage() {
|
||||
navItems={navItems}
|
||||
brandName="Smile Dental Center"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,7 +72,7 @@ export default function NewPatientsPage() {
|
||||
<HeroSplitKpi
|
||||
title="Welcome to Smile Dental Center"
|
||||
description="Your first visit is an opportunity for us to listen to your concerns, understand your dental goals, and create a personalized care plan. We prioritize your comfort and explain everything clearly."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "4.9★", label: "Patient Rating" },
|
||||
{ value: "1,100+", label: "Happy Patients" },
|
||||
@@ -92,7 +87,7 @@ export default function NewPatientsPage() {
|
||||
{ text: "Call (416) 555-1234", href: "tel:+14165551234" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg"
|
||||
imageAlt="Beautiful smiling patient at Smile Dental Center"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -104,10 +99,7 @@ export default function NewPatientsPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Getting started with" },
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg",
|
||||
alt: "Modern dental clinic interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", alt: "Modern dental clinic interior"},
|
||||
{ type: "text", content: "your new dental home" },
|
||||
]}
|
||||
buttons={[
|
||||
@@ -132,29 +124,13 @@ export default function NewPatientsPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
features={[
|
||||
{
|
||||
title: "Comprehensive Consultation",
|
||||
description: "We begin with a detailed conversation about your dental history, current concerns, and treatment goals. Your comfort and preferences guide our approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg?_wi=4",
|
||||
imageAlt: "Dentist consultation with patient",
|
||||
},
|
||||
title: "Comprehensive Consultation", description: "We begin with a detailed conversation about your dental history, current concerns, and treatment goals. Your comfort and preferences guide our approach.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg", imageAlt: "Dentist consultation with patient"},
|
||||
{
|
||||
title: "Thorough Examination",
|
||||
description: "Our team conducts a complete oral examination using modern diagnostic tools. We check for cavities, gum health, and any potential concerns you should know about.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=4",
|
||||
imageAlt: "Professional dental examination",
|
||||
},
|
||||
title: "Thorough Examination", description: "Our team conducts a complete oral examination using modern diagnostic tools. We check for cavities, gum health, and any potential concerns you should know about.", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", imageAlt: "Professional dental examination"},
|
||||
{
|
||||
title: "Personalized Care Plan",
|
||||
description: "Based on our findings, we create a customized treatment plan. We explain options, discuss costs, and answer all your questions with transparency and clarity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg?_wi=5",
|
||||
imageAlt: "Professional dental team explaining care plan",
|
||||
},
|
||||
title: "Personalized Care Plan", description: "Based on our findings, we create a customized treatment plan. We explain options, discuss costs, and answer all your questions with transparency and clarity.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg", imageAlt: "Professional dental team explaining care plan"},
|
||||
{
|
||||
title: "Comfortable Treatment Setting",
|
||||
description: "Whether it's a cleaning, filling, or other procedure, you'll experience our state-of-the-art facilities designed for maximum comfort and safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg?_wi=7",
|
||||
imageAlt: "Modern comfortable dental treatment room",
|
||||
},
|
||||
title: "Comfortable Treatment Setting", description: "Whether it's a cleaning, filling, or other procedure, you'll experience our state-of-the-art facilities designed for maximum comfort and safety.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg", imageAlt: "Modern comfortable dental treatment room"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,53 +147,17 @@ export default function NewPatientsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "First-Time Patient",
|
||||
testimonial: "I was nervous about visiting a new dentist, but the team made me feel so comfortable and welcome. They explained everything clearly and took their time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=4",
|
||||
imageAlt: "Sarah Johnson - Patient",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "First-Time Patient", testimonial: "I was nervous about visiting a new dentist, but the team made me feel so comfortable and welcome. They explained everything clearly and took their time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", imageAlt: "Sarah Johnson - Patient"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "New Patient",
|
||||
testimonial: "Best first dental visit I've ever had. Professional, kind, and they really listened to my concerns. I'm booking my next appointment today!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg?_wi=3",
|
||||
imageAlt: "Michael Chen - Patient",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "New Patient", testimonial: "Best first dental visit I've ever had. Professional, kind, and they really listened to my concerns. I'm booking my next appointment today!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg", imageAlt: "Michael Chen - Patient"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "First Visit Patient",
|
||||
testimonial: "The entire team is exceptional. They took time to understand my anxiety and made the experience pleasant. I feel confident in my dental care now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/irritated-young-pretty-woman-keeping-hands-waist-isolated-green-wall_141793-112760.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez - Patient",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "First Visit Patient", testimonial: "The entire team is exceptional. They took time to understand my anxiety and made the experience pleasant. I feel confident in my dental care now.", imageSrc: "http://img.b2bpic.net/free-photo/irritated-young-pretty-woman-keeping-hands-waist-isolated-green-wall_141793-112760.jpg", imageAlt: "Emily Rodriguez - Patient"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "New Patient",
|
||||
testimonial: "From scheduling to treatment, everything was smooth and professional. No surprises, no pressure. This is the kind of dental care everyone deserves.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=3",
|
||||
imageAlt: "David Kim - Patient",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "New Patient", testimonial: "From scheduling to treatment, everything was smooth and professional. No surprises, no pressure. This is the kind of dental care everyone deserves.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", imageAlt: "David Kim - Patient"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Walsh",
|
||||
handle: "First-Time Patient",
|
||||
testimonial: "They made me feel like I was their only patient. Attentive, thorough, and genuinely caring. Already recommended to my family and friends!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg?_wi=3",
|
||||
imageAlt: "Jennifer Walsh - Patient",
|
||||
},
|
||||
id: "5", name: "Jennifer Walsh", handle: "First-Time Patient", testimonial: "They made me feel like I was their only patient. Attentive, thorough, and genuinely caring. Already recommended to my family and friends!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Jennifer Walsh - Patient"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
handle: "New Patient",
|
||||
testimonial: "I switched from my old dentist and couldn't be happier. The level of care and attention here is simply superior. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=4",
|
||||
imageAlt: "Robert Thompson - Patient",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", handle: "New Patient", testimonial: "I switched from my old dentist and couldn't be happier. The level of care and attention here is simply superior. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", imageAlt: "Robert Thompson - Patient"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
|
||||
200
src/app/page.tsx
200
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "/services" },
|
||||
{ label: "Teeth Cleaning", href: "/services" },
|
||||
{ label: "Cosmetic Dentistry", href: "/services" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Patient Info",
|
||||
items: [
|
||||
title: "Patient Info", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "New Patients", href: "/new-patients" },
|
||||
{ label: "Insurance", href: "#" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "(416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "123 Dental Ave, Toronto", href: "#" },
|
||||
@@ -57,7 +54,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="Smile Dental Center"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,20 +76,14 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Gentle, Modern Dentistry You Can Trust"
|
||||
description="Experience compassionate dental care from a team of experienced professionals who prioritize your comfort, explain every procedure clearly, and provide prevention-focused treatment plans."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{
|
||||
value: "4.9★",
|
||||
label: "Patient Rating",
|
||||
},
|
||||
value: "4.9★", label: "Patient Rating"},
|
||||
{
|
||||
value: "1,100+",
|
||||
label: "Happy Patients",
|
||||
},
|
||||
value: "1,100+", label: "Happy Patients"},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Premium Dental Care"
|
||||
@@ -102,16 +91,12 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Appointment", href: "/contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+14165551234",
|
||||
},
|
||||
text: "Call Now", href: "tel:+14165551234"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg"
|
||||
imageAlt="Beautiful smiling patient at Smile Dental Center"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -123,45 +108,17 @@ export default function HomePage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "General Dentistry",
|
||||
name: "Comprehensive Exams & Treatment",
|
||||
price: "Starting at $150",
|
||||
rating: 5,
|
||||
reviewCount: "450+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=1",
|
||||
imageAlt: "General dentistry examination",
|
||||
},
|
||||
id: "1", brand: "General Dentistry", name: "Comprehensive Exams & Treatment", price: "Starting at $150", rating: 5,
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", imageAlt: "General dentistry examination"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Preventive Care",
|
||||
name: "Professional Teeth Cleaning",
|
||||
price: "Starting at $120",
|
||||
rating: 5,
|
||||
reviewCount: "380+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg?_wi=1",
|
||||
imageAlt: "Professional teeth cleaning service",
|
||||
},
|
||||
id: "2", brand: "Preventive Care", name: "Professional Teeth Cleaning", price: "Starting at $120", rating: 5,
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg", imageAlt: "Professional teeth cleaning service"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Cosmetic Dentistry",
|
||||
name: "Smile Enhancement Services",
|
||||
price: "Starting at $300",
|
||||
rating: 5,
|
||||
reviewCount: "220+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-patient-sitting-front-two-male-dentist_23-2147862056.jpg?_wi=1",
|
||||
imageAlt: "Cosmetic dental smile enhancement",
|
||||
},
|
||||
id: "3", brand: "Cosmetic Dentistry", name: "Smile Enhancement Services", price: "Starting at $300", rating: 5,
|
||||
reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-patient-sitting-front-two-male-dentist_23-2147862056.jpg", imageAlt: "Cosmetic dental smile enhancement"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Emergency Care",
|
||||
name: "Urgent Dental Treatment",
|
||||
price: "Starting at $200",
|
||||
rating: 5,
|
||||
reviewCount: "310+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-standing-holding-box_107420-73955.jpg?_wi=1",
|
||||
imageAlt: "Emergency dental care services",
|
||||
},
|
||||
id: "4", brand: "Emergency Care", name: "Urgent Dental Treatment", price: "Starting at $200", rating: 5,
|
||||
reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-standing-holding-box_107420-73955.jpg", imageAlt: "Emergency dental care services"},
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
description="Comprehensive dental solutions delivered with expertise and compassion. Each service is tailored to your unique needs and comfort."
|
||||
@@ -181,28 +138,17 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Building smiles with",
|
||||
},
|
||||
type: "text", content: "Building smiles with"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg",
|
||||
alt: "Modern dental clinic interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", alt: "Modern dental clinic interior"},
|
||||
{
|
||||
type: "text",
|
||||
content: "expertise and kindness",
|
||||
},
|
||||
type: "text", content: "expertise and kindness"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn Our Story", href: "/about"},
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Meet Our Team", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -223,33 +169,17 @@ export default function HomePage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
features={[
|
||||
{
|
||||
title: "Clear Communication",
|
||||
description:
|
||||
"We explain every procedure in detail, answer all your questions, and respect your concerns. No surprises, just transparency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg?_wi=1",
|
||||
imageAlt: "Patient consultation with clear explanations",
|
||||
},
|
||||
title: "Clear Communication", description:
|
||||
"We explain every procedure in detail, answer all your questions, and respect your concerns. No surprises, just transparency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg", imageAlt: "Patient consultation with clear explanations"},
|
||||
{
|
||||
title: "Comfortable Environment",
|
||||
description:
|
||||
"Modern, peaceful clinic design with calm aesthetics. We specialize in helping anxious patients feel at ease during treatment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=1",
|
||||
imageAlt: "Modern comfortable dental clinic",
|
||||
},
|
||||
title: "Comfortable Environment", description:
|
||||
"Modern, peaceful clinic design with calm aesthetics. We specialize in helping anxious patients feel at ease during treatment.", imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "Modern comfortable dental clinic"},
|
||||
{
|
||||
title: "Efficient Appointments",
|
||||
description:
|
||||
"Respect your time with minimal wait times and well-organized scheduling. Fast, thorough, professional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg?_wi=1",
|
||||
imageAlt: "Professional dental team efficient service",
|
||||
},
|
||||
title: "Efficient Appointments", description:
|
||||
"Respect your time with minimal wait times and well-organized scheduling. Fast, thorough, professional service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg", imageAlt: "Professional dental team efficient service"},
|
||||
{
|
||||
title: "Preventive Focus",
|
||||
description:
|
||||
"We believe in prevention over cure. Personalized care plans designed to keep your teeth healthy for life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg?_wi=2",
|
||||
imageAlt: "Preventive dental care cleaning",
|
||||
},
|
||||
title: "Preventive Focus", description:
|
||||
"We believe in prevention over cure. Personalized care plans designed to keep your teeth healthy for life.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg", imageAlt: "Preventive dental care cleaning"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -267,59 +197,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Verified Patient",
|
||||
testimonial:
|
||||
"Dr. Elahi is extremely kind, professional, and highly knowledgeable. He explained everything clearly and made me feel completely comfortable. Best dental experience ever!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson - Patient",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Verified Patient", testimonial:
|
||||
"Dr. Elahi is extremely kind, professional, and highly knowledgeable. He explained everything clearly and made me feel completely comfortable. Best dental experience ever!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", imageAlt: "Sarah Johnson - Patient"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Verified Patient",
|
||||
testimonial:
|
||||
"The staff are very friendly and respectful. They took time to understand my dental anxiety and made sure I felt safe throughout my treatment. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen - Patient",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Verified Patient", testimonial:
|
||||
"The staff are very friendly and respectful. They took time to understand my dental anxiety and made sure I felt safe throughout my treatment. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg", imageAlt: "Michael Chen - Patient"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Verified Patient",
|
||||
testimonial:
|
||||
"They explain everything clearly and make you feel comfortable. No rushing, no pressure. This is premium dental care at its finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/irritated-young-pretty-woman-keeping-hands-waist-isolated-green-wall_141793-112760.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez - Patient",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Verified Patient", testimonial:
|
||||
"They explain everything clearly and make you feel comfortable. No rushing, no pressure. This is premium dental care at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/irritated-young-pretty-woman-keeping-hands-waist-isolated-green-wall_141793-112760.jpg", imageAlt: "Emily Rodriguez - Patient"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Verified Patient",
|
||||
testimonial:
|
||||
"Extremely professional dentist with a genuine commitment to patient wellbeing. Short wait times, efficient appointments, and exceptional results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1",
|
||||
imageAlt: "David Kim - Patient",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Verified Patient", testimonial:
|
||||
"Extremely professional dentist with a genuine commitment to patient wellbeing. Short wait times, efficient appointments, and exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", imageAlt: "David Kim - Patient"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Walsh",
|
||||
handle: "Verified Patient",
|
||||
testimonial:
|
||||
"I was nervous about dental work, but this team made me feel safe and respected. The treatment was excellent and they followed up to ensure I was comfortable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Walsh - Patient",
|
||||
},
|
||||
id: "5", name: "Jennifer Walsh", handle: "Verified Patient", testimonial:
|
||||
"I was nervous about dental work, but this team made me feel safe and respected. The treatment was excellent and they followed up to ensure I was comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Jennifer Walsh - Patient"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
handle: "Verified Patient",
|
||||
testimonial:
|
||||
"Professional, knowledgeable, and genuinely caring. This is what premium dental care should look like. I trust them completely with my oral health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=1",
|
||||
imageAlt: "Robert Thompson - Patient",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", handle: "Verified Patient", testimonial:
|
||||
"Professional, knowledgeable, and genuinely caring. This is what premium dental care should look like. I trust them completely with my oral health.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", imageAlt: "Robert Thompson - Patient"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -333,9 +227,9 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Book Your Smile Today"
|
||||
description="Schedule your appointment with our team. Join over 1,100 happy patients who trust Smile Dental Center for compassionate, professional dental care."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg"
|
||||
imageAlt="Modern dental clinic appointment booking"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "/services" },
|
||||
{ label: "Teeth Cleaning", href: "/services" },
|
||||
{ label: "Cosmetic Dentistry", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Patient Info",
|
||||
items: [
|
||||
title: "Patient Info", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "New Patients", href: "/new-patients" },
|
||||
{ label: "Insurance", href: "#" },
|
||||
@@ -36,8 +34,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "(416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "123 Dental Ave, Toronto", href: "#" },
|
||||
@@ -48,53 +45,17 @@ export default function ReviewsPage() {
|
||||
|
||||
const patientTestimonials = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Verified Patient",
|
||||
testimonial: "Dr. Elahi is extremely kind, professional, and highly knowledgeable. He explained everything clearly and made me feel completely comfortable. Best dental experience ever!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=3",
|
||||
imageAlt: "Sarah Johnson - Patient",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Verified Patient", testimonial: "Dr. Elahi is extremely kind, professional, and highly knowledgeable. He explained everything clearly and made me feel completely comfortable. Best dental experience ever!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", imageAlt: "Sarah Johnson - Patient"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Verified Patient",
|
||||
testimonial: "The staff are very friendly and respectful. They took time to understand my dental anxiety and made sure I felt safe throughout my treatment. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen - Patient",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Verified Patient", testimonial: "The staff are very friendly and respectful. They took time to understand my dental anxiety and made sure I felt safe throughout my treatment. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg", imageAlt: "Michael Chen - Patient"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Verified Patient",
|
||||
testimonial: "They explain everything clearly and make you feel comfortable. No rushing, no pressure. This is premium dental care at its finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/irritated-young-pretty-woman-keeping-hands-waist-isolated-green-wall_141793-112760.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez - Patient",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Verified Patient", testimonial: "They explain everything clearly and make you feel comfortable. No rushing, no pressure. This is premium dental care at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/irritated-young-pretty-woman-keeping-hands-waist-isolated-green-wall_141793-112760.jpg", imageAlt: "Emily Rodriguez - Patient"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Verified Patient",
|
||||
testimonial: "Extremely professional dentist with a genuine commitment to patient wellbeing. Short wait times, efficient appointments, and exceptional results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=2",
|
||||
imageAlt: "David Kim - Patient",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Verified Patient", testimonial: "Extremely professional dentist with a genuine commitment to patient wellbeing. Short wait times, efficient appointments, and exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", imageAlt: "David Kim - Patient"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Walsh",
|
||||
handle: "Verified Patient",
|
||||
testimonial: "I was nervous about dental work, but this team made me feel safe and respected. The treatment was excellent and they followed up to ensure I was comfortable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Walsh - Patient",
|
||||
},
|
||||
id: "5", name: "Jennifer Walsh", handle: "Verified Patient", testimonial: "I was nervous about dental work, but this team made me feel safe and respected. The treatment was excellent and they followed up to ensure I was comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Jennifer Walsh - Patient"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
handle: "Verified Patient",
|
||||
testimonial: "Professional, knowledgeable, and genuinely caring. This is what premium dental care should look like. I trust them completely with my oral health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=3",
|
||||
imageAlt: "Robert Thompson - Patient",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", handle: "Verified Patient", testimonial: "Professional, knowledgeable, and genuinely caring. This is what premium dental care should look like. I trust them completely with my oral health.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", imageAlt: "Robert Thompson - Patient"},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -104,7 +65,7 @@ export default function ReviewsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -141,9 +102,9 @@ export default function ReviewsPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Book Your Smile Today"
|
||||
description="Schedule your appointment with our team. Join over 1,100 happy patients who trust Smile Dental Center for compassionate, professional dental care."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg"
|
||||
imageAlt="Modern dental clinic appointment booking"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "/services" },
|
||||
{ label: "Teeth Cleaning", href: "/services" },
|
||||
{ label: "Cosmetic Dentistry", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Patient Info",
|
||||
items: [
|
||||
title: "Patient Info", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "New Patients", href: "/new-patients" },
|
||||
{ label: "Insurance", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "(416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "123 Dental Ave, Toronto", href: "#" },
|
||||
@@ -49,72 +46,28 @@ export default function ServicesPage() {
|
||||
|
||||
const servicesProducts = [
|
||||
{
|
||||
id: "1",
|
||||
brand: "General Dentistry",
|
||||
name: "Comprehensive Exams & Treatment",
|
||||
price: "Starting at $150",
|
||||
rating: 5,
|
||||
reviewCount: "450+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=3",
|
||||
imageAlt: "General dentistry examination",
|
||||
},
|
||||
id: "1", brand: "General Dentistry", name: "Comprehensive Exams & Treatment", price: "Starting at $150", rating: 5,
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", imageAlt: "General dentistry examination"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Preventive Care",
|
||||
name: "Professional Teeth Cleaning",
|
||||
price: "Starting at $120",
|
||||
rating: 5,
|
||||
reviewCount: "380+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg?_wi=5",
|
||||
imageAlt: "Professional teeth cleaning service",
|
||||
},
|
||||
id: "2", brand: "Preventive Care", name: "Professional Teeth Cleaning", price: "Starting at $120", rating: 5,
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg", imageAlt: "Professional teeth cleaning service"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Cosmetic Dentistry",
|
||||
name: "Smile Enhancement Services",
|
||||
price: "Starting at $300",
|
||||
rating: 5,
|
||||
reviewCount: "220+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-patient-sitting-front-two-male-dentist_23-2147862056.jpg?_wi=2",
|
||||
imageAlt: "Cosmetic dental smile enhancement",
|
||||
},
|
||||
id: "3", brand: "Cosmetic Dentistry", name: "Smile Enhancement Services", price: "Starting at $300", rating: 5,
|
||||
reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-patient-sitting-front-two-male-dentist_23-2147862056.jpg", imageAlt: "Cosmetic dental smile enhancement"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Emergency Care",
|
||||
name: "Urgent Dental Treatment",
|
||||
price: "Starting at $200",
|
||||
rating: 5,
|
||||
reviewCount: "310+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-standing-holding-box_107420-73955.jpg?_wi=2",
|
||||
imageAlt: "Emergency dental care services",
|
||||
},
|
||||
id: "4", brand: "Emergency Care", name: "Urgent Dental Treatment", price: "Starting at $200", rating: 5,
|
||||
reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-standing-holding-box_107420-73955.jpg", imageAlt: "Emergency dental care services"},
|
||||
];
|
||||
|
||||
const whyChooseFeatures = [
|
||||
{
|
||||
title: "Clear Communication",
|
||||
description: "We explain every procedure in detail, answer all your questions, and respect your concerns. No surprises, just transparency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg?_wi=3",
|
||||
imageAlt: "Patient consultation with clear explanations",
|
||||
},
|
||||
title: "Clear Communication", description: "We explain every procedure in detail, answer all your questions, and respect your concerns. No surprises, just transparency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg", imageAlt: "Patient consultation with clear explanations"},
|
||||
{
|
||||
title: "Comfortable Environment",
|
||||
description: "Modern, peaceful clinic design with calm aesthetics. We specialize in helping anxious patients feel at ease during treatment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=2",
|
||||
imageAlt: "Modern comfortable dental clinic",
|
||||
},
|
||||
title: "Comfortable Environment", description: "Modern, peaceful clinic design with calm aesthetics. We specialize in helping anxious patients feel at ease during treatment.", imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "Modern comfortable dental clinic"},
|
||||
{
|
||||
title: "Efficient Appointments",
|
||||
description: "Respect your time with minimal wait times and well-organized scheduling. Fast, thorough, professional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg?_wi=4",
|
||||
imageAlt: "Professional dental team efficient service",
|
||||
},
|
||||
title: "Efficient Appointments", description: "Respect your time with minimal wait times and well-organized scheduling. Fast, thorough, professional service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg", imageAlt: "Professional dental team efficient service"},
|
||||
{
|
||||
title: "Preventive Focus",
|
||||
description: "We believe in prevention over cure. Personalized care plans designed to keep your teeth healthy for life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg?_wi=6",
|
||||
imageAlt: "Preventive dental care cleaning",
|
||||
},
|
||||
title: "Preventive Focus", description: "We believe in prevention over cure. Personalized care plans designed to keep your teeth healthy for life.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg", imageAlt: "Preventive dental care cleaning"},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -124,7 +77,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -177,9 +130,9 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Book Your Smile Today"
|
||||
description="Schedule your appointment with our team. Join over 1,100 happy patients who trust Smile Dental Center for compassionate, professional dental care."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg"
|
||||
imageAlt="Modern dental clinic appointment booking"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user