Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-18 08:13:21 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "#contact" },
{ text: "Call Emergency", href: "tel:+910000000000" },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg?_wi=1"
imageAlt="Professional dentist consultation"
/>
</div>
@@ -77,8 +77,8 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Tooth Cleaning", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg" },
{ id: "p2", name: "Tooth Filling", price: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg" },
{ id: "p1", name: "Tooth Cleaning", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=1" },
{ id: "p2", name: "Tooth Filling", price: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg?_wi=1" },
{ id: "p3", name: "Root Canal", price: "Pain-Free", imageSrc: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-bright-office-room-with-nobody-it_482257-15349.jpg" },
{ id: "p4", name: "Emergency Care", price: "Immediate", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg" },
{ id: "p5", name: "Family Dentistry", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg" },
@@ -96,10 +96,10 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Sarah J.", handle: "Family Patient", testimonial: "They treated me with so much warmth and explained everything clearly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-filling-dental-document-sitting-chiar-waiting-room-preparing-teeth-exemination-while-doctor-working-background-concept-crowded-professional-orthodontist-office_482257-3585.jpg" },
{ id: "t2", name: "Michael C.", handle: "Emergency Patient", testimonial: "I had severe tooth pain at night, and they helped me immediately.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg" },
{ id: "t3", name: "Elena R.", handle: "Regular Checkup", testimonial: "Very professional, hygienic, and honest. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg" },
{ id: "t4", name: "David K.", handle: "Student", testimonial: "The care and friendliness really stood out. I felt completely supported.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg" },
{ id: "t5", name: "Ananya S.", handle: "Longterm Patient", testimonial: "I trust them completely with my family's dental health.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg" },
{ id: "t2", name: "Michael C.", handle: "Emergency Patient", testimonial: "I had severe tooth pain at night, and they helped me immediately.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg?_wi=2" },
{ id: "t3", name: "Elena R.", handle: "Regular Checkup", testimonial: "Very professional, hygienic, and honest. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg?_wi=1" },
{ id: "t4", name: "David K.", handle: "Student", testimonial: "The care and friendliness really stood out. I felt completely supported.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=2" },
{ id: "t5", name: "Ananya S.", handle: "Longterm Patient", testimonial: "I trust them completely with my family's dental health.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg?_wi=2" },
]}
showRating={true}
title="Patient Stories"
@@ -133,7 +133,7 @@ export default function LandingPage() {
{ title: "Professionalism", description: "Years of expertise." },
{ title: "Always Ready", description: "Emergency-ready 24/7." },
]}
imageSrc="http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>