diff --git a/src/app/page.tsx b/src/app/page.tsx index 0464079..402f41b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,17 +47,17 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-psd/gradient-creative-exhibition-design_23-2150573056.jpg" + imageSrc="http://img.b2bpic.net/free-psd/gradient-creative-exhibition-design_23-2150573056.jpg?_wi=1" imageAlt="3D artistic rendering showcase" imagePosition="right" mediaAnimation="blur-reveal" testimonials={[ { name: "Creative Director", handle: "Film Production Studio", testimonial: "Exceptional 3D work that brought our vision to life with stunning detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "Game Lead", handle: "Game Development", testimonial: "Professional-grade character modeling and animation assets.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, ]} buttons={[ { text: "Explore Portfolio", href: "portfolio" }, @@ -117,7 +117,7 @@ export default function LandingPage() { tag="Skills" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-psd/gradient-creative-exhibition-design_23-2150573056.jpg" + imageSrc="http://img.b2bpic.net/free-psd/gradient-creative-exhibition-design_23-2150573056.jpg?_wi=2" imageAlt="3D art workflow" mediaAnimation="slide-up" mediaPosition="left" @@ -151,16 +151,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "Creative Director, PixelStudio", testimonial: "Outstanding 3D artistry and professionalism. The character designs exceeded our expectations and the communication throughout was exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { id: "2", name: "Michael Chen", handle: "Game Director, NeonGames", testimonial: "The animation work was fluid and the environmental art created perfect atmosphere. Highly recommend for any serious 3D project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, { id: "3", name: "Emma Rodriguez", handle: "Producer, Cinematic Films", testimonial: "Delivered cutting-edge VFX sequences on schedule. The attention to detail and technical expertise made all the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"}, { id: "4", name: "David Kim", handle: "Art Director, AnimationStudio", testimonial: "Professional-grade assets that integrated seamlessly into our pipeline. A true pleasure to work with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"}, ]} buttons={[{ text: "See More Projects", href: "portfolio" }]} useInvertedBackground={false}