From 9bf29171d6908be90f92a269bb2b88a3928a1af1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:07:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 138 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2f7048..76ea55d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,70 +45,43 @@ export default function LandingPage() {
@@ -129,9 +94,8 @@ export default function LandingPage() { description="I believe in building institutions that outlast the founder. My journey began with Literate Lives Foundation, establishing libraries in orphanages across India, followed by TEDx and GradeUp." subdescription="Whether writing short stories or completing IGCSEs, I approach every project with the weight of long-term intent. I write, build, and organize for the future." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg" mediaAnimation="none" - videoSrc="https://www.youtube.com/watch?v=placeholder" /> @@ -142,26 +106,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "llf", - title: "Literate Lives Foundation", - subtitle: "Building libraries in orphanages across India.", - category: "Non-profit", - value: "Impact", - }, + id: "llf", title: "Literate Lives Foundation", subtitle: "Building libraries in orphanages across India.", category: "Non-profit", value: "Impact"}, { - id: "gradeup", - title: "GradeUp", - subtitle: "Innovative education support.", - category: "Platform", - value: "Growth", - }, + id: "gradeup", title: "GradeUp", subtitle: "Innovative education support.", category: "Platform", value: "Growth"}, { - id: "tedx", - title: "TEDxGachibowli", - subtitle: "Organizing ideas worth spreading.", - category: "Organization", - value: "Leadership", - }, + id: "tedx", title: "TEDxGachibowli", subtitle: "Organizing ideas worth spreading.", category: "Organization", value: "Leadership"}, ]} title="Ventures" description="Foundations of my work." @@ -177,35 +126,11 @@ export default function LandingPage() { description="Essays and fiction." blogs={[ { - id: "b1", - category: "Essay", - title: "The Weight of Lasting Things", - excerpt: "A meditation on the difference between building to scale and building to last.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=3", - authorName: "Preetham Kommareddy", - authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", - date: "2024", - }, + id: "b1", category: "Essay", title: "The Weight of Lasting Things", excerpt: "A meditation on the difference between building to scale and building to last.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", authorName: "Preetham Kommareddy", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", date: "2024"}, { - id: "b2", - category: "Fiction", - title: "The Orphan's Library", - excerpt: "Short story exploring human connection in isolated spaces.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=4", - authorName: "Preetham Kommareddy", - authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", - date: "2024", - }, + id: "b2", category: "Fiction", title: "The Orphan's Library", excerpt: "Short story exploring human connection in isolated spaces.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", authorName: "Preetham Kommareddy", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", date: "2024"}, { - id: "b3", - category: "Essay", - title: "Merit and Legacy", - excerpt: "Thoughts on the John Locke Essay competition.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=5", - authorName: "Preetham Kommareddy", - authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", - date: "2023", - }, + id: "b3", category: "Essay", title: "Merit and Legacy", excerpt: "Thoughts on the John Locke Essay competition.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", authorName: "Preetham Kommareddy", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", date: "2023"}, ]} /> @@ -214,8 +139,7 @@ export default function LandingPage() {