From 69be606859b73f31f350d64cb6b8c3bcaca162ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 01:49:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 103 +++++++++++++---------------------------------- 1 file changed, 27 insertions(+), 76 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4477eb4..0cde439 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,31 +44,20 @@ export default function LandingPage() {
@@ -89,12 +70,7 @@ export default function LandingPage() { title="Academic Acknowledgments" description="Collaborators and research institutions that support this study." names={[ - "Classical Studies Dept", - "Marine Archaeology Lab", - "Ancient History Foundation", - "Historical Research Group", - "University of Antiquity", - ]} + "Classical Studies Dept", "Marine Archaeology Lab", "Ancient History Foundation", "Historical Research Group", "University of Antiquity"]} />
@@ -108,19 +84,9 @@ export default function LandingPage() { description="The scholars driving our current investigation into ancient civilizations." members={[ { - id: "m1", - name: "Dr. Elena Vance", - role: "Head of Archaeology", - description: "Specialist in Aegean civilizations.", - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-female-artist-reading-anatomy-book-learning-concept_169016-66309.jpg", - }, + id: "m1", name: "Dr. Elena Vance", role: "Head of Archaeology", description: "Specialist in Aegean civilizations.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-female-artist-reading-anatomy-book-learning-concept_169016-66309.jpg"}, { - id: "m2", - name: "Marcus Thorne", - role: "History Analyst", - description: "Focuses on Plato's dialogues.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-with-flowers_23-2148884617.jpg", - }, + id: "m2", name: "Marcus Thorne", role: "History Analyst", description: "Focuses on Plato's dialogues.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-with-flowers_23-2148884617.jpg"}, ]} /> @@ -128,28 +94,21 @@ export default function LandingPage() {
@@ -159,8 +118,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1