From 57e86328031d436c1340dca423da7aa8ba328a99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:15:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fde2b0c..5047666 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,13 +71,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "project-1", name: "Web Dashboard UI System", price: "View Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-sleek-web-application-interface-design-1772579589487-c2ea85a4.png?_wi=1", imageAlt: "Interactive web dashboard with neon accents" + id: "project-1", name: "Web Dashboard UI System", price: "View Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-sleek-web-application-interface-design-1772579589487-c2ea85a4.png", imageAlt: "Interactive web dashboard with neon accents" }, { - id: "project-2", name: "Immersive Mobile Experience", price: "Explore", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-mobile-app-interface-mockup-with-a-cyb-1772579590415-51f3e28f.png?_wi=1", imageAlt: "Cyberpunk-themed mobile app interface" + id: "project-2", name: "Immersive Mobile Experience", price: "Explore", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-mobile-app-interface-mockup-with-a-cyb-1772579590415-51f3e28f.png", imageAlt: "Cyberpunk-themed mobile app interface" }, { - id: "project-3", name: "Generative 3D Graphics Engine", price: "Discover", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/abstract-generative-3d-graphics-with-neo-1772579589656-6a501674.png?_wi=1", imageAlt: "Abstract 3D graphics with neon effects" + id: "project-3", name: "Generative 3D Graphics Engine", price: "Discover", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/abstract-generative-3d-graphics-with-neo-1772579589656-6a501674.png", imageAlt: "Abstract 3D graphics with neon effects" } ]} gridVariant="three-columns-all-equal-width" @@ -108,13 +108,13 @@ export default function LandingPage() { useInvertedBackground="noInvert" features={[ { - id: "web-dev", title: "Web Development", description: "Modern full-stack development with React, Next.js, TypeScript, and Node.js. Building responsive, performant web applications with cutting-edge technologies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-sleek-web-application-interface-design-1772579589487-c2ea85a4.png?_wi=2", imageAlt: "Web development showcase" + id: "web-dev", title: "Web Development", description: "Modern full-stack development with React, Next.js, TypeScript, and Node.js. Building responsive, performant web applications with cutting-edge technologies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-sleek-web-application-interface-design-1772579589487-c2ea85a4.png", imageAlt: "Web development showcase" }, { - id: "game-dev", title: "Interactive Design", description: "Creating engaging interactive experiences using Babylon.js, Three.js, and WebGL. Designing immersive 3D environments and game mechanics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-mobile-app-interface-mockup-with-a-cyb-1772579590415-51f3e28f.png?_wi=2", imageAlt: "Interactive design showcase" + id: "game-dev", title: "Interactive Design", description: "Creating engaging interactive experiences using Babylon.js, Three.js, and WebGL. Designing immersive 3D environments and game mechanics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-mobile-app-interface-mockup-with-a-cyb-1772579590415-51f3e28f.png", imageAlt: "Interactive design showcase" }, { - id: "graphics", title: "Creative Coding", description: "Generative graphics, data visualization, and creative coding with GSAP, Canvas, and shader programming. Making art with code.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/abstract-generative-3d-graphics-with-neo-1772579589656-6a501674.png?_wi=2", imageAlt: "Creative coding showcase" + id: "graphics", title: "Creative Coding", description: "Generative graphics, data visualization, and creative coding with GSAP, Canvas, and shader programming. Making art with code.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/abstract-generative-3d-graphics-with-neo-1772579589656-6a501674.png", imageAlt: "Creative coding showcase" }, { id: "design", title: "UI/UX Design", description: "User-centered design, prototyping, and interaction design. Creating interfaces that are both beautiful and functional with thoughtful motion design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APazqu2zUGttIlIPKpVlutAVcM/a-modern-infographic-displaying-tech-ski-1772579589908-e7136135.png", imageAlt: "UI/UX design showcase" -- 2.49.1