From 9e38fe45b5fe265ede003870e13f85a2d46a5e82 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:28:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e3068a..3fdedd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,13 +76,16 @@ export default function LandingPage() { features={[ { title: "Weekly Deep Dives", description: "Mastering the latest trends in digital art and web design with detailed walkthroughs.", buttonIcon: Zap, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfzZoj7eSi3bOUgRhFrgM5XyrP/a-high-tech-digital-art-studio-workspace-1774895051362-c1748b67.png?_wi=2", imageAlt: "A high-tech digital art studio workspace"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfzZoj7eSi3bOUgRhFrgM5XyrP/a-high-tech-digital-art-studio-workspace-1774895051362-c1748b67.png?_wi=2", imageAlt: "A high-tech digital art studio workspace" + }, { title: "Project Showcases", description: "Behind-the-scenes looks at how real-world creative projects are built from scratch.", buttonIcon: Sparkles, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfzZoj7eSi3bOUgRhFrgM5XyrP/close-up-photo-of-creative-tools-like-a--1774895050237-0a7cdbe1.png?_wi=2", imageAlt: "Creative tools workspace"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfzZoj7eSi3bOUgRhFrgM5XyrP/close-up-photo-of-creative-tools-like-a--1774895050237-0a7cdbe1.png?_wi=2", imageAlt: "Creative tools workspace" + }, { title: "Creative Tutorials", description: "Hands-on guides to help you achieve your design goals faster.", buttonIcon: Award, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfzZoj7eSi3bOUgRhFrgM5XyrP/iconic-digital-design-representation-sho-1774895051830-7bb3087b.png", imageAlt: "Digital design showcase"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfzZoj7eSi3bOUgRhFrgM5XyrP/iconic-digital-design-representation-sho-1774895051830-7bb3087b.png", imageAlt: "Digital design showcase" + }, ]} title="What You'll Find Here" description="Curated content designed to elevate your craft through consistent, actionable insights." @@ -135,4 +138,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file