Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 06:18:09 +00:00
2 changed files with 77 additions and 130 deletions

View File

@@ -26,35 +26,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Career", name: "Career", id: "career"},
id: "career",
},
{ {
name: "Timeline", name: "Timeline", id: "timeline"},
id: "timeline",
},
{ {
name: "Gallery", name: "Gallery", id: "gallery"},
id: "gallery",
},
{ {
name: "Legacy", name: "Legacy", id: "legacy"},
id: "legacy",
},
]} ]}
brandName="Susan Ahn Cuddy" brandName="Susan Ahn Cuddy"
button={{ button={{
text: "Language", text: "Language", href: "#"}}
href: "#",
}}
/> />
</div> </div>
@@ -65,47 +51,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "birth-en", id: "birth-en", title: "Birth", subtitle: "Born in Los Angeles", category: "Personal", value: "1915"},
title: "Birth",
subtitle: "Born in Los Angeles",
category: "Personal",
value: "1915",
},
{ {
id: "navy-enlistment-en", id: "navy-enlistment-en", title: "Navy Enlistment", subtitle: "Joined US Navy WAVES", category: "Military", value: "1942"},
title: "Navy Enlistment",
subtitle: "Joined US Navy WAVES",
category: "Military",
value: "1942",
},
{ {
id: "marriage-timeline-en", id: "marriage-timeline-en", title: "Marriage", subtitle: "Interracial marriage to Frank Cuddy", category: "Personal", value: "1947"},
title: "Marriage",
subtitle: "Interracial marriage to Frank Cuddy",
category: "Personal",
value: "1947",
},
{ {
id: "nsa-join-en", id: "nsa-join-en", title: "Joined NSA", subtitle: "Served as an intelligence agent for the National Security Agency", category: "Intelligence", value: "1956"},
title: "Joined NSA",
subtitle: "Served as an intelligence agent for the National Security Agency",
category: "Intelligence",
value: "1956",
},
{ {
id: "restaurant-open-en", id: "restaurant-open-en", title: "Restaurant Opening", subtitle: "Operated An's Oriental Tea Room", category: "Business", value: "1950s"},
title: "Restaurant Opening",
subtitle: "Operated An's Oriental Tea Room",
category: "Business",
value: "1950s",
},
{ {
id: "passing-en", id: "passing-en", title: "Passing", subtitle: "Passed away at the age of 100", category: "Personal", value: "2015"},
title: "Passing",
subtitle: "Passed away at the age of 100",
category: "Personal",
value: "2015",
},
]} ]}
title="Key Milestones" title="Key Milestones"
description="Overview of Susan Ahn Cuddy's major life events, contextualized with historical backgrounds like WWII and the Cold War." description="Overview of Susan Ahn Cuddy's major life events, contextualized with historical backgrounds like WWII and the Cold War."
@@ -123,12 +79,7 @@ export default function LandingPage() {
tag="Era Significance" tag="Era Significance"
blogs={[ blogs={[
{ {
id: "korean-diaspora-en", id: "korean-diaspora-en", category: "Immigration History", title: "Early Korean Immigrant Community", excerpt: "The Korean community in Los Angeles during the 1910s-30s, where Susan Ahn Cuddy grew up.", imageSrc: "http://img.b2bpic.net/free-photo/view-mode-laughter-joy-air-relationship_1303-3349.jpg", imageAlt: "", authorName: "Historian A", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-ancient-greece-woman_23-2151026672.jpg", date: "1910-1930s"
category: "Immigration History",
title: "Early Korean Immigrant Community",
excerpt: "The Korean community in Los Angeles during the 1910s-30s, where Susan Ahn Cuddy grew up.",
imageSrc: "http://img.b2bpic.net/free-photo/view-mode-laughter-joy-air-relationship_1303-3349.jpg",
imageAlt: "",
}, },
]} ]}
/> />
@@ -138,71 +89,43 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "생애", title: "생애", items: [
items: [
{ {
label: "초기 생애", label: "초기 생애", href: "/ko/about"},
href: "/ko/about",
},
{ {
label: "가족 생활", label: "가족 생활", href: "/ko/about#family"},
href: "/ko/about#family",
},
{ {
label: "주요 연대기", label: "주요 연대기", href: "/ko/timeline"},
href: "/ko/timeline",
},
], ],
}, },
{ {
title: "경력", title: "경력", items: [
items: [
{ {
label: "군 복무", label: "군 복무", href: "/ko/career"},
href: "/ko/career",
},
{ {
label: "정보국 활동", label: "정보국 활동", href: "/ko/career"},
href: "/ko/career",
},
{ {
label: "민간 활동", label: "민간 활동", href: "/ko/career"},
href: "/ko/career",
},
], ],
}, },
{ {
title: "유산", title: "유산", items: [
items: [
{ {
label: "영향력", label: "영향력", href: "/ko/legacy"},
href: "/ko/legacy",
},
{ {
label: "증언", label: "증언", href: "/ko/legacy#testimonials"},
href: "/ko/legacy#testimonials",
},
{ {
label: "갤러리", label: "갤러리", href: "/ko/gallery"},
href: "/ko/gallery",
},
], ],
}, },
{ {
title: "연결", title: "연결", items: [
items: [
{ {
label: "자주 묻는 질문", label: "자주 묻는 질문", href: "/ko/legacy#faq"},
href: "/ko/legacy#faq",
},
{ {
label: "문의", label: "문의", href: "#"},
href: "#",
},
{ {
label: "개인정보 처리방침", label: "개인정보 처리방침", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -28,43 +28,44 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Career", name: "Career", id: "career"},
id: "career",
},
{ {
name: "Timeline", name: "Timeline", id: "timeline"},
id: "timeline",
},
{ {
name: "Gallery", name: "Gallery", id: "gallery"},
id: "gallery",
},
{ {
name: "Legacy", name: "Legacy", id: "legacy"},
id: "legacy",
},
]} ]}
brandName="Susan Ahn Cuddy" brandName="Susan Ahn Cuddy"
button={{ button={{
text: "Language", text: "Language", href: "#"}}
href: "#",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}} title="Susan Ahn Cuddy: A Trailblazer's Legacy"
description="Discover the remarkable life and achievements of Susan Ahn Cuddy, a true pioneer."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-winter-log-cabin-snow_657883-678.jpg", imageAlt: "Young Susan Ahn Cuddy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-passenger-reading-travelling-by-tram_23-2148771007.jpg", imageAlt: "Susan Ahn Cuddy in naval intelligence" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-grandmother-with-grandchild-showing-love-tender-moments-grandparents-day_23-2151553297.jpg", imageAlt: "Susan Ahn Cuddy with family" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg", imageAlt: "Susan Ahn Cuddy later life portrait" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-protesters-demonstrating-together_23-2148421908.jpg", imageAlt: "Susan Ahn Cuddy public speaking" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15606.jpg", imageAlt: "Susan Ahn Cuddy restaurant owner" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-winter-log-cabin-snow_657883-678.jpg", imageAlt: "Young Susan Ahn Cuddy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-passenger-reading-travelling-by-tram_23-2148771007.jpg", imageAlt: "Susan Ahn Cuddy in naval intelligence" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-grandmother-with-grandchild-showing-love-tender-moments-grandparents-day_23-2151553297.jpg", imageAlt: "Susan Ahn Cuddy with family" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg", imageAlt: "Susan Ahn Cuddy later life portrait" }
]}
/> />
</div> </div>
@@ -72,6 +73,15 @@ export default function LandingPage() {
<TestimonialCardFive <TestimonialCardFive
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Voices of Inspiration"
description="Hear what people say about Susan Ahn Cuddy's lasting impact."
testimonials={[
{ id: "1", name: "Historian A", role: "Professor", company: "University of CA", text: "Her contributions were immense.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-book-indoors_23-2149833675.jpg", imageAlt: "Historian A" },
{ id: "2", name: "Activist B", role: "Leader", company: "Women's Rights Org", text: "A true inspiration for generations.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-studio-fashion-portrait_1328-2207.jpg", imageAlt: "Activist B" },
{ id: "3", name: "Veteran C", role: "Former Officer", company: "Veterans Association", text: "She broke barriers with grace and strength.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-female-soldier-reaching-out-her-arms_53876-105213.jpg", imageAlt: "Veteran C" },
{ id: "4", name: "Community D", role: "Director", company: "Cultural Center", text: "Her legacy continues to empower our community.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-female-wearing-black-jacket-isolated-orange-background_141793-135644.jpg", imageAlt: "Community D" },
{ id: "5", name: "Educator E", role: "Lecturer", company: "Local College", text: "An unparalleled example of resilience.", imageSrc: "http://img.b2bpic.net/free-photo/chinese-man-with-book_1149-1854.jpg", imageAlt: "Educator E" }
]}
/> />
</div> </div>
@@ -80,12 +90,19 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Support Her Legacy"
description="Choose a way to contribute to preserving her history."
plans={[
{ id: "basic", name: "Supporter", price: "$25", description: "One-time contribution.", features: ["Digital recognition", "Newsletter access"], buttons: [{ text: "Donate", href: "#" }] },
{ id: "premium", name: "Patron", price: "$100", description: "Annual membership benefits.", features: ["All Supporter benefits", "Exclusive content", "Event invitations"], buttons: [{ text: "Become a Patron", href: "#" }] }
]}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="A Woman Ahead of Her Time"
/> />
</div> </div>
@@ -94,6 +111,13 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Insights & Stories"
description="Explore articles and insights related to Susan Ahn Cuddy's life and era."
blogs={[
{ id: "blog-1", category: "History", title: "The Early Years", excerpt: "A deep dive into her childhood and formative experiences.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-looking-up_1153-997.jpg", imageAlt: "Early life photo", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg", date: "2023-01-15" },
{ id: "blog-2", category: "Military", title: "Her Naval Career", excerpt: "Unveiling her groundbreaking service in the US Navy.", imageSrc: "http://img.b2bpic.net/free-photo/army-officer-examining-real-time-satellite-data-big-screen-military-base_482257-89841.jpg", imageAlt: "Navy career photo", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-standing-pink-background-pointing-with-finger-surprised-ahead-open-mouth-amazed-expression-something-front_839833-12142.jpg", date: "2023-03-01" },
{ id: "blog-3", category: "Legacy", title: "Enduring Impact", excerpt: "How her influence shaped future generations and society.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-sadness-lonely-place_23-2151597025.jpg", imageAlt: "Legacy impact photo", authorName: "Emily White", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152035.jpg", date: "2023-05-20" }
]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>