From a9d7745a648db94fee1a4b390dd53acf489e1b13 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:04:18 +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 e77e14a..d1f127c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg", imageAlt: "The happy couple"}, + imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg?_wi=1", imageAlt: "The happy couple"}, { imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-wedding-rings-sparklie-acorn_8353-704.jpg", imageAlt: "Beautiful wedding rings"}, { @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-pink-roses-green-leaves_181624-25521.jpg", imageAlt: "Wedding flowers and bouquet"}, { - imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg", imageAlt: "Couple together"}, + imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg?_wi=2", imageAlt: "Couple together"}, ]} buttons={[ { text: "See the Details", href: "features" }, @@ -101,7 +101,7 @@ export default function LandingPage() { title: "The Venue", description: "A stunning location that perfectly captures our vision", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg", imageAlt: "Elegant wedding venue", buttonIcon: ArrowRight, buttonHref: "#"}, { - title: "The Celebration", description: "Unforgettable moments with the people we love most", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg", imageAlt: "Joyful celebration", buttonIcon: ArrowRight, + title: "The Celebration", description: "Unforgettable moments with the people we love most", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg?_wi=3", imageAlt: "Joyful celebration", buttonIcon: ArrowRight, buttonHref: "#"}, ]} textboxLayout="default" @@ -148,17 +148,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Sister", testimonial: "Watching you two together is pure magic. Your love inspires everyone around you. So excited to celebrate!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "Sister", testimonial: "Watching you two together is pure magic. Your love inspires everyone around you. So excited to celebrate!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", handle: "Best Friend", testimonial: "The perfect match made in heaven. I've never seen two people more meant for each other. Congrats!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Best Friend", testimonial: "The perfect match made in heaven. I've never seen two people more meant for each other. Congrats!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen"}, { id: "3", name: "Emma Davis", handle: "College Friend", testimonial: "From day one, you both made us believe in true love. Your wedding will be absolutely spectacular.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-african-american-woman-smiling-looking-happy-standing-yellow-background_1258-54850.jpg", imageAlt: "Emma Davis"}, { id: "4", name: "David Martinez", handle: "Cousin", testimonial: "What a journey you've had together. We can't wait to celebrate this momentous occasion with you both.", imageSrc: "http://img.b2bpic.net/free-photo/latin-man-smiling-cheerful-expression-closeup-portrait_53876-143274.jpg", imageAlt: "David Martinez"}, { - id: "5", name: "Lisa Anderson", handle: "Aunt", testimonial: "Your love story is an inspiration to us all. Wishing you endless happiness on your special day.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", imageAlt: "Lisa Anderson"}, + id: "5", name: "Lisa Anderson", handle: "Aunt", testimonial: "Your love story is an inspiration to us all. Wishing you endless happiness on your special day.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg?_wi=2", imageAlt: "Lisa Anderson"}, { - id: "6", name: "James Wilson", handle: "Colleague", testimonial: "Two incredible people coming together for their happily ever after. We couldn't be happier for you!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "Colleague", testimonial: "Two incredible people coming together for their happily ever after. We couldn't be happier for you!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James Wilson"}, ]} animationType="slide-up" speed={40} -- 2.49.1