From 04926dc529eb41640954777250e85b31745301f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:26:06 +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 ccd8500..25389d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,10 +102,10 @@ export default function LandingPage() { tagIcon={Image} products={[ { - id: "1", name: "Corporate Headshots", price: "Professional Series", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg", imageAlt: "Corporate headshot photography session" + id: "1", name: "Corporate Headshots", price: "Professional Series", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg?_wi=1", imageAlt: "Corporate headshot photography session" }, { - id: "2", name: "Product Photography", price: "Commercial Package", imageSrc: "http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg", imageAlt: "Professional product photoshoot setup" + id: "2", name: "Product Photography", price: "Commercial Package", imageSrc: "http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg?_wi=1", imageAlt: "Professional product photoshoot setup" }, { id: "3", name: "Event Coverage", price: "Full Day Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264486.jpg", imageAlt: "Professional event photography session" @@ -129,7 +129,7 @@ export default function LandingPage() { id: "1", value: "89%", title: "Client Satisfaction", description: "Consistently delivering excellence in every shoot", imageSrc: "http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg", imageAlt: "Professional photography studio" }, { - id: "2", value: "2.5x", title: "Content ROI", description: "Average engagement increase for client brands", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg", imageAlt: "Professional photoshoot results" + id: "2", value: "2.5x", title: "Content ROI", description: "Average engagement increase for client brands", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg?_wi=2", imageAlt: "Professional photoshoot results" } ]} animationType="slide-up" @@ -146,10 +146,10 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Creative Director", testimonial: "Studio Light transformed our brand identity with stunning photography. The attention to detail and professionalism exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Sarah Mitchell headshot", icon: Star + id: "1", name: "Sarah Mitchell", role: "Creative Director", testimonial: "Studio Light transformed our brand identity with stunning photography. The attention to detail and professionalism exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=1", imageAlt: "Sarah Mitchell headshot", icon: Star }, { - id: "2", name: "Michael Chen", role: "Founder & CEO", testimonial: "Working with Studio Light was a game-changer for our marketing materials. Their creative vision brought our products to life in ways we couldn't have imagined.", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Michael Chen headshot", icon: Star + id: "2", name: "Michael Chen", role: "Founder & CEO", testimonial: "Working with Studio Light was a game-changer for our marketing materials. Their creative vision brought our products to life in ways we couldn't have imagined.", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=2", imageAlt: "Michael Chen headshot", icon: Star }, { id: "3", name: "Emma Rodriguez", role: "Marketing Manager", testimonial: "Professional, creative, and incredibly easy to work with. Studio Light delivered exceptional results on tight deadlines without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", imageAlt: "Emma Rodriguez headshot", icon: Star @@ -179,7 +179,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg" + imageSrc="http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg?_wi=2" imageAlt="Professional photography setup" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1