From 24c4e546e5b1057fe64119091f778ed0a485428e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:12:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff7cb8d..0f1c570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,8 @@ export default function LandingPage() { name: "Contact", id: "#contact"}, ]} brandName="Mitra & Co." + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECvGi2s5CV0ENiaAl3KrhoC3Kk/uploaded-1780474290837-kgn01msr.png" + logoAlt="Mitra & Co. Foundation Logo" /> @@ -157,13 +159,13 @@ export default function LandingPage() { { id: "bro1", name: "Brother Alok", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Alok, one of the founding brothers"}, { - id: "bro2", name: "Brother Bharat", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Bharat, one of the founding brothers"}, + id: "bro2", name: "Brother Bharat", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", alt: "Bharat, one of the founding brothers"}, { - id: "bro3", name: "Brother Chetan", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-with-mustache-wearing-business-clothes-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-11180.jpg", imageAlt: "Chetan, one of the founding brothers"}, + id: "bro3", name: "Brother Chetan", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-with-mustache-wearing-business-clothes-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-11180.jpg", alt: "Chetan, one of the founding brothers"}, { - id: "bro4", name: "Brother Dhruv", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Dhruv, one of the founding brothers"}, + id: "bro4", name: "Brother Dhruv", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Dhruv, one of the founding brothers"}, { - id: "bro5", name: "Brother Eklavya", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", imageAlt: "Eklavya, one of the founding brothers"}, + id: "bro5", name: "Brother Eklavya", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", alt: "Eklavya, one of the founding brothers"}, ]} memberVariant="card" /> @@ -282,7 +284,7 @@ export default function LandingPage() { ], }, ]} - logoSrc="http://img.b2bpic.net/free-photo/abstract-web-graphic-computer-element_1127-2398.jpg" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECvGi2s5CV0ENiaAl3KrhoC3Kk/uploaded-1780474290837-kgn01msr.png" logoAlt="Mitra & Co. Foundation Logo" logoText="Mitra & Co." copyrightText="© 2025 Mitra & Co. Foundation. All rights reserved." -- 2.49.1