Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 17:10:07 +00:00
2 changed files with 12 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -79,25 +79,25 @@ export default function LandingPage() {
description="We focus on fast, reliable, and personalized care designed for busy people."
features={[
{
title: "Quick Appointments", description: "Get same-day or next-day appointments without long waiting times.", bentoComponent: "icon-info-cards", items: [
title: "Quick Appointments", description: "Stop wasting hours waiting. Get seen when it fits your schedule.", bentoComponent: "icon-info-cards", items: [
{ icon: Clock, label: "Same Day", value: "Available" },
{ icon: Calendar, label: "Next Day", value: "Booking" },
{ icon: Zap, label: "Fast", value: "Service" }
]
},
{
title: "Expert Doctors", description: "Consult experienced medical professionals who listen and guide you.", bentoComponent: "3d-stack-cards", items: [
title: "Expert Doctors", description: "Access decades of medical expertise. Get personalized guidance from doctors who truly care.", bentoComponent: "3d-stack-cards", items: [
{ icon: Users, title: "Experienced", subtitle: "10+ Years", detail: "Medical professionals" },
{ icon: Award, title: "Qualified", subtitle: "Certified", detail: "Medical experts" },
{ icon: Heart, title: "Caring", subtitle: "Patient First", detail: "Your wellness" }
]
},
{
title: "Personalized Care", description: "Treatment plans tailored to your health needs.", bentoComponent: "marquee", centerIcon: Stethoscope,
title: "Personalized Care", description: "Your health is unique. Every treatment plan is customized to fit your specific needs and lifestyle.", bentoComponent: "marquee", centerIcon: Stethoscope,
variant: "text", texts: ["Customized Treatment Plans", "Individual Health Assessment", "Tailored Wellness Programs"]
},
{
title: "Convenient Consultations", description: "Book a free consultation call before visiting.", bentoComponent: "phone", statusIcon: Lock,
title: "Convenient Consultations", description: "Connect from anywhere. Free consultation calls let you explore treatment options before your visit.", bentoComponent: "phone", statusIcon: Lock,
alertIcon: MessageSquare,
alertTitle: "Consultation Ready", alertMessage: "Your free consultation is confirmed", apps: [
{ name: "Call", icon: Phone },
@@ -111,7 +111,7 @@ export default function LandingPage() {
]
},
{
title: "Modern Clinic", description: "Clean, comfortable, and professional environment.", bentoComponent: "globe"
title: "Modern Clinic", description: "Experience care in a clean, welcoming space. Our state-of-the-art facility is designed for your comfort.", bentoComponent: "globe"
}
]}
textboxLayout="default"