diff --git a/src/app/page.tsx b/src/app/page.tsx index d077ca4..7fc59f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,11 +81,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Wedding Photography", price: "Starting at $2,500", variant: "Full Day Coverage", imageSrc: "http://img.b2bpic.net/free-photo/happy-newlyweds-posing-outdoors-sunny-day_1153-1621.jpg", imageAlt: "Wedding photography collection"}, + id: "1", name: "Wedding Photography", price: "Starting at $2,500", variant: "Full Day Coverage", imageSrc: "http://img.b2bpic.net/free-photo/happy-newlyweds-posing-outdoors-sunny-day_1153-1621.jpg?_wi=1", imageAlt: "Wedding photography collection"}, { - id: "2", name: "Family Portraits", price: "Starting at $800", variant: "Multiple Locations", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-family-sitting-together-bench-christmas-studio-posing-smiling-looking-front_132075-6857.jpg", imageAlt: "Family portraits collection"}, + id: "2", name: "Family Portraits", price: "Starting at $800", variant: "Multiple Locations", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-family-sitting-together-bench-christmas-studio-posing-smiling-looking-front_132075-6857.jpg?_wi=1", imageAlt: "Family portraits collection"}, { - id: "3", name: "Corporate Headshots", price: "Starting at $500", variant: "Team Sessions Available", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Corporate headshots collection"}, + id: "3", name: "Corporate Headshots", price: "Starting at $500", variant: "Team Sessions Available", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=1", imageAlt: "Corporate headshots collection"}, { id: "4", name: "Event Photography", price: "Starting at $1,500", variant: "Professional Coverage", imageSrc: "http://img.b2bpic.net/free-photo/family-enjoying-new-year-party_23-2149173240.jpg", imageAlt: "Event photography collection"}, { @@ -114,13 +114,13 @@ export default function LandingPage() { title: "Professional Consultation", description: "We work with you to understand your vision, preferences, and goals to create a personalized photography experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-photo-camera_23-2149893845.jpg", imageAlt: "Professional consultation"}, { id: 2, - title: "Expert Photography", description: "Using state-of-the-art equipment and proven techniques, we capture stunning images that tell your story perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-newlyweds-posing-outdoors-sunny-day_1153-1621.jpg", imageAlt: "Expert photography"}, + title: "Expert Photography", description: "Using state-of-the-art equipment and proven techniques, we capture stunning images that tell your story perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-newlyweds-posing-outdoors-sunny-day_1153-1621.jpg?_wi=2", imageAlt: "Expert photography"}, { id: 3, - title: "Professional Editing", description: "Every image is carefully edited and enhanced to ensure it meets our high standards of quality and aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-family-sitting-together-bench-christmas-studio-posing-smiling-looking-front_132075-6857.jpg", imageAlt: "Professional editing"}, + title: "Professional Editing", description: "Every image is carefully edited and enhanced to ensure it meets our high standards of quality and aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-family-sitting-together-bench-christmas-studio-posing-smiling-looking-front_132075-6857.jpg?_wi=2", imageAlt: "Professional editing"}, { id: 4, - title: "Fast Delivery", description: "Receive your edited photos promptly in multiple formats, ready to print, share, or use digitally.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Fast delivery"}, + title: "Fast Delivery", description: "Receive your edited photos promptly in multiple formats, ready to print, share, or use digitally.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=2", imageAlt: "Fast delivery"}, ]} buttonAnimation="slide-up" />