4 Commits

Author SHA1 Message Date
9e38fe45b5 Update src/app/page.tsx 2026-03-30 18:28:35 +00:00
3de68dcc35 Merge version_1 into main
Merge version_1 into main
2026-03-30 18:25:17 +00:00
45efd10636 Merge version_1 into main
Merge version_1 into main
2026-03-30 18:24:53 +00:00
8722f92e69 Merge version_1 into main
Merge version_1 into main
2026-03-30 18:24:25 +00:00

View File

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