From 952614e0315215846fe4039dbdedc1651564a29f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:48:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6195537..a8d6314 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,24 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -112,27 +73,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "General Consultation", - description: "Expert medical consultation for all your day-to-day health concerns.", - tag: "Essential", - imageSrc: "http://img.b2bpic.net/free-vector/medical-elements-icons_23-2147540060.jpg", - }, - { - id: "f2", - title: "Advanced Diagnostics", - description: "State-of-the-art diagnostic testing and imaging services for accurate diagnosis.", - tag: "Technology", - imageSrc: "http://img.b2bpic.net/free-vector/blood-test-checklist-sample-tube_1308-178255.jpg", - }, - { - id: "f3", - title: "Preventive Care", - description: "Focusing on your long-term health with personalized wellness plans and screenings.", - tag: "Wellness", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-consultation-with-black-medic-modern-clinic-lobby_482257-131071.jpg", - }, + { id: "f1", title: "General Consultation", description: "Expert medical consultation for all your day-to-day health concerns.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-vector/medical-elements-icons_23-2147540060.jpg" }, + { id: "f2", title: "Advanced Diagnostics", description: "State-of-the-art diagnostic testing and imaging services for accurate diagnosis.", tag: "Technology", imageSrc: "http://img.b2bpic.net/free-vector/blood-test-checklist-sample-tube_1308-178255.jpg" }, + { id: "f3", title: "Preventive Care", description: "Focusing on your long-term health with personalized wellness plans and screenings.", tag: "Wellness", imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-consultation-with-black-medic-modern-clinic-lobby_482257-131071.jpg" } ]} title="Comprehensive Health Services" description="A wide range of medical services tailored to your individual health needs." @@ -141,44 +84,15 @@ export default function LandingPage() {
@@ -237,35 +132,18 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/medic-men-with-gadgets-hospital_23-2147763797.jpg" columns={[ { - title: "VitalHealth", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Services", - href: "#features", - }, - { - label: "Contact", - href: "#contact", - }, - ], + title: "VitalHealth", items: [ + { label: "About Us", href: "#about" }, + { label: "Services", href: "#features" }, + { label: "Contact", href: "#contact" } + ] }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } + ] + } ]} copyrightText="© 2025 VitalHealth. All rights reserved." /> -- 2.49.1