4 Commits

Author SHA1 Message Date
bd39f9bd06 Merge version_3 into main
Merge version_3 into main
2026-03-05 14:03:03 +00:00
59b1249091 Update src/app/page.tsx 2026-03-05 14:02:59 +00:00
90bc78d26c Update src/app/layout.tsx 2026-03-05 14:02:59 +00:00
adc1315588 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:59:17 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1421,4 +1421,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}