From 392c9a3709a7c33c71d10ba6a5e9c78182b86a39 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 12:48:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 ++++++++++------------------------------------- 1 file changed, 26 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37a952c..ba673b3 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,17 +70,11 @@ export default function LandingPage() { description="Every story holds a lesson. As a journalist covering historical narratives, my mission is to bridge the gap between past events and contemporary understanding, providing clarity and context for the world we live in today." metrics={[ { - value: "15+", - title: "Years Researching", - }, + value: "15+", title: "Years Researching"}, { - value: "200+", - title: "Stories Published", - }, + value: "200+", title: "Stories Published"}, { - value: "50k", - title: "History Enthusiasts", - }, + value: "50k", title: "History Enthusiasts"}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-journalist-man_23-2148524090.jpg" imageAlt="professional male journalist portrait" @@ -115,29 +90,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Archival Discovery", - description: "Analyzing primary source materials and lost records to bring hidden facts to light.", - tag: "Research", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-concept-with-book-paper_23-2147782983.jpg", - imageAlt: "Vintage concept with book on paper", - }, + id: "f1", title: "Archival Discovery", description: "Analyzing primary source materials and lost records to bring hidden facts to light.", tag: "Research", imageSrc: "http://img.b2bpic.net/free-photo/vintage-concept-with-book-paper_23-2147782983.jpg", imageAlt: "Vintage concept with book on paper"}, { - id: "f2", - title: "Visual Storytelling", - description: "Leveraging photography and old maps to narrate stories of places long since changed.", - tag: "Media", - imageSrc: "http://img.b2bpic.net/free-photo/open-book-more-books_23-2148213823.jpg?_wi=2", - imageAlt: "Vintage concept with book on paper", - }, + id: "f2", title: "Visual Storytelling", description: "Leveraging photography and old maps to narrate stories of places long since changed.", tag: "Media", imageSrc: "http://img.b2bpic.net/free-photo/open-book-more-books_23-2148213823.jpg", imageAlt: "Vintage concept with book on paper"}, { - id: "f3", - title: "Contextual Analysis", - description: "Connecting historical patterns to modern social trends for a deeper understanding.", - tag: "Insight", - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548435.jpg?_wi=2", - imageAlt: "Vintage concept with book on paper", - }, + id: "f3", title: "Contextual Analysis", description: "Connecting historical patterns to modern social trends for a deeper understanding.", tag: "Insight", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548435.jpg", imageAlt: "Vintage concept with book on paper"}, ]} title="Our Journalistic Scope" description="We specialize in digging deep into specific corners of history, from architectural evolution to lost political movements." @@ -146,41 +103,18 @@ export default function LandingPage() {
@@ -189,14 +123,11 @@ export default function LandingPage() {
@@ -207,25 +138,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Journal", - href: "#blog", - }, + label: "Journal", href: "#blog"}, ], }, { items: [ { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "Newsletter", - href: "#", - }, + label: "Newsletter", href: "#"}, ], }, ]} -- 2.49.1