From ad22ae64f1b4e162688b57d3200c9c88fe1a836b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:46:10 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1837e05..dab7ce3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,8 +46,8 @@ export default function AboutPage() { title="Leadership Team" description="The minds behind Indicon Healthcare." members={[ - { id: "t1", name: "Dr. A. Sharma", role: "CEO", description: "Pharma visionary", imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medication-prepared-use-operation_1301-7797.jpg" }, - { id: "t2", name: "Ms. B. Kapoor", role: "Head of Research", description: "Expert chemist", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills-with-containers-copy-space_23-2148533470.jpg" }, + { id: "t1", name: "Dr. A. Sharma", role: "CEO", description: "Pharma visionary", imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medication-prepared-use-operation_1301-7797.jpg?_wi=2" }, + { id: "t2", name: "Ms. B. Kapoor", role: "Head of Research", description: "Expert chemist", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills-with-containers-copy-space_23-2148533470.jpg?_wi=2" }, ]} /> -- 2.49.1 From bea60b35743421330dea5de0abfa86d49c26fea0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:46:10 +0000 Subject: [PATCH 2/3] Update src/app/divisions/page.tsx --- src/app/divisions/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/divisions/page.tsx b/src/app/divisions/page.tsx index 037f1ed..91cf45f 100644 --- a/src/app/divisions/page.tsx +++ b/src/app/divisions/page.tsx @@ -36,9 +36,9 @@ export default function DivisionsPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "CNS", description: "Focused on neurological health solutions.", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg", imageAlt: "CNS" }, - { title: "Nephroscience", description: "Advanced renal care products.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg", imageAlt: "Nephro" }, - { title: "Nutrition", description: "High-quality supplements for overall wellbeing.", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201367.jpg", imageAlt: "Nutrition" }, + { title: "CNS", description: "Focused on neurological health solutions.", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg?_wi=1", imageAlt: "CNS" }, + { title: "Nephroscience", description: "Advanced renal care products.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg?_wi=1", imageAlt: "Nephro" }, + { title: "Nutrition", description: "High-quality supplements for overall wellbeing.", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201367.jpg?_wi=1", imageAlt: "Nutrition" }, ]} title="Our Therapeutic Focus" description="Specialized divisions for CNS, Nephroscience, and Nutritional care." @@ -54,12 +54,12 @@ export default function DivisionsPage() { description="Deep dive into our medical divisions." features={[ { - title: "Neurology", description: "Brain and CNS health.", media: { imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg", imageAlt: "Neurology" }, + title: "Neurology", description: "Brain and CNS health.", media: { imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg?_wi=2", imageAlt: "Neurology" }, items: [{ icon: Brain, text: "Advanced formulas" }], reverse: false, }, { - title: "Nephrology", description: "Kidney care focus.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg", imageAlt: "Nephrology" }, + title: "Nephrology", description: "Kidney care focus.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg?_wi=2", imageAlt: "Nephrology" }, items: [{ icon: Activity, text: "Clinical grade" }], reverse: true, }, -- 2.49.1 From 9a1d12e0b3fbf4bde016a0657822e3306dcd23a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:46:11 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0356b95..feccc69 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -37,12 +37,12 @@ export default function ProductsPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Neupro-DM", price: "₹450", variant: "Nutritional", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg" }, - { id: "2", name: "Neupro Renal", price: "₹600", variant: "Nephro", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg" }, - { id: "3", name: "Carnotop-Plus", price: "₹250", variant: "Tablets", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201367.jpg" }, + { id: "1", name: "Neupro-DM", price: "₹450", variant: "Nutritional", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg?_wi=3" }, + { id: "2", name: "Neupro Renal", price: "₹600", variant: "Nephro", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg?_wi=3" }, + { id: "3", name: "Carnotop-Plus", price: "₹250", variant: "Tablets", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201367.jpg?_wi=2" }, { id: "4", name: "D-Con 60K", price: "₹150", variant: "Capsules", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottle-pills_23-2147983052.jpg" }, - { id: "5", name: "Benfocon CD3", price: "₹320", variant: "Tablets", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills-with-containers-copy-space_23-2148533470.jpg" }, - { id: "6", name: "Zerocon-P", price: "₹280", variant: "Tablets", imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medication-prepared-use-operation_1301-7797.jpg" }, + { id: "5", name: "Benfocon CD3", price: "₹320", variant: "Tablets", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills-with-containers-copy-space_23-2148533470.jpg?_wi=1" }, + { id: "6", name: "Zerocon-P", price: "₹280", variant: "Tablets", imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medication-prepared-use-operation_1301-7797.jpg?_wi=1" }, ]} title="Product Catalog" description="Comprehensive range of high-quality nutritional and therapeutic solutions." -- 2.49.1