From 590cbd6707d2a353be13311c81ff048f6c06c6ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:04:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e36819..eb47f3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@alexdesign", testimonial: "The 8D effects are absolutely stunning. My UI projects look incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg?_wi=1", }, { name: "Jamie Lee", handle: "@jamiecreations", testimonial: "Top-tier sticker quality. Unmatched 3D depth and detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512132.jpg?_wi=1", }, { name: "Sam Taylor", handle: "@samtaylor", testimonial: "Futuristic designs that fit my brand perfectly. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg?_wi=1", }, { name: "Casey White", handle: "@caseywhite", testimonial: "These stickers are a game changer for my digital art.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346507.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346507.jpg?_wi=1", }, { name: "Morgan Black", handle: "@mblackart", testimonial: "Unique 8D visual style that pops off the screen!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/unhappy-indian-programmer-looking-computer-pc-screen_231208-3666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unhappy-indian-programmer-looking-computer-pc-screen_231208-3666.jpg?_wi=1", }, ]} buttons={[ @@ -213,35 +213,35 @@ export default function LandingPage() { name: "Alex Rivers", handle: "@alexdesign", testimonial: "Absolutely obsessed with these new 8D designs.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg?_wi=2", }, { id: "t2", name: "Jamie Lee", handle: "@jamiecreations", testimonial: "Sticker quality is unmatched. Pure visual art.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512132.jpg?_wi=2", }, { id: "t3", name: "Sam Taylor", handle: "@samtaylor", testimonial: "Essential for my projects now.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg?_wi=2", }, { id: "t4", name: "Casey White", handle: "@caseywhite", testimonial: "Fast delivery and futuristic designs.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346507.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346507.jpg?_wi=2", }, { id: "t5", name: "Morgan Black", handle: "@mblackart", testimonial: "The best 3D stickers I've ever purchased.", - imageSrc: "http://img.b2bpic.net/free-photo/unhappy-indian-programmer-looking-computer-pc-screen_231208-3666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unhappy-indian-programmer-looking-computer-pc-screen_231208-3666.jpg?_wi=2", }, ]} title="From the Creative Community" -- 2.49.1