Merge version_1 into main #1
@@ -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() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Riverside Manor Hotel", price: "Special Rate", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Hotel accommodation"},
|
||||
id: "1", name: "Riverside Manor Hotel", price: "Special Rate", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=1", imageAlt: "Hotel accommodation"},
|
||||
{
|
||||
id: "2", name: "Airport Shuttle Service", price: "Complimentary", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-is-smiling-black-car-sunny-day-dressed-elegant-wedding-outfits-with-red-bouquet_8353-11161.jpg", imageAlt: "Transportation available"},
|
||||
{
|
||||
id: "3", name: "Parking Information", price: "Free Parking", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Parking details"},
|
||||
id: "3", name: "Parking Information", price: "Free Parking", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=2", imageAlt: "Parking details"},
|
||||
]}
|
||||
title="Guest Information"
|
||||
description="Travel, lodging, and all the details you need to know"
|
||||
|
||||
Reference in New Issue
Block a user