From 27e3aaac07238e9c54ee4fb1c96c5490837bf91b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:44:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 92 ++++++++++-------------------------------------- 1 file changed, 18 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd1da0..91b8e8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,9 @@ export default function LandingPage() { @@ -45,16 +41,13 @@ export default function LandingPage() {
@@ -66,28 +59,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bubbles", - description: "Soft, interactive presence nodes.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/dried-plant-debris-sunlight-shadows-textured-blue-wall_632498-60785.jpg?_wi=2", - imageAlt: "ethereal white mesh gradient background", + title: "Bubbles", description: "Soft, interactive presence nodes.", bentoComponent: "reveal-icon", icon: Sparkles, }, { - title: "Visuals", - description: "High-fidelity audio visuals.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/dry-multicolor-powder-table_23-2147964234.jpg?_wi=1", - imageAlt: "glowing golden world map minimalist", + title: "Visuals", description: "High-fidelity audio visuals.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Connection", - description: "Real-time rhythmic heartbeat.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/theater-stage-with-product-podium-retro-style-curtain-background-3d-illustration-render_1258-108619.jpg?_wi=1", - imageAlt: "glass platform pillar hazel glow", + title: "Connection", description: "Real-time rhythmic heartbeat.", bentoComponent: "reveal-icon", icon: Star, }, ]} title="Presence Grid" @@ -97,16 +75,12 @@ export default function LandingPage() {
-- 2.49.1