diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e73a92..ae89aa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,12 +135,12 @@ export default function Page() { title="Modern Care Environment" description="Explore our state-of-the-art clinic designed for your comfort, safety, and advanced dental care." products={[ - { id: "gal1", name: "Welcoming Reception", imageSrc: "http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg", price: "N/A" }, - { id: "gal2", name: "Advanced Treatment Room", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4426.jpg", price: "N/A" }, - { id: "gal3", name: "High-Tech Equipment", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-399.jpg", price: "N/A" }, - { id: "gal4", name: "Our Friendly Team", imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-business-colleagues-standing-line_1262-5012.jpg", price: "N/A" }, - { id: "gal5", name: "Comfortable Consultation", 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", price: "N/A" }, - { id: "gal6", name: "Relaxing Waiting Area", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", price: "N/A" } + { id: "gal1", name: "Welcoming Reception", imageSrc: "http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg", price: "N/A", variant: "default" }, + { id: "gal2", name: "Advanced Treatment Room", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4426.jpg", price: "N/A", variant: "default" }, + { id: "gal3", name: "High-Tech Equipment", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-399.jpg", price: "N/A", variant: "default" }, + { id: "gal4", name: "Our Friendly Team", imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-business-colleagues-standing-line_1262-5012.jpg", price: "N/A", variant: "default" }, + { id: "gal5", name: "Comfortable Consultation", 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", price: "N/A", variant: "default" }, + { id: "gal6", name: "Relaxing Waiting Area", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", price: "N/A", variant: "default" } ]} gridVariant="two-columns-alternating-heights" animationType="slide-up"