@@ -45,18 +40,11 @@ export default function LandingPage() {
@@ -65,12 +53,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Mission of Integrity"
tag="About Us"
- buttons={[
- {
- text: "Learn More",
- href: "/about",
- },
- ]}
+ buttons={[{ text: "Learn More", href: "/about" }]}
/>
@@ -82,24 +65,9 @@ export default function LandingPage() {
title="Our Impact"
description="Delivering quality healthcare across India."
metrics={[
- {
- id: "m1",
- icon: Activity,
- title: "Clinical Trials",
- value: "50+",
- },
- {
- id: "m2",
- icon: Users,
- title: "Patients Served",
- value: "1M+",
- },
- {
- id: "m3",
- icon: Building2,
- title: "Partner Hospitals",
- value: "200+",
- },
+ { id: "m1", icon: Activity, title: "Clinical Trials", value: "50+" },
+ { id: "m2", icon: Users, title: "Patients Served", value: "1M+" },
+ { id: "m3", icon: Building2, title: "Partner Hospitals", value: "200+" },
]}
/>
@@ -111,16 +79,8 @@ export default function LandingPage() {
sideDescription="Need help with our products? Check here."
faqsAnimation="slide-up"
faqs={[
- {
- id: "f1",
- title: "How do I purchase?",
- content: "You can contact our local distributors or order via our partners.",
- },
- {
- id: "f2",
- title: "Are these FDA approved?",
- content: "All our products follow strict pharmaceutical safety standards.",
- },
+ { id: "f1", title: "How do I purchase?", content: "You can contact our local distributors or order via our partners." },
+ { id: "f2", title: "Are these FDA approved?", content: "All our products follow strict pharmaceutical safety standards." },
]}
/>
@@ -131,13 +91,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Experts"
description="Collaborating with top healthcare institutions."
- names={[
- "Apollo Pharmacy",
- "MedPlus",
- "HealthKart",
- "Fortis",
- "Manipal",
- ]}
+ names={["Apollo Pharmacy", "MedPlus", "HealthKart", "Fortis", "Manipal"]}
/>
@@ -146,34 +100,10 @@ export default function LandingPage() {
logoText="Indicon Healthcare"
columns={[
{
- title: "Divisions",
- items: [
- {
- label: "CNS",
- href: "/divisions",
- },
- {
- label: "Nephroscience",
- href: "/divisions",
- },
- {
- label: "Nutritional",
- href: "/divisions",
- },
- ],
+ title: "Divisions", items: [{ label: "CNS", href: "/divisions" }, { label: "Nephroscience", href: "/divisions" }, { label: "Nutritional", href: "/divisions" }],
},
{
- title: "Support",
- items: [
- {
- label: "Contact Us",
- href: "/contact",
- },
- {
- label: "Privacy Policy",
- href: "#",
- },
- ],
+ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }],
},
]}
copyrightText="© 2025 Indicon Healthcare Pvt. Ltd."
@@ -182,4 +112,4 @@ export default function LandingPage() {