Update src/app/page.tsx
This commit is contained in:
@@ -60,11 +60,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "[Groom Name]", handle: "groom@wedding", testimonial: "I am thrilled to share this special moment with my beloved and all our cherished family and friends.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-photo-session_1303-11709.jpg", imageAlt: "Groom"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-photo-session_1303-11709.jpg?_wi=1", imageAlt: "Groom"
|
||||
},
|
||||
{
|
||||
name: "[Bride Name]", handle: "bride@wedding", testimonial: "This joyful day marks the beginning of our beautiful journey together. We cannot wait to celebrate with you!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-bridesmaid-balcony-posing-wedding-photoshoot_181624-61480.jpg", imageAlt: "Bride"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-bridesmaid-balcony-posing-wedding-photoshoot_181624-61480.jpg?_wi=1", imageAlt: "Bride"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
tag="Wedding Events"
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-wooden-door-white-concrete-building_413556-74.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-wooden-door-white-concrete-building_413556-74.jpg?_wi=1"
|
||||
imageAlt="Ceremonial venue"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -157,10 +157,10 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
members={[
|
||||
{
|
||||
id: "groom", name: "[Groom Name]", role: "The Groom", description: "Son of [Groom Father's Name] and [Groom Mother's Name]. A man of integrity, kindness, and faith.", imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-photo-session_1303-11709.jpg", imageAlt: "Groom portrait"
|
||||
id: "groom", name: "[Groom Name]", role: "The Groom", description: "Son of [Groom Father's Name] and [Groom Mother's Name]. A man of integrity, kindness, and faith.", imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-photo-session_1303-11709.jpg?_wi=2", imageAlt: "Groom portrait"
|
||||
},
|
||||
{
|
||||
id: "bride", name: "[Bride Name]", role: "The Bride", description: "Daughter of [Bride Father's Name] and [Bride Mother's Name]. A woman of grace, compassion, and strength.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-bridesmaid-balcony-posing-wedding-photoshoot_181624-61480.jpg", imageAlt: "Bride portrait"
|
||||
id: "bride", name: "[Bride Name]", role: "The Bride", description: "Daughter of [Bride Father's Name] and [Bride Mother's Name]. A woman of grace, compassion, and strength.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-bridesmaid-balcony-posing-wedding-photoshoot_181624-61480.jpg?_wi=2", imageAlt: "Bride portrait"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
id: "henna-tradition", name: "Henna Night", price: "Pre-Wedding", variant: "Traditional Celebration", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arab-food-restaurant_23-2147796849.jpg", imageAlt: "Henna celebration"
|
||||
},
|
||||
{
|
||||
id: "nikah-ceremony", name: "Nikah Ceremony", price: "Main Event", variant: "Islamic Wedding", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-door-white-concrete-building_413556-74.jpg", imageAlt: "Nikah ceremony"
|
||||
id: "nikah-ceremony", name: "Nikah Ceremony", price: "Main Event", variant: "Islamic Wedding", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-door-white-concrete-building_413556-74.jpg?_wi=2", imageAlt: "Nikah ceremony"
|
||||
},
|
||||
{
|
||||
id: "reception-party", name: "Reception Party", price: "Celebration Day", variant: "Grand Celebration", imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9391.jpg", imageAlt: "Reception celebration"
|
||||
|
||||
Reference in New Issue
Block a user