Merge version_1_1782223893571 into main #2

Merged
bender merged 2 commits from version_1_1782223893571 into main 2026-06-23 14:12:37 +00:00
2 changed files with 41 additions and 134 deletions

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Services",
"href": "#services"
"name": "Services", "href": "#services"
},
{
"name": "Reviews",
"href": "#reviews"
"name": "Reviews", "href": "#reviews"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Presidential Dental"
logoImageSrc="http://img.b2bpic.net/free-photo/businesswoman-holding-blank-business-card_1098-1026.jpg"
ctaButton={{
text: "Book Appointment",
href: "#contact",
}}
text: "Book Appointment", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,16 +51,12 @@ export default function Layout() {
copyright="© 2024 Presidential Dental Associates. All rights reserved."
socialLinks={[
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
]}
/>
</SectionErrorBoundary>
</StyleProvider>
);
}
}

View File

@@ -14,31 +14,17 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
avatarsSrc={[
"http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-sits-cafe_273609-2534.jpg",
"http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20267.jpg",
"http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915117.jpg",
"http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg",
"http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg",
]}
"http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-sits-cafe_273609-2534.jpg", "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20267.jpg", "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915117.jpg", "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg", "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg"]}
avatarText="Trusted by 500+ Chicago residents"
title="Excellence in Dental Care in Chicago"
description="At Presidential Dental Associates, we provide top-tier clinical dentistry in a comfortable, friendly environment. Experience the best dental treatment in the heart of Chicago."
primaryButton={{
text: "Book Your Visit",
href: "#contact",
}}
text: "Book Your Visit", href: "#contact"}}
secondaryButton={{
text: "Learn More",
href: "#about",
}}
text: "Learn More", href: "#about"}}
names={[
"Shaalmali Ray",
"Tamika",
"David",
"Sarah",
"Emily",
]}
imageSrc="http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg?_wi=1"
"Shaalmali Ray", "Tamika", "David", "Sarah", "Emily"]}
imageSrc="http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg"
/>
</SectionErrorBoundary>
</div>
@@ -50,7 +36,7 @@ export default function HomePage() {
quote="The best doctor and the best place to get your dental treatment done. Very friendly environment and great service."
author="Shaalmali Ray"
role="Patient"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-female-nurse-studio_23-2150796678.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-female-nurse-studio_23-2150796678.jpg"
/>
</SectionErrorBoundary>
</div>
@@ -63,34 +49,16 @@ export default function HomePage() {
description="We offer a wide range of services to keep your smile healthy and radiant."
items={[
{
tag: "General",
title: "Preventative Care",
description: "Regular cleanings and checkups to maintain optimal oral health for your whole family.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148104981.jpg",
primaryButton: {
text: "View Details",
href: "#",
},
tag: "General", title: "Preventative Care", description: "Regular cleanings and checkups to maintain optimal oral health for your whole family.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148104981.jpg", primaryButton: {
text: "View Details", href: "#"},
},
{
tag: "Cosmetic",
title: "Smile Whitening",
description: "Professional-grade whitening treatments to brighten your smile significantly in one visit.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-laughing-pointing-her-smile_23-2148859499.jpg",
primaryButton: {
text: "View Details",
href: "#",
},
tag: "Cosmetic", title: "Smile Whitening", description: "Professional-grade whitening treatments to brighten your smile significantly in one visit.", imageSrc: "http://img.b2bpic.net/free-photo/woman-laughing-pointing-her-smile_23-2148859499.jpg", primaryButton: {
text: "View Details", href: "#"},
},
{
tag: "Specialty",
title: "Orthodontics",
description: "Modern alignment solutions tailored to your unique needs for a perfectly straight smile.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148105076.jpg",
primaryButton: {
text: "View Details",
href: "#",
},
tag: "Specialty", title: "Orthodontics", description: "Modern alignment solutions tailored to your unique needs for a perfectly straight smile.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148105076.jpg", primaryButton: {
text: "View Details", href: "#"},
},
]}
/>
@@ -105,26 +73,11 @@ export default function HomePage() {
description="Consistently recognized for patient satisfaction and clinical excellence in Chicago."
metrics={[
{
value: "4.6",
title: "Google Rating",
description: "Based on hundreds of happy patient reviews.",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-blank-business-card_1098-1026.jpg",
imageAlt: "dental clinic logo minimalist",
},
value: "4.6", title: "Google Rating", description: "Based on hundreds of happy patient reviews.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-blank-business-card_1098-1026.jpg"},
{
value: "10k+",
title: "Smiles Brightened",
description: "We have transformed smiles across the city.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg?_wi=2",
imageAlt: "dental clinic logo minimalist",
},
value: "10k+", title: "Smiles Brightened", description: "We have transformed smiles across the city.", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg"},
{
value: "20+",
title: "Years Experience",
description: "Quality care founded on professional experience.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-nurse-studio_23-2150796678.jpg?_wi=2",
imageAlt: "dental clinic logo minimalist",
},
value: "20+", title: "Years Experience", description: "Quality care founded on professional experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-nurse-studio_23-2150796678.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -138,35 +91,15 @@ export default function HomePage() {
description="See why our patients recommend us as the top dentist in Chicago."
testimonials={[
{
name: "Shaalmali Ray",
role: "Patient",
quote: "The best doctor and the best place to get your dental treatment done.",
imageSrc: "http://img.b2bpic.net/free-photo/big-happiness-beautiful-woman_329181-1147.jpg",
},
name: "Shaalmali Ray", role: "Patient", quote: "The best doctor and the best place to get your dental treatment done.", imageSrc: "http://img.b2bpic.net/free-photo/big-happiness-beautiful-woman_329181-1147.jpg"},
{
name: "Tamika T",
role: "Patient",
quote: "VERY FRIENDLY ENVIRONMENT and great service.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12674.jpg",
},
name: "Tamika T", role: "Patient", quote: "VERY FRIENDLY ENVIRONMENT and great service.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12674.jpg"},
{
name: "David K",
role: "Patient",
quote: "Professional, clean, and extremely caring staff.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg",
},
name: "David K", role: "Patient", quote: "Professional, clean, and extremely caring staff.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg"},
{
name: "Sarah J",
role: "Patient",
quote: "I've never felt so comfortable at the dentist.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-her-thumbs-up_1301-1128.jpg",
},
name: "Sarah J", role: "Patient", quote: "I've never felt so comfortable at the dentist.", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-her-thumbs-up_1301-1128.jpg"},
{
name: "Emily R",
role: "Patient",
quote: "Excellent care and fantastic results every time.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg",
},
name: "Emily R", role: "Patient", quote: "Excellent care and fantastic results every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -180,29 +113,19 @@ export default function HomePage() {
description="Everything you need to know about your next visit."
categories={[
{
name: "Appointments",
items: [
name: "Appointments", items: [
{
question: "How do I book?",
answer: "You can call us directly or use our online form.",
},
question: "How do I book?", answer: "You can call us directly or use our online form."},
{
question: "What insurance is accepted?",
answer: "We work with most major insurance providers.",
},
question: "What insurance is accepted?", answer: "We work with most major insurance providers."},
],
},
{
name: "Treatments",
items: [
name: "Treatments", items: [
{
question: "Is teeth whitening safe?",
answer: "Yes, our methods are dentist-supervised and safe.",
},
question: "Is teeth whitening safe?", answer: "Yes, our methods are dentist-supervised and safe."},
{
question: "Do you offer emergency care?",
answer: "Yes, please contact us immediately for urgent matters.",
},
question: "Do you offer emergency care?", answer: "Yes, please contact us immediately for urgent matters."},
],
},
]}
@@ -216,16 +139,12 @@ export default function HomePage() {
tag="Book Appointment"
text="Ready to get the smile you deserve? Schedule your consultation at our Chicago office today."
primaryButton={{
text: "Call +1 312-902-3131",
href: "tel:+13129023131",
}}
text: "Call +1 312-902-3131", href: "tel:+13129023131"}}
secondaryButton={{
text: "Get Directions",
href: "https://maps.google.com",
}}
text: "Get Directions", href: "https://maps.google.com"}}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}