diff --git a/src/app/page.tsx b/src/app/page.tsx
index 506b0a3..2e1547b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,8 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import { Activity, Award, Calendar, Droplet, Gauge, Heart, MapPin, Shield, User } from "lucide-react";
+import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
+import { Activity, Award, Calendar, CheckCircle, Droplet, Gauge, Heart, MapPin, Shield, User, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +30,11 @@ export default function LandingPage() {
@@ -52,20 +42,12 @@ export default function LandingPage() {
@@ -114,70 +75,41 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: Activity,
- title: "Preventive Care",
- description: "Routine checkups and wellness screenings tailored to all ages.",
- },
- {
- icon: Activity,
- title: "Chronic Disease Management",
- description: "Continuous, coordinated care for long-term health management.",
- },
- {
- icon: User,
- title: "Personalized Consultations",
- description: "Dedicated time for patient questions, health goals, and concerns.",
- },
- {
- icon: Gauge,
- title: "Acute Care Services",
- description: "Prompt medical attention for common illnesses and minor injuries.",
- },
- {
- icon: Droplet,
- title: "Vaccination & Immunization",
- description: "Essential immunizations for children, adults, and seniors.",
- },
+ { icon: CheckCircle, title: "24/7 Availability", description: "Access to care whenever you need it, around the clock." },
+ { icon: Activity, title: "Preventive Care", description: "Routine checkups and wellness screenings tailored to all ages." },
+ { icon: User, title: "Personalized Consultations", description: "Dedicated time for patient goals and concerns." },
+ { icon: Gauge, title: "Acute Care Services", description: "Prompt medical attention for common illnesses and injuries." },
]}
- title="Exceptional Health Services"
- description="Dr. Yang provides high-quality primary and preventive care tailored to each patient's specific health journey."
+ title="Why Choose Our Clinic"
+ description="Dr. Yang prioritizes patient-centered care, providing 24/7 support and clinical excellence in Colorado Springs."
/>
+
+
+
+
@@ -185,18 +117,11 @@ export default function LandingPage() {
@@ -205,51 +130,15 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg"
logoText="Dr. Joseph Yang, DO"
columns={[
- {
- title: "Clinic Info",
- items: [
- {
- label: "About Optum",
- href: "#",
- },
- {
- label: "Locations",
- href: "#",
- },
- ],
- },
- {
- title: "Resources",
- items: [
- {
- label: "Patient Portal",
- href: "#",
- },
- {
- label: "Insurance",
- href: "#",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Use",
- href: "#",
- },
- ],
- },
+ { title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
+ { title: "Contact Details", items: [{ label: "123 Medical Plaza, CO", href: "#" }, { label: "+1 719-555-0100", href: "tel:+17195550100" }] },
+ { title: "Resources", items: [{ label: "Patient Portal", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
copyrightText="© 2025 Dr. Joseph Yang, DO | All Rights Reserved"
- imageAlt="Portrait of Dr. Joseph Yang in his medical office."
+ imageAlt="Portrait of Dr. Joseph Yang."
/>
);
-}
+}
\ No newline at end of file