From 853c7a979a8caef43303290ce3fcdb7caf5e81a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:39:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d96228b..0c9a2a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,22 +54,22 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/husband-putting-his-wife-ring_1157-45.jpg", imageAlt: "Wedding ceremony cinematic videography" + imageSrc: "http://img.b2bpic.net/free-photo/husband-putting-his-wife-ring_1157-45.jpg?_wi=1", imageAlt: "Wedding ceremony cinematic videography" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-guy-hugging-kissing-elegant-lady-sitting-steps_23-2148012519.jpg", imageAlt: "Wedding day cinematic highlights emotional storytelling" + imageSrc: "http://img.b2bpic.net/free-photo/young-guy-hugging-kissing-elegant-lady-sitting-steps_23-2148012519.jpg?_wi=1", imageAlt: "Wedding day cinematic highlights emotional storytelling" }, { - imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-couple-wedding_181624-42964.jpg", imageAlt: "Wedding dance floor celebration cinematic video" + imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-couple-wedding_181624-42964.jpg?_wi=1", imageAlt: "Wedding dance floor celebration cinematic video" }, { - imageSrc: "http://img.b2bpic.net/free-photo/bride-giving-boyfriend-piece-cake_1153-1168.jpg", imageAlt: "Corporate event professional videography conference" + imageSrc: "http://img.b2bpic.net/free-photo/bride-giving-boyfriend-piece-cake_1153-1168.jpg?_wi=1", imageAlt: "Corporate event professional videography conference" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg", imageAlt: "Product launch event professional videography" + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg?_wi=1", imageAlt: "Product launch event professional videography" }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg", imageAlt: "Product photography studio lighting professional" + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg?_wi=1", imageAlt: "Product photography studio lighting professional" } ]} buttons={[ @@ -90,27 +90,27 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Wedding Cinematography", description: "Capturing the love story with cinematic storytelling and emotional depth", imageSrc: "http://img.b2bpic.net/free-photo/husband-putting-his-wife-ring_1157-45.jpg", imageAlt: "Wedding videography", buttonIcon: ArrowRight, + title: "Wedding Cinematography", description: "Capturing the love story with cinematic storytelling and emotional depth", imageSrc: "http://img.b2bpic.net/free-photo/husband-putting-his-wife-ring_1157-45.jpg?_wi=2", imageAlt: "Wedding videography", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Wedding Photography", description: "Timeless portraits and candid moments that celebrate your special day", imageSrc: "http://img.b2bpic.net/free-photo/young-guy-hugging-kissing-elegant-lady-sitting-steps_23-2148012519.jpg", imageAlt: "Wedding photography", buttonIcon: ArrowRight, + title: "Wedding Photography", description: "Timeless portraits and candid moments that celebrate your special day", imageSrc: "http://img.b2bpic.net/free-photo/young-guy-hugging-kissing-elegant-lady-sitting-steps_23-2148012519.jpg?_wi=2", imageAlt: "Wedding photography", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Corporate Events", description: "Professional videography and photography for conferences, launches, and gatherings", imageSrc: "http://img.b2bpic.net/free-photo/bride-giving-boyfriend-piece-cake_1153-1168.jpg", imageAlt: "Corporate event videography", buttonIcon: ArrowRight, + title: "Corporate Events", description: "Professional videography and photography for conferences, launches, and gatherings", imageSrc: "http://img.b2bpic.net/free-photo/bride-giving-boyfriend-piece-cake_1153-1168.jpg?_wi=2", imageAlt: "Corporate event videography", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Brand Photography", description: "Showcase your products and brand with stunning visual storytelling", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg", imageAlt: "Product photography", buttonIcon: ArrowRight, + title: "Brand Photography", description: "Showcase your products and brand with stunning visual storytelling", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg?_wi=2", imageAlt: "Product photography", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Promotional Videos", description: "Elevate your brand with cinematic promotional content that captivates", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg", imageAlt: "Promotional videography", buttonIcon: ArrowRight, + title: "Promotional Videos", description: "Elevate your brand with cinematic promotional content that captivates", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg?_wi=2", imageAlt: "Promotional videography", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Event Highlights", description: "Dynamic highlight reels capturing the energy and emotion of your event", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-couple-wedding_181624-42964.jpg", imageAlt: "Event highlights", buttonIcon: ArrowRight, + title: "Event Highlights", description: "Dynamic highlight reels capturing the energy and emotion of your event", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-couple-wedding_181624-42964.jpg?_wi=2", imageAlt: "Event highlights", buttonIcon: ArrowRight, buttonHref: "contact" } ]} -- 2.49.1