Merge version_1_1781415923114 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "#hero"
|
||||
"name": "Home", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
"name": "Services", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Team",
|
||||
"href": "#team"
|
||||
"name": "Team", "href": "#team"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
"name": "Contact", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Starke Zähne Ebern"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/pearl-dental-clinic-logo-template_742173-32584.jpg"
|
||||
ctaButton={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -59,29 +51,19 @@ export default function Layout() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Imprint",
|
||||
href: "#",
|
||||
},
|
||||
label: "Imprint", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -17,20 +17,14 @@ export default function HomePage() {
|
||||
title="Strong Teeth, Confident Smiles in Ebern"
|
||||
description="Modern dental care from experienced practitioners. We combine preventive treatment with advanced technology to keep your smile healthy and bright."
|
||||
primaryButton={{
|
||||
text: "Book Your Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Your Appointment", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "Our Services", href: "#services"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4444.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4444.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -52,26 +46,11 @@ export default function HomePage() {
|
||||
description="We offer a full range of preventive, restorative, and aesthetic treatments to keep your family smiling."
|
||||
steps={[
|
||||
{
|
||||
tag: "Preventive",
|
||||
title: "Routine Cleanings",
|
||||
subtitle: "Hygiene and Health",
|
||||
description: "Professional cleaning and check-ups to prevent cavities and maintain gum health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-bearded-dentist-white-coat-is-holding-plastic-layot-toothbrush-while-standing-his-office_496169-1020.jpg",
|
||||
},
|
||||
tag: "Preventive", title: "Routine Cleanings", subtitle: "Hygiene and Health", description: "Professional cleaning and check-ups to prevent cavities and maintain gum health.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-bearded-dentist-white-coat-is-holding-plastic-layot-toothbrush-while-standing-his-office_496169-1020.jpg"},
|
||||
{
|
||||
tag: "Restorative",
|
||||
title: "Advanced Treatment",
|
||||
subtitle: "Restore Your Function",
|
||||
description: "High-quality implants, crowns, and fillings using modern dental technology.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-patient-looking-monitor-with-x-ray-scan-understand-stomatological-diagnosis-oral-care-clinic-stomatologist-man-analyzing-radiography-results-display_482257-37315.jpg",
|
||||
},
|
||||
tag: "Restorative", title: "Advanced Treatment", subtitle: "Restore Your Function", description: "High-quality implants, crowns, and fillings using modern dental technology.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-patient-looking-monitor-with-x-ray-scan-understand-stomatological-diagnosis-oral-care-clinic-stomatologist-man-analyzing-radiography-results-display_482257-37315.jpg"},
|
||||
{
|
||||
tag: "Pediatric",
|
||||
title: "Family Care",
|
||||
subtitle: " Gentle Dentistry",
|
||||
description: "Friendly and approachable dental care for children of all ages.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cutie-little-baby-girls-dentist-chair-children-dental_627829-9361.jpg",
|
||||
},
|
||||
tag: "Pediatric", title: "Family Care", subtitle: " Gentle Dentistry", description: "Friendly and approachable dental care for children of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/two-cutie-little-baby-girls-dentist-chair-children-dental_627829-9361.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -85,17 +64,11 @@ export default function HomePage() {
|
||||
description="Thousands of satisfied patients in Ebern."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
description: "Years of experience",
|
||||
},
|
||||
value: "20+", description: "Years of experience"},
|
||||
{
|
||||
value: "5k+",
|
||||
description: "Happy patients",
|
||||
},
|
||||
value: "5k+", description: "Happy patients"},
|
||||
{
|
||||
value: "99%",
|
||||
description: "Satisfaction rate",
|
||||
},
|
||||
value: "99%", description: "Satisfaction rate"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -109,45 +82,20 @@ export default function HomePage() {
|
||||
description="Building trust through quality care."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Local Resident",
|
||||
quote: "The entire team is so friendly and professional. I feel completely comfortable every visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-working-office-with-laptop-coffee_23-2151964109.jpg",
|
||||
},
|
||||
name: "Sarah Miller", role: "Local Resident", quote: "The entire team is so friendly and professional. I feel completely comfortable every visit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-working-office-with-laptop-coffee_23-2151964109.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hans Schmidt",
|
||||
role: "Regular Patient",
|
||||
quote: "Excellent care and state-of-the-art facilities. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mature-bearded-man-pointing-fingers-camera-praise-accomplished-goal-inviting-you-picking-people-join-team-inviting-event-standing-white-background_176420-45014.jpg",
|
||||
},
|
||||
name: "Hans Schmidt", role: "Regular Patient", quote: "Excellent care and state-of-the-art facilities. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mature-bearded-man-pointing-fingers-camera-praise-accomplished-goal-inviting-you-picking-people-join-team-inviting-event-standing-white-background_176420-45014.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Werner",
|
||||
role: "Mother",
|
||||
quote: "My kids actually enjoy visiting the dentist here. So gentle and kind.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg",
|
||||
},
|
||||
name: "Julia Werner", role: "Mother", quote: "My kids actually enjoy visiting the dentist here. So gentle and kind.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Weber",
|
||||
role: "Business Owner",
|
||||
quote: "Quick, reliable, and very transparent pricing. Best in Ebern.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-dentist-chair-children-dental_627829-9371.jpg",
|
||||
},
|
||||
name: "Thomas Weber", role: "Business Owner", quote: "Quick, reliable, and very transparent pricing. Best in Ebern.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-dentist-chair-children-dental_627829-9371.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Fischer",
|
||||
role: "Patient",
|
||||
quote: "My new crown fits perfectly. Exceptional dental work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-dressed-elegant-pink-jacket-keeps-arms-folded-smiles-pleasantly-holds-bag-focused-away-isolated-blue-background-with-copy-space-your-promotional-content_273609-60206.jpg",
|
||||
},
|
||||
name: "Elena Fischer", role: "Patient", quote: "My new crown fits perfectly. Exceptional dental work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-dressed-elegant-pink-jacket-keeps-arms-folded-smiles-pleasantly-holds-bag-focused-away-isolated-blue-background-with-copy-space-your-promotional-content_273609-60206.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -161,25 +109,17 @@ export default function HomePage() {
|
||||
description="Everything you need to know about your visits."
|
||||
categories={[
|
||||
{
|
||||
name: "General",
|
||||
items: [
|
||||
name: "General", items: [
|
||||
{
|
||||
question: "Are you accepting new patients?",
|
||||
answer: "Yes, we are currently accepting new patients from Ebern and surrounding areas.",
|
||||
},
|
||||
question: "Are you accepting new patients?", answer: "Yes, we are currently accepting new patients from Ebern and surrounding areas."},
|
||||
{
|
||||
question: "What payment methods do you accept?",
|
||||
answer: "We accept cash, card, and offer transparent billing for all insurance types.",
|
||||
},
|
||||
question: "What payment methods do you accept?", answer: "We accept cash, card, and offer transparent billing for all insurance types."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Appointments",
|
||||
items: [
|
||||
name: "Appointments", items: [
|
||||
{
|
||||
question: "How can I book an appointment?",
|
||||
answer: "You can book via our contact form, phone, or email. We will confirm your slot shortly.",
|
||||
},
|
||||
question: "How can I book an appointment?", answer: "You can book via our contact form, phone, or email. We will confirm your slot shortly."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -193,13 +133,9 @@ export default function HomePage() {
|
||||
tag="Let's Talk"
|
||||
text="Ready for your next check-up? Contact our team today and schedule your visit."
|
||||
primaryButton={{
|
||||
text: "Call Us",
|
||||
href: "tel:+499531123456",
|
||||
}}
|
||||
text: "Call Us", href: "tel:+499531123456"}}
|
||||
secondaryButton={{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@starke-zahne-ebern.de",
|
||||
}}
|
||||
text: "Email Us", href: "mailto:info@starke-zahne-ebern.de"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user