From c0ce44fea03130f10852825e8efb5632c753d231 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:07:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76ea55d..96ac6f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { value: "Builder", label: "GradeUp"}, ]} enableKpiAnimation={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=1" mediaAnimation="opacity" avatars={[ { @@ -94,7 +94,7 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=2" mediaAnimation="none" /> @@ -126,11 +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", 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?_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: "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: "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: "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"}, + 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"}, ]} /> -- 2.49.1