From 90bc78d26c81d4d263cbe86e46ddae94974a4669 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:02:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 68d4210..6190a07 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1421,4 +1421,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 59b1249091b05c79dbc5ba6cb0199dfcd64d6e7a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:02:59 +0000 Subject: [PATCH 2/2] 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 e305801..0e11c3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,10 @@ export default function LandingPage() { description="Experience nature through multiple sensory dimensions designed to deepen your connection with the natural world and ecological understanding." tag="Interactive Features" features={[ + { + icon: Sparkles, + title: "Cinematic Macro Photography", description: "8K high-resolution macro photography of honeybees mid-pollination and intricate nature details, with ethereal god-ray lighting effects filtering through glassmorphic layers." + }, { icon: Volume2, title: "Generative Soundscapes", description: "High-fidelity spatial audio transforms as you scroll. Hear bees buzzing in one ear, wind rustling in the other, creating a fully immersive auditory experience that evolves with your journey." @@ -102,10 +106,6 @@ export default function LandingPage() { icon: Leaf, title: "Micro-Ecosystem Interactions", description: "Hover over living elements to watch leaves bend under your cursor, butterflies flutter away, and the forest respond to your presence in real-time." }, - { - icon: Sparkles, - title: "Cinematic Macro Photography", description: "8K high-resolution macro photography of honeybees mid-pollination and intricate nature details, with ethereal god-ray lighting effects filtering through glassmorphic layers." - }, { icon: Layers, title: "Glassmorphic UI Design", description: "Premium frosted glass cards with ultra-fine drop shadows and high translucency create a sophisticated, luxurious digital experience that feels both modern and organic." @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1