From 916526490977c89161b72f62c4b5ab0012c86fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:04:38 +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 f853a97..c3c8a42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,13 +60,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-items-redecorating-house-with-color-palette_23-2148815774.jpg", imageAlt: "Creative studio workspace with design tools" }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69729.jpg", imageAlt: "Gradient UI design inspiration" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69729.jpg?_wi=1", imageAlt: "Gradient UI design inspiration" }, { - imageSrc: "http://img.b2bpic.net/free-photo/painting-watercolors-high-angle_23-2149386335.jpg", imageAlt: "Artistic design elements" + imageSrc: "http://img.b2bpic.net/free-photo/painting-watercolors-high-angle_23-2149386335.jpg?_wi=1", imageAlt: "Artistic design elements" }, { - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "UX interface design mockup" + imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1", imageAlt: "UX interface design mockup" } ]} mediaAnimation="slide-up" @@ -83,15 +83,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Brand Identity & Motion", description: "Complete rebrand with custom animation systems for a tech startup. Smooth transitions between brand touchpoints create a cohesive visual language.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69729.jpg", imageAlt: "Brand identity motion design project" + title: "Brand Identity & Motion", description: "Complete rebrand with custom animation systems for a tech startup. Smooth transitions between brand touchpoints create a cohesive visual language.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69729.jpg?_wi=2", imageAlt: "Brand identity motion design project" }, { id: 2, - title: "Interactive Product Experience", description: "Full product redesign with micro-interactions and scroll-triggered animations. Users engage with every element through thoughtful motion design.", imageSrc: "http://img.b2bpic.net/free-photo/painting-watercolors-high-angle_23-2149386335.jpg", imageAlt: "Interactive product experience design" + title: "Interactive Product Experience", description: "Full product redesign with micro-interactions and scroll-triggered animations. Users engage with every element through thoughtful motion design.", imageSrc: "http://img.b2bpic.net/free-photo/painting-watercolors-high-angle_23-2149386335.jpg?_wi=2", imageAlt: "Interactive product experience design" }, { id: 3, - title: "Website Animation Suite", description: "Custom animation library for e-commerce platform. Parallax effects and scroll animations increase engagement by 45% and time-on-site by 3x.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Website animation and interaction design" + title: "Website Animation Suite", description: "Custom animation library for e-commerce platform. Parallax effects and scroll animations increase engagement by 45% and time-on-site by 3x.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2", imageAlt: "Website animation and interaction design" }, ]} textboxLayout="default" -- 2.49.1