Compare commits
145 Commits
version_2
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| b397ff798f | |||
| cde0047240 | |||
| 251a082eb8 | |||
| 4db830fa7f | |||
| 481d0ac8da | |||
| e69d8edc02 | |||
| 556d8cbfbb | |||
| 97c5e34f2a | |||
| f0bc8f7d93 | |||
| 605aa280ac | |||
| 223937bb93 | |||
| b473f125a6 | |||
| 1a292f3e51 | |||
| e9082bb1cd | |||
| 3bac4d1cbe | |||
| b7d2885494 | |||
| a66dffe60c | |||
| 22b58c6014 | |||
| 78fcc6ba09 | |||
| bb705df069 | |||
| 80dc556783 | |||
| 546529b797 | |||
| 75a0e4afa9 | |||
| 73b2953111 | |||
| 965b2bec33 | |||
| e0ab9cc3b8 | |||
| afdf536b6a | |||
| b9a2270a09 | |||
| effce66e8e | |||
| 9aeb442781 | |||
| 7002ed49d1 | |||
| 06f5bb819d | |||
| 5ddd49871f | |||
| c6851ccc59 | |||
| 4418116a1e | |||
| 5803ea50ea | |||
| 3143b58ff4 | |||
| a153407906 | |||
| b00784086b | |||
| aef6003853 | |||
| af7cae69b8 | |||
| f5e284ffdd | |||
| 637247141e | |||
| 0925738bed | |||
| 4ef6a26429 | |||
| e626b43f38 | |||
| f5f0eb0bd1 | |||
| 0fcefb5dbc | |||
| b4b2904546 | |||
| 1300619f48 | |||
| 2269329df6 | |||
| c88433c216 | |||
| 3529e2459c | |||
| 90d58bcb9a | |||
| b6ae3d743c | |||
| d3fdc50213 | |||
| a590d017c2 | |||
| 92b86e131a | |||
| 4ba0595afa | |||
| 0a920bc5b2 | |||
| 46445016b2 | |||
| 7382a4ec7a | |||
| 135646dc81 | |||
| e09b2027b8 | |||
| 14f3c37815 | |||
| 2357c3476e | |||
| dcdddd700d | |||
| fda4621774 | |||
| 79a8c199bf | |||
| 56b26fb00d | |||
| f219b31974 | |||
| 435b2a1e1b | |||
| f26d3657df | |||
| ae0c881c85 | |||
| 917bea23c5 | |||
| ea4225e675 | |||
| c69b4eaf02 | |||
| 154278f00b | |||
| d6f515cc2b | |||
| 74aa5a5f22 | |||
| 74f0eaa1c5 | |||
| 0e1a55506d | |||
| c969ec91bd | |||
| dc97e1e79d | |||
| ea7c6294f5 | |||
| 644ba7b534 | |||
| 706154efb5 | |||
| 5a59fe67ee | |||
| fb4d500390 | |||
| de04f42517 | |||
| 25c4172f95 | |||
| 9a5fd69475 | |||
| f80a3db002 | |||
| 985f4e3322 | |||
| 6cf788d209 | |||
| 9f6122cb76 | |||
| 23b310048a | |||
| a79418182f | |||
| eea259f31a | |||
| 0e64335632 | |||
| c9d397ebea | |||
| 7be83d445b | |||
| ce71ad1d72 | |||
| 33b7b59d9c | |||
| 234f0d67d9 | |||
| f183acdb80 | |||
| 7a1aa19456 | |||
| 47fb68d60b | |||
| 5bdf49536d | |||
| 3e4fe55344 | |||
| 9778b5e997 | |||
| bc562c1a7a | |||
| 0344b7829e | |||
| 2eb0b904c7 | |||
| 008713d1c5 | |||
| a780852f93 | |||
| 08bf133456 | |||
| 988bb38a88 | |||
| e35c8b5601 | |||
| fd622a5f72 | |||
| ea68bcf6e5 | |||
| a5d93192da | |||
| aa6bdbf6aa | |||
| d1d4f12884 | |||
| fe8469cf29 | |||
| 58a09ae288 | |||
| e29f5e17a3 | |||
| f669a4e482 | |||
| 0911fbf856 | |||
| 50143d020a | |||
| 816192f6cb | |||
| 0df3884ee9 | |||
| 2a35db8f3b | |||
| d51cd6c2e8 | |||
| 20feeba1a4 | |||
| a10627fcdc | |||
| d4047eda2b | |||
| 088819bd5c | |||
| a6a4c497c3 | |||
| 8c3f6c92cf | |||
| f4a612d78c | |||
| 3a3e9a3cc9 | |||
| e88133f005 | |||
| 3a8d6b3f93 | |||
| ec9f97f396 |
@@ -1,5 +1,7 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
|
import "./styles/base.css";
|
||||||
|
import "./styles/variables.css";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
@@ -7,7 +9,7 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Expert Dental Care - Professional Dental Services", description: "Expert dental care with 20+ years of experience. Comprehensive dental treatments including teeth cleaning, implants, whitening, and more."};
|
title: "EXPERT DENTAL CARE - Professional Dental Services", description: "Welcome to EXPERT DENTAL CARE. We provide comprehensive dental treatments including teeth cleaning, dental implants, teeth whitening, root canal treatment, braces, and cosmetic dentistry."};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -15,9 +17,21 @@ export default function RootLayout({
|
|||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en" suppressHydrationWarning>
|
||||||
<body className={`${inter.variable}`}>
|
<body className={`${inter.variable}`}>
|
||||||
{children}
|
{children}
|
||||||
|
<script
|
||||||
|
dangerouslySetInnerHTML={{
|
||||||
|
__html: `
|
||||||
|
(function() {
|
||||||
|
const theme = localStorage.getItem('theme');
|
||||||
|
if (theme === 'dark' || (!theme && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
||||||
|
document.documentElement.classList.add('dark');
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
`,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
305
src/app/page.tsx
305
src/app/page.tsx
@@ -1,188 +1,255 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import TextAbout from "@/components/sections/about/TextAbout";
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
|
import { Sparkles, CheckCircle, Quote, Twitter, Linkedin } from "lucide-react";
|
||||||
|
|
||||||
const handleAppointmentClick = () => {
|
export default function Home() {
|
||||||
const contactSection = document.getElementById('contact');
|
|
||||||
if (contactSection) {
|
|
||||||
contactSection.scrollIntoView({ behavior: 'smooth' });
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="hover-magnetic"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="pill"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="medium"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="light"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarStyleCentered
|
||||||
brandName="EXPERT DENTAL CARE"
|
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Book Appointment", onClick: handleAppointmentClick }}
|
button={{ text: "Book Now", href: "contact" }}
|
||||||
animateOnLoad={true}
|
brandName="Expert Dental"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroSplitDoubleCarousel
|
||||||
title="Expert Care for Your Perfect Smile"
|
background={{ variant: "glowing-orb" }}
|
||||||
description="Welcome to EXPERT DENTAL CARE, where we provide comprehensive dental treatments to help you maintain healthy, beautiful teeth. Our experienced team uses advanced technology to ensure optimal care and comfort for every patient."
|
tag="Professional Care"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=1"
|
tagIcon={Sparkles}
|
||||||
imageAlt="Patient with beautiful smile"
|
title="Transform Your Smile"
|
||||||
buttons={[
|
description="Comprehensive dental care solutions with expert professionals and state-of-the-art technology"
|
||||||
{ text: "Book Appointment", onClick: handleAppointmentClick },
|
leftCarouselItems={[
|
||||||
{ text: "Call Now", href: "tel:+1-555-123-4567" }
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=1", imageAlt: "Dental treatment 1"},
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=2", imageAlt: "Dental treatment 2"},
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=3", imageAlt: "Dental treatment 3"},
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=4", imageAlt: "Dental treatment 4"},
|
||||||
|
]}
|
||||||
|
rightCarouselItems={[
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=5", imageAlt: "Dental service 1"},
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=6", imageAlt: "Dental service 2"},
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=7", imageAlt: "Dental service 3"},
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=8", imageAlt: "Dental service 4"},
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
|
||||||
background={{ variant: "plain" }}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardOne
|
<FeatureCardSixteen
|
||||||
title="Our Dental Services"
|
negativeCard={{
|
||||||
description="Experience world-class dental care with our comprehensive range of treatments designed to meet all your oral health needs"
|
items: [
|
||||||
tag="Services"
|
"Time-consuming manual processes", "Limited access to specialists", "Higher costs", "Poor communication"],
|
||||||
textboxLayout="default"
|
}}
|
||||||
gridVariant="three-columns-all-equal-width"
|
positiveCard={{
|
||||||
|
items: [
|
||||||
|
"Streamlined digital workflows", "Access to expert dentists", "Transparent pricing", "Clear treatment plans"],
|
||||||
|
}}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
title="Why Choose Our Dental Services"
|
||||||
{
|
description="Experience the difference with modern dental care solutions"
|
||||||
title: "Teeth Cleaning", description: "Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service"
|
textboxLayout="default"
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Dental Implants", description: "Starting at $1,500", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Teeth Whitening", description: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Root Canal Treatment", description: "Starting at $800", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Braces / Orthodontics", description: "Starting at $3,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Cosmetic Dentistry", description: "Starting at $500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<InlineImageSplitTextAbout
|
<TextAbout
|
||||||
heading={[
|
tag="About Us"
|
||||||
{ type: "text", content: "Meet Our Lead Dentist with Over 20 Years of Excellence" }
|
title="Dedicated to Your Oral Health and Beautiful Smile"
|
||||||
]}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
/>
|
||||||
{ text: "Learn More About Our Team", href: "#testimonials" }
|
</div>
|
||||||
|
|
||||||
|
<div id="pricing" data-section="pricing">
|
||||||
|
<PricingCardEight
|
||||||
|
plans={[
|
||||||
|
{
|
||||||
|
id: "1", badge: "Starter", price: "$99", subtitle: "Essential dental care", buttons: [{ text: "Get Started", href: "contact" }],
|
||||||
|
features: [
|
||||||
|
"Regular check-ups", "Teeth cleaning", "Basic X-rays", "Emergency care"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||||
|
price: "$199", subtitle: "Comprehensive care", buttons: [{ text: "Get Started", href: "contact" }],
|
||||||
|
features: [
|
||||||
|
"Everything in Starter", "Teeth whitening", "Cavity fillings", "Root canal treatment", "Priority scheduling"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", badge: "Premium", price: "$299", subtitle: "Complete smile makeover", buttons: [{ text: "Get Started", href: "contact" }],
|
||||||
|
features: [
|
||||||
|
"Everything in Comprehensive", "Cosmetic dentistry", "Dental implants", "Braces & aligners", "24/7 support"],
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
title="Our Pricing Plans"
|
||||||
|
description="Choose the perfect plan for your dental needs"
|
||||||
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="What Our Patients Say"
|
|
||||||
description="Read real testimonials from satisfied patients who have experienced our excellent dental care"
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", handle: "Patient since 2019", testimonial: "Dr. Smith and his team are absolutely fantastic! They made my teeth whitening experience pain-free and the results exceeded my expectations. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg", imageAlt: "Sarah Johnson"
|
id: "1", name: "Sarah Johnson", handle: "@sarah.j", testimonial:
|
||||||
},
|
"Amazing experience! The team is professional and caring. My teeth have never looked better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=9", imageAlt: "Sarah Johnson"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", handle: "Patient since 2020", testimonial: "I had my dental implant done here and couldn't be happier. The entire process was professional and the staff was incredibly caring throughout.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-male-dentist-process-curing-teeth_651396-1697.jpg", imageAlt: "Michael Chen"
|
id: "2", name: "Michael Chen", handle: "@m.chen", testimonial:
|
||||||
},
|
"Best dental care I've received. The staff made me feel comfortable and the results speak for themselves.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=10", imageAlt: "Michael Chen"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez", handle: "Patient since 2018", testimonial: "The best dental clinic I've ever been to! They use advanced equipment and really take time to explain everything. My family goes here too!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-girlfriend-giggle-reading-notebook-holding-planner-smiling-camera_1258-201148.jpg", imageAlt: "Emily Rodriguez"
|
id: "3", name: "Emily Rodriguez", handle: "@emily.r", testimonial:
|
||||||
},
|
"Professional, friendly, and affordable. Highly recommend to anyone looking for quality dental care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=11", imageAlt: "Emily Rodriguez"},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Kim", handle: "Patient since 2021", testimonial: "Had root canal treatment here and was nervous, but the team made me feel comfortable. Pain-free procedure and excellent aftercare instructions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207197.jpg", imageAlt: "David Kim"
|
id: "4", name: "David Thompson", handle: "@d.thompson", testimonial:
|
||||||
},
|
"The implant procedure was seamless. I'm thrilled with my new smile!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=12", imageAlt: "David Thompson"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Jessica Thompson", handle: "Patient since 2017", testimonial: "My orthodontic journey with EXPERT DENTAL CARE was amazing. Professional team, beautiful smile results. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-medical-reports_107420-73971.jpg", imageAlt: "Jessica Thompson"
|
id: "5", name: "Jessica Lee", handle: "@jessica.lee", testimonial:
|
||||||
},
|
"After years of dental anxiety, this practice made me feel safe and cared for.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=13", imageAlt: "Jessica Lee"},
|
||||||
{
|
{
|
||||||
id: "6", name: "Robert Martinez", handle: "Patient since 2019", testimonial: "Regular patient for years now. Consistent quality, friendly staff, and fair prices. This is my go-to dental clinic for all my family's needs.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gay-pride-lgbt-festival_53876-71008.jpg", imageAlt: "Robert Martinez"
|
id: "6", name: "Robert Wilson", handle: "@r.wilson", testimonial:
|
||||||
}
|
"The cosmetic dentistry work exceeded my expectations. Worth every penny!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=14", imageAlt: "Robert Wilson"},
|
||||||
|
{
|
||||||
|
id: "7", name: "Amanda Martinez", handle: "@amanda.m", testimonial:
|
||||||
|
"Whitening treatment gave me the bright smile I've always wanted.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=15", imageAlt: "Amanda Martinez"},
|
||||||
|
{
|
||||||
|
id: "8", name: "Christopher Blake", handle: "@c.blake", testimonial:
|
||||||
|
"Professional staff and state-of-the-art equipment. Highly satisfied!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=16", imageAlt: "Christopher Blake"},
|
||||||
]}
|
]}
|
||||||
speed={40}
|
animationType="slide-up"
|
||||||
|
title="What Our Patients Say"
|
||||||
|
description="Real experiences from our satisfied patients"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="faq" data-section="faq">
|
||||||
|
<FaqDouble
|
||||||
|
faqs={[
|
||||||
|
{
|
||||||
|
id: "1", title: "What are your office hours?", content:
|
||||||
|
"We are open Monday through Friday from 8:00 AM to 6:00 PM, and Saturday from 9:00 AM to 2:00 PM. We are closed on Sundays and major holidays."},
|
||||||
|
{
|
||||||
|
id: "2", title: "Do you accept insurance?", content:
|
||||||
|
"Yes, we accept most major dental insurance plans. Please contact us to verify your specific coverage."},
|
||||||
|
{
|
||||||
|
id: "3", title: "What is your cancellation policy?", content:
|
||||||
|
"We require at least 24 hours notice for cancellations. Cancellations made less than 24 hours before your appointment may incur a fee."},
|
||||||
|
{
|
||||||
|
id: "4", title: "Are emergency appointments available?", content:
|
||||||
|
"Yes, we offer emergency dental care. Please call our office immediately for urgent dental issues."},
|
||||||
|
{
|
||||||
|
id: "5", title: "How often should I visit the dentist?", content:
|
||||||
|
"Most people should visit the dentist every 6 months for regular check-ups and cleanings. Some patients with specific conditions may need more frequent visits."},
|
||||||
|
{
|
||||||
|
id: "6", title: "Do you offer payment plans?", content:
|
||||||
|
"Yes, we offer flexible payment plans to make dental care more affordable. Ask our staff about available options."},
|
||||||
|
]}
|
||||||
|
title="Frequently Asked Questions"
|
||||||
|
description="Find answers to common questions about our services"
|
||||||
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplitForm
|
||||||
tag="Get In Touch"
|
title="Get In Touch"
|
||||||
title="Book Your Appointment Today"
|
description="Have questions? We'd love to hear from you. Send us a message and we'll respond as soon as possible."
|
||||||
description="Schedule your next dental visit with us. Our friendly team is ready to help you achieve your perfect smile."
|
inputs={[
|
||||||
background={{ variant: "plain" }}
|
{
|
||||||
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "phone", type: "tel", placeholder: "Your Phone", required: false,
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
textarea={{
|
||||||
|
name: "message", placeholder: "Your Message", rows: 5,
|
||||||
|
required: true,
|
||||||
|
}}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772928896778-lpxqavdp.png?_wi=17"
|
||||||
imageAlt="Modern dental clinic"
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email address"
|
buttonText="Send Message"
|
||||||
buttonText="Schedule Now"
|
onSubmit={(data) => console.log("Form submitted:", data)}
|
||||||
termsText="We respect your privacy. Unsubscribe at any time. By scheduling an appointment, you agree to our terms of service."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterSimple
|
||||||
logoText="EXPERT DENTAL CARE"
|
|
||||||
columns={[
|
columns={[
|
||||||
|
{
|
||||||
|
title: "Quick Links", items: [
|
||||||
|
{ label: "Home", href: "/" },
|
||||||
|
{ label: "Services", href: "#services" },
|
||||||
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Pricing", href: "#pricing" },
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Teeth Cleaning", href: "#services" },
|
{ label: "Teeth Cleaning", href: "#services" },
|
||||||
{ label: "Dental Implants", href: "#services" },
|
{ label: "Dental Implants", href: "#services" },
|
||||||
{ label: "Teeth Whitening", href: "#services" },
|
{ label: "Teeth Whitening", href: "#services" },
|
||||||
{ label: "Root Canal", href: "#services" }
|
{ label: "Root Canal", href: "#services" },
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Support", items: [
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
{ label: "Book Appointment", href: "#contact" }
|
{ label: "Privacy", href: "#" },
|
||||||
]
|
{ label: "Terms", href: "#" },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Contact", items: [
|
|
||||||
{ label: "Phone: +1-555-123-4567", href: "tel:+1-555-123-4567" },
|
|
||||||
{ label: "Email: info@expertdentalcare.com", href: "mailto:info@expertdentalcare.com" },
|
|
||||||
{ label: "Monday-Friday: 9AM-6PM", href: "#" },
|
|
||||||
{ label: "Saturday: 10AM-4PM", href: "#" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 EXPERT DENTAL CARE. All rights reserved."
|
bottomLeftText="© 2025 Expert Dental Care. All rights reserved."
|
||||||
|
bottomRightText="Made with care for your smile"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user