Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b695a6af8d | |||
| baf72c4912 | |||
| 983d02ff88 | |||
| 3e050d33a5 | |||
| ccf7a602dd | |||
| 82780c8aac | |||
| cc596216a7 | |||
| 5f426e581e | |||
| 0f08a47b35 | |||
| 1fe6e706e1 |
@@ -28,39 +28,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
brandName="Bright Smile Dental"
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
brandName="White Friars Dental Care"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,22 +54,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
title="Our Commitment to Your Bright Smile"
|
||||
description="At Bright Smile Dental, we are dedicated to providing comprehensive, compassionate dental care tailored to your unique needs. Our experienced team uses state-of-the-art technology to ensure comfortable and effective treatments for the entire family. We believe that a healthy smile is a happy smile, and we're here to help you achieve it."
|
||||
description="At White Friars Dental Care, we are dedicated to providing comprehensive, compassionate dental care tailored to your unique needs. Our experienced team uses state-of-the-art technology to ensure comfortable and effective treatments for the entire family. We believe that a healthy smile is a happy smile, and we're here to help you achieve it."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Personalized Care",
|
||||
description: "Every patient receives a customized treatment plan designed for their optimal oral health and aesthetic goals.",
|
||||
icon: User,
|
||||
title: "Personalized Care", description: "Every patient receives a customized treatment plan designed for their optimal oral health and aesthetic goals.", icon: User,
|
||||
},
|
||||
{
|
||||
title: "Advanced Technology",
|
||||
description: "Utilizing the latest dental innovations for precise diagnostics and comfortable, efficient procedures.",
|
||||
icon: Computer,
|
||||
title: "Advanced Technology", description: "Utilizing the latest dental innovations for precise diagnostics and comfortable, efficient procedures.", icon: Computer,
|
||||
},
|
||||
{
|
||||
title: "Comfort-Focused Environment",
|
||||
description: "We strive to create a relaxing and welcoming atmosphere, easing any dental anxieties you may have with our gentle approach.",
|
||||
icon: Sofa,
|
||||
title: "Comfort-Focused Environment", description: "We strive to create a relaxing and welcoming atmosphere, easing any dental anxieties you may have with our gentle approach.", icon: Sofa,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg"
|
||||
@@ -101,19 +79,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Patients",
|
||||
value: "10,000+",
|
||||
},
|
||||
label: "Happy Patients", value: "10,000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years Experience", value: "25+"},
|
||||
{
|
||||
icon: HeartHandshake,
|
||||
label: "Community Trust",
|
||||
value: "5 Stars",
|
||||
},
|
||||
label: "Community Trust", value: "5 Stars"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -123,16 +95,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready for Your Visit?"
|
||||
title="Schedule Your Appointment Today"
|
||||
description="Take the first step towards a healthier, brighter smile. Our friendly team is ready to welcome you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Now", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,80 +110,50 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "General Dentistry",
|
||||
href: "/services#general",
|
||||
},
|
||||
label: "General Dentistry", href: "/services#general"},
|
||||
{
|
||||
label: "Cosmetic Dentistry",
|
||||
href: "/services#cosmetic",
|
||||
},
|
||||
label: "Cosmetic Dentistry", href: "/services#cosmetic"},
|
||||
{
|
||||
label: "Orthodontics",
|
||||
href: "/services#orthodontics",
|
||||
},
|
||||
label: "Orthodontics", href: "/services#orthodontics"},
|
||||
{
|
||||
label: "Emergency Care",
|
||||
href: "/services#emergency",
|
||||
},
|
||||
label: "Emergency Care", href: "/services#emergency"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/team",
|
||||
},
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Patient Reviews",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Patient Reviews", href: "/testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy-policy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy-policy"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "123 Smile Avenue, City, State",
|
||||
href: "https://maps.google.com/?q=123+Smile+Avenue",
|
||||
},
|
||||
label: "123 Smile Avenue, City, State", href: "https://maps.google.com/?q=123+Smile+Avenue"},
|
||||
{
|
||||
label: "Phone: (123) 456-7890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
label: "Phone: (123) 456-7890", href: "tel:+1234567890"},
|
||||
{
|
||||
label: "Hours: Mon-Fri, 9am-5pm",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Hours: Mon-Fri, 9am-5pm", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Bright Smile Dental"
|
||||
copyrightText="© 2024 Bright Smile Dental. All rights reserved."
|
||||
logoText="White Friars Dental Care"
|
||||
copyrightText="© 2024 White Friars Dental Care. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -27,39 +27,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
brandName="Bright Smile Dental"
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
brandName="White Friars Dental Care"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,33 +53,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What services does Bright Smile Dental offer?",
|
||||
content: "We offer a full range of dental services, including general dentistry (check-ups, cleanings, fillings), cosmetic dentistry (teeth whitening, veneers), and orthodontics (braces, clear aligners).",
|
||||
},
|
||||
id: "1", title: "What services does White Friars Dental Care offer?", content: "We offer a full range of dental services, including general dentistry (check-ups, cleanings, fillings), cosmetic dentistry (teeth whitening, veneers), and orthodontics (braces, clear aligners)."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you accept new patients?",
|
||||
content: "Yes, we are always happy to welcome new patients to our practice! Please contact our office to schedule your first appointment.",
|
||||
},
|
||||
id: "2", title: "Do you accept new patients?", content: "Yes, we are always happy to welcome new patients to our practice! Please contact our office to schedule your first appointment."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What insurance plans do you accept?",
|
||||
content: "We accept most major dental insurance plans. Our administrative team is happy to assist you in understanding your benefits and filing claims. Please call us for details specific to your plan.",
|
||||
},
|
||||
id: "3", title: "What insurance plans do you accept?", content: "We accept most major dental insurance plans. Our administrative team is happy to assist you in understanding your benefits and filing claims. Please call us for details specific to your plan."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How often should I visit the dentist?",
|
||||
content: "For most patients, we recommend visiting for a check-up and cleaning every six months. However, your individual needs may vary, and we will advise you on the best schedule.",
|
||||
},
|
||||
id: "4", title: "How often should I visit the dentist?", content: "For most patients, we recommend visiting for a check-up and cleaning every six months. However, your individual needs may vary, and we will advise you on the best schedule."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What are my payment options?",
|
||||
content: "We accept various payment methods, including cash, credit cards, and offer flexible financing options through third-party providers. We aim to make dental care affordable for everyone.",
|
||||
},
|
||||
id: "5", title: "What are my payment options?", content: "We accept various payment methods, including cash, credit cards, and offer flexible financing options through third-party providers. We aim to make dental care affordable for everyone."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services, appointments, and dental care practices at Bright Smile Dental."
|
||||
description="Find answers to common questions about our services, appointments, and dental care practices at White Friars Dental Care."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -106,22 +75,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I schedule an appointment?",
|
||||
content: "You can schedule an appointment by calling our office during business hours or by using our online booking system on the 'Contact Us' page. We look forward to seeing you!",
|
||||
},
|
||||
id: "1", title: "How do I schedule an appointment?", content: "You can schedule an appointment by calling our office during business hours or by using our online booking system on the 'Contact Us' page. We look forward to seeing you!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "What if I have a dental emergency?",
|
||||
content: "If you have a dental emergency, please call our office immediately. We prioritize urgent cases and will do our best to see you as soon as possible to address your needs.",
|
||||
},
|
||||
id: "2", title: "What if I have a dental emergency?", content: "If you have a dental emergency, please call our office immediately. We prioritize urgent cases and will do our best to see you as soon as possible to address your needs."},
|
||||
]}
|
||||
ctaTitle="Still Have Questions?"
|
||||
ctaDescription="Our friendly team is here to help. Reach out to us for any inquiries or to book your next visit. We're happy to assist!"
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,26 +91,20 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "General Dentistry",
|
||||
href: "/services#general",
|
||||
},
|
||||
label: "General Dentistry", href: "/services#general"},
|
||||
{
|
||||
label: "Cosmetic Dentistry",
|
||||
href: "/services#cosmetic",
|
||||
},
|
||||
label: "Cosmetic Dentistry", href: "/services#cosmetic"},
|
||||
{
|
||||
label: "Orthodontics",
|
||||
href: "/services#orthodontics",
|
||||
},
|
||||
label: "Orthodontics", href: "/services#orthodontics"},
|
||||
{
|
||||
label: "Emergency",
|
||||
},
|
||||
label: "Emergency"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="White Friars Dental Care"
|
||||
copyrightText="© 2024 White Friars Dental Care. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
250
src/app/page.tsx
250
src/app/page.tsx
@@ -31,61 +31,40 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
brandName="Bright Smile Dental"
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
brandName="White Friars Dental Care"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
logoText="Bright Smile Dental"
|
||||
variant: "radial-gradient"}}
|
||||
logoText="White Friars Dental Care"
|
||||
description="Your trusted partner for a lifetime of healthy, beautiful smiles. Providing compassionate care with advanced dental solutions and a gentle touch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRl3dbUqPV3enPPvzC6bXMKMGj/uploaded-1774460325923-6r5by6hz.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="smiling patient at dental clinic"
|
||||
/>
|
||||
@@ -95,7 +74,7 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="About Our Practice"
|
||||
description="At Bright Smile Dental, we are dedicated to providing comprehensive and personalized dental care. Our experienced team uses state-of-the-art technology to ensure your comfort and deliver exceptional results. We believe in building lasting relationships with our patients, focusing on preventative care and tailored treatment plans for every smile. Your oral health and comfort are our top priorities."
|
||||
description="At White Friars Dental Care, we are dedicated to providing comprehensive and personalized dental care. Our experienced team uses state-of-the-art technology to ensure your comfort and deliver exceptional results. We believe in building lasting relationships with our patients, focusing on preventative care and tailored treatment plans for every smile. Your oral health and comfort are our top priorities."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=1"
|
||||
imageAlt="clean modern dental clinic lobby"
|
||||
/>
|
||||
@@ -108,25 +87,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "General Dentistry",
|
||||
description: "Routine check-ups, professional cleanings, fillings, and preventative care to maintain your oral health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-caries-background-assistant-care-beauty_1303-2701.jpg?_wi=1",
|
||||
imageAlt: "dentist holding dental mirror examination",
|
||||
},
|
||||
title: "General Dentistry", description: "Routine check-ups, professional cleanings, fillings, and preventative care to maintain your oral health.", imageSrc: "http://img.b2bpic.net/free-photo/adult-caries-background-assistant-care-beauty_1303-2701.jpg?_wi=1", imageAlt: "dentist holding dental mirror examination"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Teeth whitening, veneers, bonding, and smile makeovers to enhance the beauty of your smile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-having-fun-street-wearing-white-funny-dress-white-headphones_291049-2261.jpg?_wi=1",
|
||||
imageAlt: "bright white smile close up teeth",
|
||||
},
|
||||
title: "Cosmetic Dentistry", description: "Teeth whitening, veneers, bonding, and smile makeovers to enhance the beauty of your smile.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-having-fun-street-wearing-white-funny-dress-white-headphones_291049-2261.jpg?_wi=1", imageAlt: "bright white smile close up teeth"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Orthodontics",
|
||||
description: "Traditional braces and clear aligners to correct misaligned teeth and achieve a perfectly straight smile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-with-flowers_23-2149151014.jpg?_wi=1",
|
||||
imageAlt: "person with clear aligners smiling",
|
||||
},
|
||||
title: "Orthodontics", description: "Traditional braces and clear aligners to correct misaligned teeth and achieve a perfectly straight smile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-with-flowers_23-2149151014.jpg?_wi=1", imageAlt: "person with clear aligners smiling"},
|
||||
]}
|
||||
title="Our Comprehensive Dental Services"
|
||||
description="From routine check-ups to advanced cosmetic procedures, we offer a full range of services to meet all your dental needs. Experience personalized care in a comfortable environment."
|
||||
@@ -141,33 +108,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Emily White, DDS",
|
||||
role: "Lead Dentist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-health-worker-special-equipment_23-2148980742.jpg?_wi=1",
|
||||
imageAlt: "female dentist smiling professional headshot",
|
||||
},
|
||||
id: "1", name: "D ", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-health-worker-special-equipment_23-2148980742.jpg?_wi=1", imageAlt: "female dentist smiling professional headshot"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. Michael Brown, DMD",
|
||||
role: "Orthodontist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-emotionally-rejoicing-yellow-wall_179666-12577.jpg?_wi=1",
|
||||
imageAlt: "male orthodontist smiling confident headshot",
|
||||
},
|
||||
id: "2", name: "Dr. Michael Brown, DMD", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-emotionally-rejoicing-yellow-wall_179666-12577.jpg?_wi=1", imageAlt: "male orthodontist smiling confident headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Davis, RDH",
|
||||
role: "Dental Hygienist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1",
|
||||
imageAlt: "dental hygienist smiling headshot",
|
||||
},
|
||||
id: "3", name: "Sarah Davis, RDH", role: "Dental Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1", imageAlt: "dental hygienist smiling headshot"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jessica Lee",
|
||||
role: "Office Manager",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gpdkiu&_wi=1",
|
||||
imageAlt: "office manager smiling professional headshot",
|
||||
},
|
||||
id: "4", name: "Jessica Lee", role: "Office Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gpdkiu&_wi=1", imageAlt: "office manager smiling professional headshot"},
|
||||
]}
|
||||
title="Meet Our Caring Dental Team"
|
||||
description="Our dedicated team of dental professionals is committed to providing you with the highest quality care. We combine expertise with a warm, friendly approach to make every visit a pleasant one."
|
||||
@@ -181,48 +128,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna K.",
|
||||
role: "Satisfied Patient",
|
||||
testimonial: "The best dental experience! Dr. White and her team are incredibly gentle and professional. I always feel comfortable and well-cared for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-with-combed-hair-keeps-hands-pressed-together-near-mouth-giggles-positively-funny-joke-concentrated-into-distance-wears-earrings-jumper-isolated-yellow-wall-blank-space_273609-58416.jpg?_wi=1",
|
||||
imageAlt: "happy senior woman smiling portrait",
|
||||
},
|
||||
id: "1", name: "Anna K.", role: "Satisfied Patient", testimonial: "The best dental experience! Dr. White and her team are incredibly gentle and professional. I always feel comfortable and well-cared for at White Friars Dental Care.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-with-combed-hair-keeps-hands-pressed-together-near-mouth-giggles-positively-funny-joke-concentrated-into-distance-wears-earrings-jumper-isolated-yellow-wall-blank-space_273609-58416.jpg?_wi=1", imageAlt: "happy senior woman smiling portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John S.",
|
||||
role: "Happy Client",
|
||||
testimonial: "My smile has never looked better thanks to their cosmetic work. The results are amazing, and I highly recommend Bright Smile Dental!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling_1187-3303.jpg?_wi=1",
|
||||
imageAlt: "smiling young man professional headshot",
|
||||
},
|
||||
id: "2", name: "John S.", role: "Happy Client", testimonial: "My smile has never looked better thanks to their cosmetic work. The results are amazing, and I highly recommend White Friars Dental Care!", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling_1187-3303.jpg?_wi=1", imageAlt: "smiling young man professional headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria P.",
|
||||
role: "Regular Visitor",
|
||||
testimonial: "Fantastic office, from the friendly front desk to the skilled hygienists. Truly top-notch care that keeps me coming back.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-celebrating-major-project-milestone_482257-123691.jpg?_wi=1",
|
||||
imageAlt: "confident woman smiling candid",
|
||||
},
|
||||
id: "3", name: "Maria P.", role: "Regular Visitor", testimonial: "Fantastic office, from the friendly front desk to the skilled hygienists. Truly top-notch care that keeps me coming back to White Friars Dental Care.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-celebrating-major-project-milestone_482257-123691.jpg?_wi=1", imageAlt: "confident woman smiling candid"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Parent",
|
||||
testimonial: "My kids love coming here! They make dental visits fun and stress-free for the whole family, which is a huge relief.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mid-adult-man-with-baby-daughter-sitting-grass_74855-19375.jpg?_wi=1",
|
||||
imageAlt: "happy family father and child smiling",
|
||||
},
|
||||
id: "4", name: "David L.", role: "Parent", testimonial: "My kids love coming here! They make dental visits fun and stress-free for the whole family, which is a huge relief.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mid-adult-man-with-baby-daughter-sitting-grass_74855-19375.jpg?_wi=1", imageAlt: "happy family father and child smiling"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie R.",
|
||||
role: "New Patient",
|
||||
testimonial: "Efficient, modern, and caring. They explained everything clearly and provided excellent treatment for my first visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg?_wi=1",
|
||||
imageAlt: "young woman with bright smile",
|
||||
},
|
||||
id: "5", name: "Sophie R.", role: "New Patient", testimonial: "Efficient, modern, and caring. They explained everything clearly and provided excellent treatment for my first visit.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg?_wi=1", imageAlt: "young woman with bright smile"},
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
description="Hear from our happy patients who've experienced the Bright Smile Dental difference. Your satisfaction is our greatest reward."
|
||||
description="Hear from our happy patients who've experienced the White Friars Dental Care difference. Your satisfaction is our greatest reward."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -232,25 +149,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What services do you offer?",
|
||||
content: "We offer a wide range of services including general dentistry (check-ups, cleanings, fillings), cosmetic dentistry (whitening, veneers), orthodontics (braces, aligners), and emergency dental care.",
|
||||
},
|
||||
id: "1", title: "What services do you offer?", content: "We offer a wide range of services including general dentistry (check-ups, cleanings, fillings), cosmetic dentistry (whitening, veneers), orthodontics (braces, aligners), and emergency dental care."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you accept new patients?",
|
||||
content: "Absolutely! We are always welcoming new patients to our practice. Please call us to schedule your first appointment.",
|
||||
},
|
||||
id: "2", title: "Do you accept new patients?", content: "Absolutely! We are always welcoming new patients to White Friars Dental Care. Please call us to schedule your first appointment."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What insurance do you accept?",
|
||||
content: "We accept a wide range of PPO dental insurance plans. Our team is happy to help you understand your benefits and can discuss flexible payment options if needed.",
|
||||
},
|
||||
id: "3", title: "What insurance do you accept?", content: "We accept a wide range of PPO dental insurance plans. Our team is happy to help you understand your benefits and can discuss flexible payment options if needed."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How often should I visit the dentist?",
|
||||
content: "For optimal oral health, we generally recommend visiting us every six months for a routine check-up and professional cleaning. Your dentist may recommend a different schedule based on your individual needs.",
|
||||
},
|
||||
id: "4", title: "How often should I visit the dentist?", content: "For optimal oral health, we generally recommend visiting us every six months for a routine check-up and professional cleaning. Your dentist may recommend a different schedule based on your individual needs."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our dental services, appointments, insurance, and more."
|
||||
@@ -265,28 +170,17 @@ export default function LandingPage() {
|
||||
description="Ready for a brighter smile? Schedule your visit with us. Our friendly team is here to assist you with any questions and help you achieve your best oral health."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tooth-brushes-tooth-paste_23-2148439117.jpg"
|
||||
@@ -302,84 +196,52 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/minimal-seamless-pattern-background_1055-2913.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "General Dentistry",
|
||||
href: "#services",
|
||||
},
|
||||
label: "General Dentistry", href: "#services"},
|
||||
{
|
||||
label: "Cosmetic Dentistry",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cosmetic Dentistry", href: "#services"},
|
||||
{
|
||||
label: "Orthodontics",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Orthodontics", href: "#services"},
|
||||
{
|
||||
label: "Emergency Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Care", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Meet The Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Meet The Team", href: "#team"},
|
||||
{
|
||||
label: "Patient Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Patient Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
label: "Call Us", href: "tel:+1234567890"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@brightsmiledental.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@whitefriarsdentalcare.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy-policy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy-policy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms-of-service",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms-of-service"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Bright Smile Dental"
|
||||
copyrightText="© 2024 Bright Smile Dental. All rights reserved."
|
||||
logoText="White Friars Dental Care"
|
||||
copyrightText="© 2024 White Friars Dental Care. All rights reserved."
|
||||
imageAlt="abstract clean dental background"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user