5 Commits

Author SHA1 Message Date
3afbf420bc Update src/app/page.tsx 2026-05-06 01:50:52 +00:00
55f7b801d4 Merge version_2 into main
Merge version_2 into main
2026-05-06 01:49:47 +00:00
69be606859 Update src/app/page.tsx 2026-05-06 01:49:44 +00:00
cb21d735b5 Merge version_1 into main
Merge version_1 into main
2026-05-06 01:48:31 +00:00
660cc4916d Merge version_1 into main
Merge version_1 into main
2026-05-06 01:48:06 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Research",
id: "/research",
},
name: "Research", id: "/research"},
{
name: "My Theory",
id: "/theory",
},
name: "My Theory", id: "/theory"},
{
name: "Bibliography",
id: "/bibliography",
},
name: "Bibliography", id: "/bibliography"},
]}
brandName="Atlantis Research"
/>
@@ -52,31 +44,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="The Lost City of Atlantis"
description="The legend of Atlantis is one of the most famous mysteries in history. First described by the Greek philosopher Plato over 2,000 years ago, Atlantis was said to be a powerful and highly advanced civilization that disappeared beneath the ocean in a single day and night."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-archeological-underwater-building-ruins_23-2150887040.jpg?_wi=1",
imageAlt: "Lost City of Atlantis",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-archeological-underwater-building-ruins_23-2150887040.jpg?_wi=1", imageAlt: "Lost City of Atlantis"},
{
imageSrc: "http://img.b2bpic.net/free-photo/diver-sea-surrounded-by-archeological-building-ruins_23-2151571527.jpg",
imageAlt: "Lost City of Atlantis",
},
imageSrc: "http://img.b2bpic.net/free-photo/diver-sea-surrounded-by-archeological-building-ruins_23-2151571527.jpg", imageAlt: "Lost City of Atlantis"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-archeological-underwater-building-ruins_23-2150886782.jpg",
imageAlt: "Lost City of Atlantis",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-archeological-underwater-building-ruins_23-2150886782.jpg", imageAlt: "Lost City of Atlantis"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-archeological-underwater-building-ruins_23-2150887024.jpg",
imageAlt: "Lost City of Atlantis",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-archeological-underwater-building-ruins_23-2150887024.jpg", imageAlt: "Lost City of Atlantis"},
{
imageSrc: "http://img.b2bpic.net/free-photo/diver-sea-surrounded-by-archeological-building-ruins_23-2151571741.jpg",
imageAlt: "Lost City of Atlantis",
},
imageSrc: "http://img.b2bpic.net/free-photo/diver-sea-surrounded-by-archeological-building-ruins_23-2151571741.jpg", imageAlt: "Lost City of Atlantis"},
]}
mediaAnimation="blur-reveal"
/>
@@ -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"]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -128,28 +94,21 @@ export default function LandingPage() {
<div id="metric" data-section="metric">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
title="Study Metrics"
description="Quantifying our research scope and progress."
buttons={[
{ text: "Expedition Log", href: "/research-log" }
]}
metrics={[
{
id: "met1",
value: "2.4k",
title: "Citations Processed",
items: [
"Primary texts",
"Recent papers",
],
id: "met1", value: "2.4k", title: "Citations Processed", items: [
"Primary texts", "Recent papers"],
},
{
id: "met2",
value: "12",
title: "Site Expeditions",
items: [
"Minoan sites",
"Underwater scans",
],
id: "met2", value: "12", title: "Site Expeditions", items: [
"Minoan sites", "Underwater scans"],
},
]}
/>
@@ -159,8 +118,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Stay Updated"
title="Join the Research Newsletter"
description="Get the latest findings on our investigation into the Atlantis myth delivered straight to your inbox."
@@ -173,20 +131,13 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Research",
href: "/research",
},
label: "Research", href: "/research"},
{
label: "Theory",
href: "/theory",
},
label: "Theory", href: "/theory"},
{
label: "Bibliography",
href: "/bibliography",
},
label: "Bibliography", href: "/bibliography"},
],
},
]}
@@ -197,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}