diff --git a/src/app/en/timeline/page.tsx b/src/app/en/timeline/page.tsx index d7e15e3..6a45211 100644 --- a/src/app/en/timeline/page.tsx +++ b/src/app/en/timeline/page.tsx @@ -26,35 +26,21 @@ export default function LandingPage() { @@ -65,47 +51,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "birth-en", - title: "Birth", - subtitle: "Born in Los Angeles", - category: "Personal", - value: "1915", - }, + id: "birth-en", title: "Birth", subtitle: "Born in Los Angeles", category: "Personal", value: "1915"}, { - id: "navy-enlistment-en", - title: "Navy Enlistment", - subtitle: "Joined US Navy WAVES", - category: "Military", - value: "1942", - }, + id: "navy-enlistment-en", title: "Navy Enlistment", subtitle: "Joined US Navy WAVES", category: "Military", value: "1942"}, { - id: "marriage-timeline-en", - title: "Marriage", - subtitle: "Interracial marriage to Frank Cuddy", - category: "Personal", - value: "1947", - }, + id: "marriage-timeline-en", title: "Marriage", subtitle: "Interracial marriage to Frank Cuddy", category: "Personal", value: "1947"}, { - id: "nsa-join-en", - title: "Joined NSA", - subtitle: "Served as an intelligence agent for the National Security Agency", - category: "Intelligence", - value: "1956", - }, + id: "nsa-join-en", title: "Joined NSA", subtitle: "Served as an intelligence agent for the National Security Agency", category: "Intelligence", value: "1956"}, { - id: "restaurant-open-en", - title: "Restaurant Opening", - subtitle: "Operated An's Oriental Tea Room", - category: "Business", - value: "1950s", - }, + id: "restaurant-open-en", title: "Restaurant Opening", subtitle: "Operated An's Oriental Tea Room", category: "Business", value: "1950s"}, { - id: "passing-en", - title: "Passing", - subtitle: "Passed away at the age of 100", - category: "Personal", - value: "2015", - }, + id: "passing-en", title: "Passing", subtitle: "Passed away at the age of 100", category: "Personal", value: "2015"}, ]} title="Key Milestones" 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" blogs={[ { - 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: "", + 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" }, ]} /> @@ -138,71 +89,43 @@ export default function LandingPage() {