Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-27 07:27:22 +00:00

View File

@@ -46,7 +46,7 @@ export default function ClinicPage() {
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Contact Us", href: "#contact" }]}
carouselItems={[
{ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/medical-stethoscope-doctor-s-desk_23-2149021957.jpg", imageAlt: "Healthcare facility" },
{ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/medical-stethoscope-doctor-s-desk_23-2149021957.jpg?_wi=1", imageAlt: "Healthcare facility" },
{ id: "2", imageSrc: "https://img.b2bpic.net/free-photo/doctor-holding-stethoscope-clinic_1308-41006.jpg", imageAlt: "Doctor care" },
{ id: "3", imageSrc: "https://img.b2bpic.net/free-photo/modern-clinic-reception-waiting-area_23-2148766127.jpg", imageAlt: "Waiting room" },
{ id: "4", imageSrc: "https://img.b2bpic.net/free-photo/view-young-doctor-clinic_23-2148818451.jpg", imageAlt: "Professional staff" },
@@ -123,7 +123,7 @@ export default function ClinicPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Dirghayu Clinic"
imageSrc="https://img.b2bpic.net/free-photo/medical-stethoscope-doctor-s-desk_23-2149021957.jpg"
imageSrc="https://img.b2bpic.net/free-photo/medical-stethoscope-doctor-s-desk_23-2149021957.jpg?_wi=2"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#amenities" }] },
{ title: "Help", items: [{ label: "Contact", href: "#contact" }] }