From 27bce2ca05c6f954bccf5962691467c45f2a6fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:53:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9f18a7..d749f3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Immersive Digital Experiences" description="Welcome to Obsidian Studio, where interactive 3D design meets premium creative vision. We craft technically impressive digital experiences that transcend templates and captivate audiences." - background={{ variant: "glowing-orb" }} + background={{ variant: "animated-grid" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXBeQHik9KziWem0RqE2cA8J8/an-abstract-luminous-geometric-orb-with--1772495352286-22b37c24.png" imageAlt="Interactive 3D geometric orb" mediaAnimation="blur-reveal" @@ -96,14 +96,11 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "3D Interactive Design", author: "Studio Obsidian", description: "Custom WebGL and Three.js implementations that create immersive, performance-optimized 3D environments. Every interaction is meticulously crafted for smooth, lag-free experiences across all devices.", tags: ["WebGL", "Three.js", "Performance"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXBeQHik9KziWem0RqE2cA8J8/abstract-visualization-of-a-creative-des-1772495352445-6999a06f.png", imageAlt: "3D design visualization"}, + id: "1", title: "3D Interactive Design", author: "Studio Obsidian", description: "Custom WebGL and Three.js implementations that create immersive, performance-optimized 3D environments. Every interaction is meticulously crafted for smooth, lag-free experiences across all devices.", tags: ["WebGL", "Three.js", "Performance"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXBeQHik9KziWem0RqE2cA8J8/abstract-visualization-of-a-creative-des-1772495352445-6999a06f.png", imageAlt: "3D design visualization"}, { - id: "2", title: "Scroll-Based Animations", author: "Studio Obsidian", description: "Sophisticated parallax effects and scroll-triggered animations powered by GSAP. Text reveals, element scaling, and depth-based motion create a cinematic user journey.", tags: ["GSAP", "Animation", "UX"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXBeQHik9KziWem0RqE2cA8J8/a-premium-creative-studio-workspace-with-1772495352640-46495283.png", imageAlt: "Workspace with animation setup"}, + id: "2", title: "Scroll-Based Animations", author: "Studio Obsidian", description: "Sophisticated parallax effects and scroll-triggered animations powered by GSAP. Text reveals, element scaling, and depth-based motion create a cinematic user journey.", tags: ["GSAP", "Animation", "UX"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXBeQHik9KziWem0RqE2cA8J8/a-premium-creative-studio-workspace-with-1772495352640-46495283.png", imageAlt: "Workspace with animation setup"}, { - id: "3", title: "Micro-Interactions & Polish", author: "Studio Obsidian", description: "Animated cursors, button transitions, image hover distortions, and subtle page transitions. Every detail contributes to a premium, non-template feel that delights users.", tags: ["Micro-interactions", "UX/UI", "Polish"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXBeQHik9KziWem0RqE2cA8J8/premium-brand-identity-portfolio-piece-f-1772495354987-fc99c7e2.png", imageAlt: "Brand identity showcase"}, + id: "3", title: "Micro-Interactions & Polish", author: "Studio Obsidian", description: "Animated cursors, button transitions, image hover distortions, and subtle page transitions. Every detail contributes to a premium, non-template feel that delights users.", tags: ["Micro-interactions", "UX/UI", "Polish"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXBeQHik9KziWem0RqE2cA8J8/premium-brand-identity-portfolio-piece-f-1772495354987-fc99c7e2.png", imageAlt: "Brand identity showcase"}, ]} animationType="slide-up" textboxLayout="default" @@ -182,7 +179,7 @@ export default function LandingPage() { { text: "View Our Portfolio", href: "#portfolio" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "fluid" }} useInvertedBackground={false} /> -- 2.49.1