From e9be1e44ee3e1d2a6b97be7436b8983fdd4e5891 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:02:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83abeae..9f40c4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -175,7 +175,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Brand Strategy & Identity", description: "We develop compelling brand narratives that resonate with your target audience and differentiate you from competitors.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgHB4uBrGUwAUXG1vetX7cj59P/a-clean-minimalist-workspace-showing-the-1773007227506-99de0f4f.png?_wi=2", imageAlt: "Brand strategy workspace"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgHB4uBrGUwAUXG1vetX7cj59P/a-clean-minimalist-workspace-showing-the-1773007227506-99de0f4f.png", imageAlt: "Brand strategy workspace"}, items: [ { icon: Lightbulb, text: "Strategic brand positioning" }, { icon: Palette, text: "Visual identity systems" }, @@ -185,7 +185,7 @@ export default function LandingPage() { }, { id: "2", title: "Digital Design & UX", description: "Beautiful, intuitive interfaces designed with users at the center, creating memorable experiences that drive engagement.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgHB4uBrGUwAUXG1vetX7cj59P/a-designer-working-on-a-high-end-compute-1773007227704-5151cc56.png?_wi=2", imageAlt: "Digital design workspace"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgHB4uBrGUwAUXG1vetX7cj59P/a-designer-working-on-a-high-end-compute-1773007227704-5151cc56.png", imageAlt: "Digital design workspace"}, items: [ { icon: Zap, text: "UI/UX design excellence" }, { icon: Eye, text: "User research & testing" }, @@ -195,7 +195,7 @@ export default function LandingPage() { }, { id: "3", title: "Web & App Development", description: "Robust, scalable solutions built with modern technology stacks and best practices for performance and maintainability.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgHB4uBrGUwAUXG1vetX7cj59P/a-celebratory-moment-of-a-website-or-app-1773007227660-b35efaf9.png?_wi=2", imageAlt: "Web development workspace"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgHB4uBrGUwAUXG1vetX7cj59P/a-celebratory-moment-of-a-website-or-app-1773007227660-b35efaf9.png", imageAlt: "Web development workspace"}, items: [ { icon: Code, text: "Full-stack development" }, { icon: Smartphone, text: "Responsive web design" }, -- 2.49.1