From 076a0b224402290a0c302719c4fec7be7ec073cf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:16:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 497fd5c..f97d408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,13 +106,13 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Wedding Details", price: "Documented", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148120565.jpg", imageAlt: "Hawaii wedding ceremony details" + id: "1", name: "Wedding Details", price: "Documented", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148120565.jpg?_wi=1", imageAlt: "Hawaii wedding ceremony details" }, { - id: "2", name: "First Dance", price: "Celebrated", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-husband-wife-posing-beach-their-wedding_23-2149003461.jpg", imageAlt: "First dance moment" + id: "2", name: "First Dance", price: "Celebrated", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-husband-wife-posing-beach-their-wedding_23-2149003461.jpg?_wi=1", imageAlt: "First dance moment" }, { - id: "3", name: "Family Moments", price: "Cherished", imageSrc: "http://img.b2bpic.net/free-photo/elegant-adult-couple-spring-forest_1157-35176.jpg", imageAlt: "Family celebration moment" + id: "3", name: "Family Moments", price: "Cherished", imageSrc: "http://img.b2bpic.net/free-photo/elegant-adult-couple-spring-forest_1157-35176.jpg?_wi=1", imageAlt: "Family celebration moment" } ]} /> @@ -130,15 +130,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Full-Day Coverage", tags: ["8-12 hours", "All moments captured"], - imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148120565.jpg", imageAlt: "Full day coverage" + imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148120565.jpg?_wi=2", imageAlt: "Full day coverage" }, { id: "2", title: "Destination Weddings", tags: ["Travel included", "Multiple islands"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-husband-wife-posing-beach-their-wedding_23-2149003461.jpg", imageAlt: "Destination wedding" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-husband-wife-posing-beach-their-wedding_23-2149003461.jpg?_wi=2", imageAlt: "Destination wedding" }, { id: "3", title: "Engagement Sessions", tags: ["Scenic locations", "Professional styling"], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-adult-couple-spring-forest_1157-35176.jpg", imageAlt: "Engagement session" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-adult-couple-spring-forest_1157-35176.jpg?_wi=2", imageAlt: "Engagement session" } ]} /> @@ -187,7 +187,7 @@ export default function LandingPage() { id: "1", value: "8+", title: "Years Experience", description: "Mastering the art of wedding photography", imageSrc: "http://img.b2bpic.net/free-photo/attractive-bride-woman-elegant-puffy-wedding-dress-going-down-stairs-fiance-stylish-man-with-big-bouquet-red-roses-flowers-waiting-girlfriend-wedding-ceremony-day-loving-couple_8353-12499.jpg", imageAlt: "Professional photographer" }, { - id: "2", value: "10K+", title: "Photos Delivered", description: "Beautiful moments preserved forever", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148120565.jpg", imageAlt: "Photo collection" + id: "2", value: "10K+", title: "Photos Delivered", description: "Beautiful moments preserved forever", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148120565.jpg?_wi=3", imageAlt: "Photo collection" } ]} /> -- 2.49.1