From ad3542f86a8337dfcb6ec7f8f01b2c52b810ec73 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:29:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b757cd..4981016 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,29 +83,29 @@ export default function LandingPage() { { title: "Web Design", description: "Custom, responsive website designs that captivate and convert. We create beautiful interfaces that tell your brand story.", icon: Palette, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg", imageAlt: "Web design process" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-pack_23-2149193252.jpg", imageAlt: "Website design showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg?_wi=1", imageAlt: "Web design process" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-pack_23-2149193252.jpg?_wi=1", imageAlt: "Website design showcase" }, ], }, { title: "UI/UX Design", description: "User-centered design that balances aesthetics with functionality. Every pixel is purposeful and every interaction intuitive.", icon: Layout, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-pack_23-2149193252.jpg", imageAlt: "UI design components" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg", imageAlt: "UX design wireframes" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-pack_23-2149193252.jpg?_wi=2", imageAlt: "UI design components" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg?_wi=2", imageAlt: "UX design wireframes" }, ], }, { title: "Brand Identity", description: "Complete brand strategy and visual identity systems that resonate with your target audience and stand out in the market.", icon: Star, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Brand identity examples" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg", imageAlt: "Logo design showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg?_wi=3", imageAlt: "Logo design showcase" }, ], }, { title: "Development Integration", description: "Seamless collaboration with your development team to ensure designs are implemented perfectly and perform flawlessly.", icon: Code, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-pack_23-2149193252.jpg", imageAlt: "Development workflow" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg", imageAlt: "Code integration" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-pack_23-2149193252.jpg?_wi=3", imageAlt: "Development workflow" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-desk_23-2149930935.jpg?_wi=4", imageAlt: "Code integration" }, ], }, ]} @@ -144,9 +144,9 @@ export default function LandingPage() { tag="Team" tagIcon={Users} team={[ - { id: "1", name: "Sarah Mitchell", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" }, + { id: "1", name: "Sarah Mitchell", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "David Chen", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", imageAlt: "David Chen" }, - { id: "3", name: "Emma Rodriguez", role: "UX Strategist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" }, + { id: "3", name: "Emma Rodriguez", role: "UX Strategist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Rodriguez" }, { id: "4", name: "James Wilson", role: "Design Lead", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "James Wilson" }, ]} animationType="slide-up" @@ -158,10 +158,10 @@ export default function LandingPage() {