diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index cdc78f2..49b85df 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,210 +11,112 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Trusted Dental Excellence" + title="Studio Dentistico Associato SIALPI" + description="Providing exceptional dental care with modern techniques and a gentle touch for the entire family. Your oral health is our top priority." + primaryButton={{ + text: "Book Appointment", href: "#contact"}} + secondaryButton={{ + text: "Learn More", href: "#about"}} + items={[ + { text: "Experienced Team", icon: Users }, + { text: "State-of-the-Art Facility", icon: Shield }, + { text: "Compassionate Care", icon: Heart }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/happy-woman-touching-asian-girlfriend-face_1262-16189.jpg" + /> +
+
-
- +
+ - -
+ tag="About Our Studio" + title="Your Smile, Our Passion" + description="At SIALPI, we believe in a personalized approach to dental medicine. Our studio combines years of professional experience with the latest in dental technology to ensure comfort and excellence." + items={[ + { icon: "CheckCircle", title: "Comprehensive Care", description: "From preventative hygiene to restorative procedures." }, + { icon: "CheckCircle", title: "Modern Equipment", description: "Cutting-edge technology for precise diagnostics." }, + { icon: "CheckCircle", title: "Comfort Focused", description: "A relaxing environment designed for your ease." }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Services" + title="Specialized Dental Treatments" + description="We offer a wide range of services to maintain and improve your dental health." + items={[ + { title: "General Dentistry", tags: ["Check-ups", "Cleaning", "Fillings"], imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-her-patient-something-tablet_23-2148396131.jpg" }, + { title: "Dental Implants", tags: ["Restoration", "Surgical", "Advanced"], imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-treating-root-canal-female-patient_23-2147862046.jpg" }, + { title: "Emergency Care", tags: ["Urgent", "Pain Relief", "Same-day"], imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-face-shield-reviewing-panoramic-mouth-x-ray-image-patient-global-pandemic-assistant-doctor-talking-with-senior-woman-wearing-suit-coverall-protection-suit-mask-gloves_482257-3235.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="By The Numbers" + title="Committed to Patient Satisfaction" + description="We are proud of the long-standing relationships we've built with our patients." + metrics={[ + { value: "20+", title: "Years Experience", description: "Serving the community with dedicated clinical care.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18574.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Patient Reviews" + title="What Our Patients Say" + description="Read about the positive experiences from our satisfied patients." + testimonials={[ + { name: "Maria Rossi", role: "Long-term Patient", quote: "Exceptional care and professional staff. I've been coming here for years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-black-female-doctor-after-consultations-clinic-focus-is-doctor_637285-1160.jpg" }, + { name: "Luca Bianchi", role: "New Patient", quote: "Best dental visit I have ever had. Very thorough and gentle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-excited-woman-walking-park_1262-20515.jpg" }, + { name: "Giovanna Verdi", role: "Local Resident", quote: "SIALPI team is always helpful and the clinic is spotless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/detective-specialist_1098-15356.jpg" }, + { name: "Alessandro Neri", role: "Parent", quote: "They made my children feel very comfortable. Excellent service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg" }, + { name: "Sara Ferrari", role: "Business Owner", quote: "Highly recommended for anyone looking for reliable dental care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-home_1398-4952.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Common Questions" + title="Frequently Asked Questions" + description="Answers to the most common questions our patients have." + items={[ + { question: "What is the best way to book an appointment?", answer: "You can contact our office by phone or use the appointment form." }, + { question: "Do you accept new patients?", answer: "Yes, we are always happy to welcome new patients to our practice." }, + { question: "What are your office hours?", answer: "Our office is open from Monday to Saturday to accommodate your schedule." }, + ]} + /> +
+
-
- +
+ - -
+ tag="Contact Us" + text="Ready to book your appointment or have questions? Reach out to us today." + primaryButton={{ text: "Call Us", href: "tel:+39000000000" }} + secondaryButton={{ text: "Email Support", href: "mailto:info@sialpi.it" }} + /> +
+
); }