From d4b6d22cedae89ba7cd03e0b5f4d6465cad82507 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:14:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 75 ++++++++++++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d910860..430c031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,15 +40,13 @@ export default function LandingPage() {
@@ -59,11 +57,14 @@ export default function LandingPage() { description="He started as the quiet one. The boy who kept to himself — a little lonely, a little too much in his own head. He found the camera not to document the world, but to escape into the one he wished existed. Images were his fantasy. His refuge. His way of making beauty out of what felt like absence.\n\nThen something shifted.\n\nHe realised that the most powerful images were never fantasies. They were evidence. Proof of what had already been built, already been earned, already been lived. The camera wasn't a tool for escape — it was a mirror. And the best thing a mirror can do is show you, clearly and undeniably, what you have become.\n\nThat realisation changed everything." bulletPoints={[ { - title: "From fantasy → to statement", description: "Images stopped being what I wished for. They became what I could prove."}, + title: "From fantasy → to statement", description: "Images stopped being what I wished for. They became what I could prove." + }, { - title: "From escape → to evidence", description: "Great visual work doesn't manufacture beauty. It reveals the truth of what's already there."}, + title: "From escape → to evidence", description: "Great visual work doesn't manufacture beauty. It reveals the truth of what's already there." + }, { - title: "From making content → to building perception", description: "Every frame is a signal. The question is — what are you telling the world you are?"}, + title: "From making content → to building perception", description: "Every frame is a signal. The question is — what are you telling the world you are?" + } ]} textboxLayout="default" useInvertedBackground={false} @@ -87,17 +88,23 @@ export default function LandingPage() {