diff --git a/src/app/page.tsx b/src/app/page.tsx index 468b7ca..fbd3cc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,13 @@ export default function LandingPage() { tag="Gallery" features={[ { - title: "Wedding Celebrations", description: "Stunning bridal ceremonies and receptions with elegant décor and professional staging", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg", imageAlt: "Wedding venue setup", buttonIcon: ArrowRight, + title: "Wedding Celebrations", description: "Stunning bridal ceremonies and receptions with elegant décor and professional staging", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg?_wi=1", imageAlt: "Wedding venue setup", buttonIcon: ArrowRight, }, { - title: "Corporate Events", description: "Professional conference halls and networking spaces for business events", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg", imageAlt: "Corporate event setup", buttonIcon: ArrowRight, + title: "Corporate Events", description: "Professional conference halls and networking spaces for business events", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg?_wi=1", imageAlt: "Corporate event setup", buttonIcon: ArrowRight, }, { - title: "Engagements & Mehndi", description: "Intimate and colorful celebrations with customizable décor and ambiance", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg", imageAlt: "Engagement event setup", buttonIcon: ArrowRight, + title: "Engagements & Mehndi", description: "Intimate and colorful celebrations with customizable décor and ambiance", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg?_wi=1", imageAlt: "Engagement event setup", buttonIcon: ArrowRight, }, { title: "Photography Backdrop", description: "Scenic setups and professional lighting for unforgettable event photography", imageSrc: "http://img.b2bpic.net/free-photo/wedding-wedding-day-beautiful-bride-elegant-groom-kissing_8353-5864.jpg", imageAlt: "Photography setup", buttonIcon: ArrowRight, @@ -100,13 +100,13 @@ export default function LandingPage() { description="Comprehensive event solutions tailored to your needs" products={[ { - id: "1", name: "Weddings & Baraat", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg", imageAlt: "Wedding service", initialQuantity: 1, + id: "1", name: "Weddings & Baraat", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg?_wi=2", imageAlt: "Wedding service", initialQuantity: 1, }, { - id: "2", name: "Engagements & Mehndi", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg", imageAlt: "Engagement service", initialQuantity: 1, + id: "2", name: "Engagements & Mehndi", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg?_wi=2", imageAlt: "Engagement service", initialQuantity: 1, }, { - id: "3", name: "Corporate Events", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg", imageAlt: "Corporate service", initialQuantity: 1, + id: "3", name: "Corporate Events", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg?_wi=2", imageAlt: "Corporate service", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width"