Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-27 07:26:31 +00:00

View File

@@ -3,16 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Bed, Clock, Mountain, Utensils, Stethoscope, HeartPulse } from "lucide-react";
import { Clock, Mountain, Bed, Stethoscope, HeartPulse } from "lucide-react";
export default function ClinicPage() {
return (
@@ -44,7 +41,6 @@ export default function ClinicPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{ variant: "plain" }}
title="Dirghayu Clinic & Medicare Center"
description="Providing compassionate and professional healthcare for your family in the heart of our community."
buttons={[{ text: "Contact Us", href: "#contact" }]}
@@ -118,12 +114,15 @@ export default function ClinicPage() {
title="Get in Touch"
description="Need an appointment or have questions? Our team is here to help."
buttons={[{ text: "Book Appointment", href: "#contact" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<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"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#amenities" }] },
{ title: "Help", items: [{ label: "Contact", href: "#contact" }] }