diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e401f3..d30ed36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -26,24 +26,16 @@ export default function LandingPage() { > @@ -187,40 +111,15 @@ export default function LandingPage() { description="Our reach and effectiveness in providing diagnostic clarity." metrics={[ { - id: "m1", - value: "50k+", - title: "Diagnoses", - description: "Completed symptom screens", - imageSrc: "asset://m1", - }, + id: "m1", value: "50k+", title: "Diagnoses", description: "Completed symptom screens", imageSrc: "asset://m1"}, { - id: "m2", - value: "99%", - title: "Satisfaction", - description: "User happiness score", - imageSrc: "asset://m2", - }, + id: "m2", value: "99%", title: "Satisfaction", description: "User happiness score", imageSrc: "asset://m2"}, { - id: "m3", - value: "150+", - title: "Doctors", - description: "Validation partners", - imageSrc: "asset://m3", - }, + id: "m3", value: "150+", title: "Doctors", description: "Validation partners", imageSrc: "asset://m3"}, { - id: "m4", - value: "200+", - title: "Conditions", - description: "Library entries", - imageSrc: "asset://m4", - }, + id: "m4", value: "200+", title: "Conditions", description: "Library entries", imageSrc: "asset://m4"}, { - id: "m5", - value: "12", - title: "Languages", - description: "Platform availability", - imageSrc: "asset://m5", - }, + id: "m5", value: "12", title: "Languages", description: "Platform availability", imageSrc: "asset://m5"}, ]} /> @@ -232,12 +131,7 @@ export default function LandingPage() { title="Trusted by Leading Institutions" description="Partnering with top health organizations globally." names={[ - "HealthCare Group", - "Medical Insight Inc", - "Global Clinic", - "TechMed Partners", - "Wellness First", - ]} + "HealthCare Group", "Medical Insight Inc", "Global Clinic", "TechMed Partners", "Wellness First"]} /> @@ -252,30 +146,15 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "Is this a diagnosis?", - content: "No, it's for guidance, not a medical professional replacement.", - }, + id: "q1", title: "Is this a diagnosis?", content: "No, it's for guidance, not a medical professional replacement."}, { - id: "q2", - title: "Is my data secure?", - content: "Yes, we use industry-standard encryption.", - }, + id: "q2", title: "Is my data secure?", content: "Yes, we use industry-standard encryption."}, { - id: "q3", - title: "Can I save progress?", - content: "Yes, create a profile to save results.", - }, + id: "q3", title: "Can I save progress?", content: "Yes, create a profile to save results."}, { - id: "q4", - title: "Are doctors involved?", - content: "Yes, all data is reviewed by clinical teams.", - }, + id: "q4", title: "Are doctors involved?", content: "Yes, all data is reviewed by clinical teams."}, { - id: "q5", - title: "Is it free to use?", - content: "Core features are free for all users.", - }, + id: "q5", title: "Is it free to use?", content: "Core features are free for all users."}, ]} /> @@ -284,29 +163,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file