Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
327
src/app/page.tsx
327
src/app/page.tsx
@@ -31,132 +31,54 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Texas Dental Care"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Trusted Dental Care in Texas"
|
||||
description="Professional, compassionate dental care for your whole family. From check-ups to advanced cosmetic procedures, we ensure your smile stays healthy and bright."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg",
|
||||
imageAlt: "dentist working in office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-empty-modern-stomatology-orthodontic-hospital-bright-office_482257-7167.jpg",
|
||||
imageAlt: "modern dental treatment room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42154.jpg",
|
||||
imageAlt: "dentist working in office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg",
|
||||
imageAlt: "modern dental treatment room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentistry-team-explaining-radiography-sick-patient-doing-oral-care-examination-cure-toothache-stomatologist-assistant-consulting-x-ray-results-dental-drill-procedure_482257-32294.jpg",
|
||||
imageAlt: "dentist working in office",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg", imageAlt: "dentist working in office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-empty-modern-stomatology-orthodontic-hospital-bright-office_482257-7167.jpg", imageAlt: "modern dental treatment room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42154.jpg", imageAlt: "dentist working in office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg", imageAlt: "modern dental treatment room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dentistry-team-explaining-radiography-sick-patient-doing-oral-care-examination-cure-toothache-stomatologist-assistant-consulting-x-ray-results-dental-drill-procedure_482257-32294.jpg", imageAlt: "dentist working in office" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg",
|
||||
imageAlt: "modern dental treatment room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-virus-health-covid-color-nurse-hospital_179666-24252.jpg",
|
||||
imageAlt: "dentist working in office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18574.jpg",
|
||||
imageAlt: "modern dental treatment room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-holding-hands-chin-blue-uniform-looking-glad_176474-19545.jpg",
|
||||
imageAlt: "dentist working in office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-clinic-with-nobody-it-front-office-with-new-normal-having-sign-chair-social-distance-coronavirus-pandemic_482257-4808.jpg",
|
||||
imageAlt: "modern dental treatment room",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg", imageAlt: "modern dental treatment room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-virus-health-covid-color-nurse-hospital_179666-24252.jpg", imageAlt: "dentist working in office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18574.jpg", imageAlt: "modern dental treatment room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-holding-hands-chin-blue-uniform-looking-glad_176474-19545.jpg", imageAlt: "dentist working in office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-clinic-with-nobody-it-front-office-with-new-normal-having-sign-chair-social-distance-coronavirus-pandemic_482257-4808.jpg", imageAlt: "modern dental treatment room" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Book Appointment", href: "#contact" }
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780294.jpg",
|
||||
alt: "Nurse portrait in hospital",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780302.jpg",
|
||||
alt: "Nurse portrait in hospital",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/healthcare-workers-medicine-insurance-covid-19-pandemic-concept-cheeky-pretty-female-nurse-intern-doctor-clinic-wear-scrubs-glasses-wink-camera-with-enthusiastic-smile_1258-57370.jpg",
|
||||
alt: "Friendly nurse",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780416.jpg",
|
||||
alt: "Nurse portrait in hospital",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg",
|
||||
alt: "Smiley nurse with stethoscope",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780294.jpg", alt: "Nurse portrait in hospital" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780302.jpg", alt: "Nurse portrait in hospital" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/healthcare-workers-medicine-insurance-covid-19-pandemic-concept-cheeky-pretty-female-nurse-intern-doctor-clinic-wear-scrubs-glasses-wink-camera-with-enthusiastic-smile_1258-57370.jpg", alt: "Friendly nurse" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780416.jpg", alt: "Nurse portrait in hospital" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", alt: "Smiley nurse with stethoscope" }
|
||||
]}
|
||||
avatarText="Over 10,000 satisfied patients across Texas trust our care."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Dentistry",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cosmetic Experts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Tech",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Staff",
|
||||
},
|
||||
{ type: "text", text: "Family Dentistry" },
|
||||
{ type: "text", text: "Cosmetic Experts" },
|
||||
{ type: "text", text: "Emergency Care" },
|
||||
{ type: "text", text: "Modern Tech" },
|
||||
{ type: "text", text: "Certified Staff" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,27 +99,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "General Dentistry",
|
||||
description: "Routine check-ups, cleanings, and fluoride treatments.",
|
||||
tag: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dental-icons-set_1284-4392.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Whitening, veneers, and bonding solutions.",
|
||||
tag: "Aesthetic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-caries-adult-chair-assistant-canal_1303-2742.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Emergency Care",
|
||||
description: "Urgent services for pain, chips, or unexpected issues.",
|
||||
tag: "Urgent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-pov-dentist-explaining-teeth-treatment-wearing-covid-protective-suit-new-normal-stomatological-office-stomatolog-safety-gear-against-coronavirus-heatlhcare-check-patient_482257-13139.jpg",
|
||||
},
|
||||
{ id: "f1", title: "General Dentistry", description: "Routine check-ups, cleanings, and fluoride treatments.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-vector/dental-icons-set_1284-4392.jpg" },
|
||||
{ id: "f2", title: "Cosmetic Dentistry", description: "Whitening, veneers, and bonding solutions.", tag: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/beauty-caries-adult-chair-assistant-canal_1303-2742.jpg" },
|
||||
{ id: "f3", title: "Emergency Care", description: "Urgent services for pain, chips, or unexpected issues.", tag: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/patient-pov-dentist-explaining-teeth-treatment-wearing-covid-protective-suit-new-normal-stomatological-office-stomatolog-safety-gear-against-coronavirus-heatlhcare-check-patient_482257-13139.jpg" }
|
||||
]}
|
||||
title="Services We Offer"
|
||||
description="Providing personalized dental care tailored to your unique needs."
|
||||
@@ -210,21 +114,9 @@ export default function LandingPage() {
|
||||
title="Why Patients Trust Us"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10k+",
|
||||
description: "Smiles Restored",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Patient Satisfaction",
|
||||
},
|
||||
{ id: "m1", value: "15+", description: "Years of Excellence" },
|
||||
{ id: "m2", value: "10k+", description: "Smiles Restored" },
|
||||
{ id: "m3", value: "99%", description: "Patient Satisfaction" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -235,46 +127,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Experience",
|
||||
quote: "The entire team is so friendly and caring.",
|
||||
name: "Sarah Miller",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional Care",
|
||||
quote: "My teeth have never looked better. Highly recommend.",
|
||||
name: "Mark Johnson",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-european-brunette-female-showing-ok-gesture-with-her-fingers-happy-woman-striped-top-smiling-with-blue-eyes-her-white-teeth-mouth-happy-face-prove-everything-goes-according-plan_273609-5728.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Painless Procedure",
|
||||
quote: "I've always been nervous, but they made me feel at ease.",
|
||||
name: "Emily Davis",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-patient_1170-2120.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Outstanding Service",
|
||||
quote: "Everything a modern clinic should be.",
|
||||
name: "David Wilson",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-queer-couple_23-2149732549.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Friendly Staff",
|
||||
quote: "The staff really listened to my concerns.",
|
||||
name: "Robert Brown",
|
||||
role: "Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg",
|
||||
},
|
||||
{ id: "1", title: "Great Experience", quote: "The entire team is so friendly and caring.", name: "Sarah Miller", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg" },
|
||||
{ id: "2", title: "Professional Care", quote: "My teeth have never looked better. Highly recommend.", name: "Mark Johnson", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/young-european-brunette-female-showing-ok-gesture-with-her-fingers-happy-woman-striped-top-smiling-with-blue-eyes-her-white-teeth-mouth-happy-face-prove-everything-goes-according-plan_273609-5728.jpg" },
|
||||
{ id: "3", title: "Painless Procedure", quote: "I've always been nervous, but they made me feel at ease.", name: "Emily Davis", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-patient_1170-2120.jpg" },
|
||||
{ id: "4", title: "Outstanding Service", quote: "Everything a modern clinic should be.", name: "David Wilson", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-queer-couple_23-2149732549.jpg" },
|
||||
{ id: "5", title: "Friendly Staff", quote: "The staff really listened to my concerns.", name: "Robert Brown", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg" }
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
description="Discover why our patients love coming to Texas Dental Care."
|
||||
@@ -288,24 +145,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Sarah Adams",
|
||||
role: "Lead Dentist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Doe, RDH",
|
||||
role: "Dental Hygienist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-black-hat-holding-hands-pockets-looking-silent_176474-13524.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dr. Michael Chen",
|
||||
role: "Orthodontist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-work-tools-biting-pen-winking-camera-isolated-green-background_141793-85062.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Dr. Sarah Adams", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg" },
|
||||
{ id: "t2", name: "Jane Doe, RDH", role: "Dental Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-black-hat-holding-hands-pockets-looking-silent_176474-13524.jpg" },
|
||||
{ id: "t3", name: "Dr. Michael Chen", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/young-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-work-tools-biting-pen-winking-camera-isolated-green-background_141793-85062.jpg" }
|
||||
]}
|
||||
title="Meet Your Dental Experts"
|
||||
description="Our dedicated doctors are committed to your long-term oral health."
|
||||
@@ -317,21 +159,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept new patients?",
|
||||
content: "Yes, we are currently accepting new patients of all ages!",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What insurance do you accept?",
|
||||
content: "We accept all major dental insurance plans. Please call to confirm.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How often should I come for a cleaning?",
|
||||
content: "Standard guidelines recommend a check-up and cleaning every six months.",
|
||||
},
|
||||
{ id: "q1", title: "Do you accept new patients?", content: "Yes, we are currently accepting new patients of all ages!" },
|
||||
{ id: "q2", title: "What insurance do you accept?", content: "We accept all major dental insurance plans. Please call to confirm." },
|
||||
{ id: "q3", title: "How often should I come for a cleaning?", content: "Standard guidelines recommend a check-up and cleaning every six months." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We've got answers."
|
||||
@@ -343,14 +173,10 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready for your best smile? Contact Texas Dental Care today to schedule your next visit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (555) 123-4567",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
{ text: "Call Now: (555) 123-4567", href: "tel:5551234567" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -360,52 +186,25 @@ export default function LandingPage() {
|
||||
logoText="Texas Dental Care"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Quick Links", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "General Dentistry",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Whitening",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "#features" },
|
||||
{ label: "Whitening", href: "#features" },
|
||||
{ label: "Emergency", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Texas Dental Care. All rights reserved."
|
||||
/>
|
||||
@@ -413,4 +212,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user