From bc49d292ac896069641899061c6dbd1d1a44c61d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:10:39 +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 49f2f17..a945646 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { buttons={[{ text: "View Portfolio", href: "#portfolio" }]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg", imageAlt: "Wedding couple portrait" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg", imageAlt: "Corporate event photography" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg", imageAlt: "Brand commercial photography" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg?_wi=1", imageAlt: "Wedding couple portrait" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg?_wi=1", imageAlt: "Corporate event photography" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg?_wi=1", imageAlt: "Brand commercial photography" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pink-flowers_23-2149708068.jpg", imageAlt: "Lifestyle photography" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-with-microphone-taking-statements_23-2149037880.jpg", imageAlt: "Videography production" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-newlyweds-kissing-park_1153-906.jpg", imageAlt: "Wedding videography" } @@ -72,15 +72,15 @@ export default function LandingPage() { products={[ { id: "wedding-series", brand: "Wedding Collections", name: "Romantic Celebrations", price: "Premium", rating: 5, - reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg", imageAlt: "Wedding photography collection" + reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg?_wi=2", imageAlt: "Wedding photography collection" }, { id: "event-series", brand: "Event Coverage", name: "Corporate & Social Events", price: "Premium", rating: 5, - reviewCount: "36", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg", imageAlt: "Event photography collection" + reviewCount: "36", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg?_wi=2", imageAlt: "Event photography collection" }, { id: "commercial-series", brand: "Commercial Work", name: "Brand & Product Photography", price: "Premium", rating: 5, - reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg", imageAlt: "Commercial photography collection" + reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg?_wi=2", imageAlt: "Commercial photography collection" } ]} buttons={[{ text: "Browse Full Portfolio", href: "#" }]} -- 2.49.1