diff --git a/src/app/page.tsx b/src/app/page.tsx index bbdc624..aaef47e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function WeddingPage() { tag="Wedding Invitation" tagIcon={Heart} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-newlyweds-charming-bride-laid-her-head-her-handsome-groom-park_613910-18326.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-newlyweds-charming-bride-laid-her-head-her-handsome-groom-park_613910-18326.jpg?_wi=1" imageAlt="Sarah and Michael - Wedding Couple" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Johnson", handle: "Bride", testimonial: "We can't wait to celebrate this special day with all of you. Your presence means everything to us.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-newlyweds-charming-bride-laid-her-head-her-handsome-groom-park_613910-18326.jpg", imageAlt: "Sarah"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-newlyweds-charming-bride-laid-her-head-her-handsome-groom-park_613910-18326.jpg?_wi=2", imageAlt: "Sarah"}, ]} buttons={[ { text: "RSVP", href: "contact" }, @@ -83,10 +83,10 @@ export default function WeddingPage() { features={[ { id: 1, - title: "College Days", description: "We first met in our junior year at university during a literature class. Michael was sitting next to me, and we bonded over discussing our favorite books. Little did we know this would be the beginning of our forever.", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29398.jpg", imageAlt: "College memories"}, + title: "College Days", description: "We first met in our junior year at university during a literature class. Michael was sitting next to me, and we bonded over discussing our favorite books. Little did we know this would be the beginning of our forever.", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29398.jpg?_wi=1", imageAlt: "College memories"}, { id: 2, - title: "The Proposal", description: "After five years of dating, Michael proposed during our anniversary trip to Paris. He got down on one knee at the Eiffel Tower at sunset, and I said yes without hesitation. It was the happiest moment of my life.", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29398.jpg", imageAlt: "Engagement moment"}, + title: "The Proposal", description: "After five years of dating, Michael proposed during our anniversary trip to Paris. He got down on one knee at the Eiffel Tower at sunset, and I said yes without hesitation. It was the happiest moment of my life.", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29398.jpg?_wi=2", imageAlt: "Engagement moment"}, ]} title="How We Met" description="From the moment we met, we knew something special was happening. Here's our journey to today." @@ -140,11 +140,11 @@ export default function WeddingPage() {