From 6e0deeee8b3271f0ac31ccbef198971b3c8f53bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:30:08 +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 fbc41c2..33c4663 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The 3D interactions on this site are incredibly smooth and responsive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@mlux", testimonial: "A masterclass in minimalist design with high-impact digital art.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@elenak", testimonial: "Everything feels so premium and well-integrated. Truly impressive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@tomb", testimonial: "Interactive design that doesn't sacrifice performance. Amazing work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@cmart", testimonial: "I love how the elements react to my movement. Totally immersive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-posing_23-2149735827.jpg", @@ -158,7 +158,7 @@ export default function LandingPage() { description="We specialize in high-fidelity 3D assets that are optimized for the web, ensuring that beauty never compromises speed." subdescription="Our workflow integrates advanced web animation with cinematic 3D rendering to create unforgettable digital experiences." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg" + imageSrc="http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -173,17 +173,17 @@ export default function LandingPage() { { title: "Interactive 3D", description: "Dynamic elements that respond to cursor movement.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg?_wi=2", }, { title: "Ultra-Fast Load", description: "Optimized shaders and assets for peak performance.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg?_wi=2", }, { title: "Cinematic Motion", description: "Fluid animations tuned for modern devices.", - imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg?_wi=2", }, ]} title="What We Deliver" -- 2.49.1