diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 29f7c35..667e41f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -143,7 +143,7 @@ export default function AboutPage() { handle: "Wedding Bride, 2024", testimonial: "Amanullah Convention Center made our wedding day absolutely perfect. The staff was incredibly professional and the venue decoration was stunning. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg?_wi=2", imageAlt: "Fatima Khan", }, { @@ -152,7 +152,7 @@ export default function AboutPage() { handle: "Event Organizer", testimonial: "We've hosted 15+ corporate events here. The venue's flexibility, professional staff, and perfect location make it our go-to choice every time.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=2", imageAlt: "Ahmed Hassan", }, { @@ -161,7 +161,7 @@ export default function AboutPage() { handle: "Mother of Bride, 2023", testimonial: "The entire team at Amanullah made our daughter's wedding unforgettable. Everything was planned to perfection. Best venue in Sylhet!", - imageSrc: "http://img.b2bpic.net/free-photo/parents-their-children-play-with-soap-balloons_8353-297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/parents-their-children-play-with-soap-balloons_8353-297.jpg?_wi=2", imageAlt: "Rabia Begum", }, { @@ -170,7 +170,7 @@ export default function AboutPage() { handle: "Corporate Manager", testimonial: "Hosted our annual conference here with 800+ attendees. The AV support, seating arrangement, and catering were all top-notch. Booking again next year!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Karim Uddin", }, { @@ -179,7 +179,7 @@ export default function AboutPage() { handle: "Bride's Family, 2024", testimonial: "From the initial consultation to the final moment, the Amanullah team was attentive to every detail. Our wedding was beyond our expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg?_wi=2", imageAlt: "Nadia Islam", }, { @@ -188,7 +188,7 @@ export default function AboutPage() { handle: "Wedding Planner", testimonial: "As a planner, I love working with Amanullah. They're flexible, professional, and always go the extra mile for their clients. My favorite venue!", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg?_wi=2", imageAlt: "Saima Akter", }, ]} diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index f2c904e..96de78f 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -79,7 +79,7 @@ export default function EventsPage() { description: "Complete wedding solutions including Mehndi, Baraat, Barat, and Valima with premium decor and service. Our experienced team ensures every moment is magical.", tag: "Most Popular", - imageSrc: "http://img.b2bpic.net/free-photo/happy-frieds-brides-near-wedding-decorative-arch_8353-12251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-frieds-brides-near-wedding-decorative-arch_8353-12251.jpg?_wi=2", imageAlt: "Wedding setup", buttons: [{ text: "Inquire Now", href: "#contact" }], }, @@ -89,7 +89,7 @@ export default function EventsPage() { description: "Elegant reception venues with customizable dining arrangements for 500-2000+ guests. Premium catering coordination and perfect ambiance included.", tag: "Premium Service", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-dining-table-setting-wedding-venue_637285-5645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-dining-table-setting-wedding-venue_637285-5645.jpg?_wi=2", imageAlt: "Reception setup", buttons: [{ text: "Check Availability", href: "#contact" }], }, @@ -99,7 +99,7 @@ export default function EventsPage() { description: "Professional conference halls, product launches, and business meetings with full audio-visual support. Perfect for seminars and workshops.", tag: "Professional", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346664.jpg?_wi=2", imageAlt: "Corporate event", buttons: [{ text: "Book Now", href: "#contact" }], }, @@ -109,7 +109,7 @@ export default function EventsPage() { description: "Dedicated spaces for Islamic gatherings, seminars, and community events with respectful ambiance and necessary facilities.", tag: "Community Focus", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-meeting-his-workplace_23-2148908830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-meeting-his-workplace_23-2148908830.jpg?_wi=2", imageAlt: "Conference setup", buttons: [{ text: "Get Details", href: "#contact" }], }, @@ -119,7 +119,7 @@ export default function EventsPage() { description: "Walima, Milad, Engagement, and other social celebrations hosted with full hospitality and personalized service.", tag: "Flexible Packages", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg?_wi=2", imageAlt: "Social event", buttons: [{ text: "Reserve Date", href: "#contact" }], }, diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 1ffe854..45fc983 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -84,7 +84,7 @@ export default function GalleryPage() { price: "Premium Setup", rating: 5, reviewCount: "485", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg?_wi=2", imageAlt: "Grand ballroom", }, { @@ -94,7 +94,7 @@ export default function GalleryPage() { price: "Modern Technology", rating: 5, reviewCount: "372", - imageSrc: "http://img.b2bpic.net/free-photo/blue-stage-lights-light-show_661209-459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-stage-lights-light-show_661209-459.jpg?_wi=2", imageAlt: "Stage lighting", }, { @@ -104,7 +104,7 @@ export default function GalleryPage() { price: "Capacity 2000+", rating: 5, reviewCount: "456", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-95892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-95892.jpg?_wi=2", imageAlt: "Dining setup", }, { @@ -114,7 +114,7 @@ export default function GalleryPage() { price: "Customizable", rating: 5, reviewCount: "389", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg?_wi=2", imageAlt: "Decoration display", }, ]} @@ -139,7 +139,7 @@ export default function GalleryPage() { handle: "Wedding Bride, 2024", testimonial: "The venue decoration was stunning. Every corner was perfect for photos. The ambiance created was exactly what we dreamed of!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg?_wi=3", imageAlt: "Fatima Khan", }, { @@ -148,7 +148,7 @@ export default function GalleryPage() { handle: "Event Organizer", testimonial: "The lighting setup and stage arrangement are top-notch. The venue photographs beautifully and provides excellent options for different event types.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=3", imageAlt: "Ahmed Hassan", }, { @@ -157,7 +157,7 @@ export default function GalleryPage() { handle: "Mother of Bride, 2023", testimonial: "The halls are elegantly decorated with such attention to detail. The venue provided the perfect backdrop for all our wedding events.", - imageSrc: "http://img.b2bpic.net/free-photo/parents-their-children-play-with-soap-balloons_8353-297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/parents-their-children-play-with-soap-balloons_8353-297.jpg?_wi=3", imageAlt: "Rabia Begum", }, { @@ -166,7 +166,7 @@ export default function GalleryPage() { handle: "Corporate Manager", testimonial: "Professional setup with excellent staging. The conference hall has all modern amenities and looks impressive for corporate events.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "Karim Uddin", }, { @@ -175,7 +175,7 @@ export default function GalleryPage() { handle: "Bride's Family, 2024", testimonial: "Every photo from our wedding is absolutely stunning thanks to the beautiful venue setup. The natural lighting and decor were perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg?_wi=3", imageAlt: "Nadia Islam", }, { @@ -184,7 +184,7 @@ export default function GalleryPage() { handle: "Wedding Planner", testimonial: "The venue is a planner's dream. Flexible spaces, beautiful decor options, and professional staff make event coordination seamless.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg?_wi=3", imageAlt: "Saima Akter", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1426122..e27d43d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ export default function HomePage() { description: "Complete wedding solutions including Mehndi, Baraat, Barat, and Valima with premium decor and service", tag: "Most Popular", - imageSrc: "http://img.b2bpic.net/free-photo/happy-frieds-brides-near-wedding-decorative-arch_8353-12251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-frieds-brides-near-wedding-decorative-arch_8353-12251.jpg?_wi=1", imageAlt: "Wedding setup", buttons: [{ text: "Inquire Now", href: "#contact" }], }, @@ -232,7 +232,7 @@ export default function HomePage() { description: "Elegant reception venues with customizable dining arrangements for 500-2000+ guests", tag: "Premium Service", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-dining-table-setting-wedding-venue_637285-5645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-dining-table-setting-wedding-venue_637285-5645.jpg?_wi=1", imageAlt: "Reception setup", buttons: [{ text: "Check Availability", href: "#contact" }], }, @@ -242,7 +242,7 @@ export default function HomePage() { description: "Professional conference halls, product launches, and business meetings with full audio-visual support", tag: "Professional", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346664.jpg?_wi=1", imageAlt: "Corporate event", buttons: [{ text: "Book Now", href: "#contact" }], }, @@ -252,7 +252,7 @@ export default function HomePage() { description: "Dedicated spaces for Islamic gatherings, seminars, and community events with respectful ambiance", tag: "Community Focus", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-meeting-his-workplace_23-2148908830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-meeting-his-workplace_23-2148908830.jpg?_wi=1", imageAlt: "Conference setup", buttons: [{ text: "Get Details", href: "#contact" }], }, @@ -262,7 +262,7 @@ export default function HomePage() { description: "Walima, Milad, Engagement, and other social celebrations hosted with full hospitality", tag: "Flexible Packages", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg?_wi=1", imageAlt: "Social event", buttons: [{ text: "Reserve Date", href: "#contact" }], }, @@ -290,7 +290,7 @@ export default function HomePage() { price: "Premium Setup", rating: 5, reviewCount: "485", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg?_wi=1", imageAlt: "Grand ballroom", }, { @@ -300,7 +300,7 @@ export default function HomePage() { price: "Modern Technology", rating: 5, reviewCount: "372", - imageSrc: "http://img.b2bpic.net/free-photo/blue-stage-lights-light-show_661209-459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-stage-lights-light-show_661209-459.jpg?_wi=1", imageAlt: "Stage lighting", }, { @@ -310,7 +310,7 @@ export default function HomePage() { price: "Capacity 2000+", rating: 5, reviewCount: "456", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-95892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-95892.jpg?_wi=1", imageAlt: "Dining setup", }, { @@ -320,7 +320,7 @@ export default function HomePage() { price: "Customizable", rating: 5, reviewCount: "389", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg?_wi=1", imageAlt: "Decoration display", }, ]} @@ -345,7 +345,7 @@ export default function HomePage() { handle: "Wedding Bride, 2024", testimonial: "Amanullah Convention Center made our wedding day absolutely perfect. The staff was incredibly professional and the venue decoration was stunning. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg?_wi=1", imageAlt: "Fatima Khan", }, { @@ -354,7 +354,7 @@ export default function HomePage() { handle: "Event Organizer", testimonial: "We've hosted 15+ corporate events here. The venue's flexibility, professional staff, and perfect location make it our go-to choice every time.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=1", imageAlt: "Ahmed Hassan", }, { @@ -363,7 +363,7 @@ export default function HomePage() { handle: "Mother of Bride, 2023", testimonial: "The entire team at Amanullah made our daughter's wedding unforgettable. Everything was planned to perfection. Best venue in Sylhet!", - imageSrc: "http://img.b2bpic.net/free-photo/parents-their-children-play-with-soap-balloons_8353-297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/parents-their-children-play-with-soap-balloons_8353-297.jpg?_wi=1", imageAlt: "Rabia Begum", }, { @@ -372,7 +372,7 @@ export default function HomePage() { handle: "Corporate Manager", testimonial: "Hosted our annual conference here with 800+ attendees. The AV support, seating arrangement, and catering were all top-notch. Booking again next year!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Karim Uddin", }, { @@ -381,7 +381,7 @@ export default function HomePage() { handle: "Bride's Family, 2024", testimonial: "From the initial consultation to the final moment, the Amanullah team was attentive to every detail. Our wedding was beyond our expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg?_wi=1", imageAlt: "Nadia Islam", }, { @@ -390,7 +390,7 @@ export default function HomePage() { handle: "Wedding Planner", testimonial: "As a planner, I love working with Amanullah. They're flexible, professional, and always go the extra mile for their clients. My favorite venue!", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg?_wi=1", imageAlt: "Saima Akter", }, ]}