From 93630dcaec4fb4fa0ceb60b6b3c7edc88ddfbaa1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:26:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 139 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec045cb..5e54911 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -61,19 +49,14 @@ export default function LandingPage() {
@@ -99,20 +80,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Advanced Engineering", - description: "Cutting-edge labs and research facilities for engineering mastery.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg", - }, + title: "Advanced Engineering", description: "Cutting-edge labs and research facilities for engineering mastery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg"}, { - title: "Digital Learning", - description: "Next-gen classrooms optimized for interactive and remote learning.", - imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page_23-2148911431.jpg", - }, + title: "Digital Learning", description: "Next-gen classrooms optimized for interactive and remote learning.", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page_23-2148911431.jpg"}, { - title: "Robotics & AI", - description: "Hands-on projects in our world-class robotics research center.", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg", - }, + title: "Robotics & AI", description: "Hands-on projects in our world-class robotics research center.", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg"}, ]} title="Core Research Pillars" description="We bridge the gap between academic theory and industry application." @@ -123,28 +95,14 @@ export default function LandingPage() {