From e5183d082a8c191a6193f7ff436aa331f0008924 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:48:34 +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 0e86e66..378f163 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,27 +136,27 @@ export default function LandingPage() { features={[ { id: 1, - title: "Look for Ideas", description: "Start by identifying what message or design you want to create", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" + title: "Look for Ideas", description: "Start by identifying what message or design you want to create", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=1" }, { id: 2, - title: "Plan the Design", description: "Sketch out your concept and design approach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" + title: "Plan the Design", description: "Sketch out your concept and design approach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=2" }, { id: 3, - title: "Gather Materials", description: "Collect all necessary resources and supplies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" + title: "Gather Materials", description: "Collect all necessary resources and supplies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=3" }, { id: 4, - title: "Create the Card", description: "Execute your design with care and precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" + title: "Create the Card", description: "Execute your design with care and precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=4" }, { id: 5, - title: "Correct Mistakes", description: "Review and refine any imperfections", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" + title: "Correct Mistakes", description: "Review and refine any imperfections", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=5" }, { id: 6, - title: "Deliver Final Card", description: "Present the polished, completed card", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" + title: "Deliver Final Card", description: "Present the polished, completed card", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=6" } ]} animationType="slide-up" -- 2.49.1