Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 12:19:32 +00:00

View File

@@ -10,7 +10,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Calendar, CheckCircle, Clock, Heart, HelpCircle, Mail, MapPin, MessageSquare, Phone, Shield, Stethoscope, TrendingUp, Zap } from "lucide-react";
import { Award, Calendar, CheckCircle, Clock, Heart, HelpCircle, Mail, MapPin, MessageSquare, Phone, Shield, Stethoscope, TrendingUp, Zap, Trophy, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,7 +58,7 @@ export default function LandingPage() {
title: "Clinic Excellence", logoIcon: Stethoscope,
imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-lobby_74190-4446.jpg", searchPlaceholder: "Search procedures...", sidebarItems: [
{ icon: Clock, active: true },
{ icon: Heart },
{ icon: Users },
{ icon: CheckCircle }
],
buttons: [
@@ -67,15 +67,15 @@ export default function LandingPage() {
],
stats: [
{
title: "Successful Procedures", values: ["500", "750", "1200"],
title: "Successful Procedures", values: [500, 750, 1200],
description: "Completed with excellence"
},
{
title: "Patient Satisfaction", values: ["95", "97", "99"],
title: "Patient Satisfaction", values: [95, 97, 99],
valueSuffix: "%", description: "Consistently high ratings"
},
{
title: "Years Experience", values: ["10", "15", "20"],
title: "Years Experience", values: [10, 15, 20],
description: "Decades of expertise"
}
],
@@ -140,7 +140,7 @@ export default function LandingPage() {
title: "Quick Recovery", description: "Return to normal activities within 1-2 weeks. Most patients experience minimal discomfort with proper care."
},
{
icon: Award,
icon: Trophy,
title: "Satisfaction Guaranteed", description: "99.85% success rate with comprehensive support. Your wellbeing is our priority throughout and beyond."
}
]}