From d5d3c5dadfbef6398d45937f798f453671ae9655 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:09:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 141ec5c..7c91a8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "Priya Sharma", handle: "@priya.wed2023", testimonial: "Our wedding at Bhagvant Lawns was absolutely magical. The scenic views and professional team made every moment perfect!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg?_wi=1", imageAlt: "Priya Sharma" }, { name: "Rajesh Kumar", handle: "@rajesh.events", testimonial: "Best venue for corporate gatherings. Spacious layout, excellent facilities, and very cooperative staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-blinking-eye_1298-120.jpg", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-blinking-eye_1298-120.jpg?_wi=1", imageAlt: "Rajesh Kumar" }, { name: "Neha Patel", handle: "@neha.celebrations", testimonial: "Outstanding venue for my daughter's reception. The natural setting is breathtaking and catering was exceptional!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-adult-woman-smiling_23-2148454569.jpg", imageAlt: "Neha Patel" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-adult-woman-smiling_23-2148454569.jpg?_wi=1", imageAlt: "Neha Patel" }, { name: "Amit Singh", handle: "@amit.weddings", testimonial: "Very impressed with the service quality and venue maintenance. Highly recommend for any major event.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-smiles-camera_140725-7884.jpg", imageAlt: "Amit Singh" + imageSrc: "http://img.b2bpic.net/free-photo/guy-smiles-camera_140725-7884.jpg?_wi=1", imageAlt: "Amit Singh" } ]} testimonialRotationInterval={5000} @@ -238,16 +238,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", name: "Priya & Arjun Sharma", role: "Wedding Couple", testimonial: "Bhagvant Lawns exceeded all expectations! The scenic backdrop near the dam created the most beautiful wedding photos. Staff was incredibly helpful and responsive to all our needs.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Priya Sharma", icon: Heart + id: "testimonial-1", name: "Priya & Arjun Sharma", role: "Wedding Couple", testimonial: "Bhagvant Lawns exceeded all expectations! The scenic backdrop near the dam created the most beautiful wedding photos. Staff was incredibly helpful and responsive to all our needs.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg?_wi=2", imageAlt: "Priya Sharma", icon: Heart }, { - id: "testimonial-2", name: "Mrs. Rajesh Kumar", role: "Event Organizer", testimonial: "Organized 3 major events here. Consistent quality, professional staff, and well-maintained facilities. The venue management is very cooperative and accommodating.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-blinking-eye_1298-120.jpg", imageAlt: "Rajesh Kumar", icon: ThumbsUp + id: "testimonial-2", name: "Mrs. Rajesh Kumar", role: "Event Organizer", testimonial: "Organized 3 major events here. Consistent quality, professional staff, and well-maintained facilities. The venue management is very cooperative and accommodating.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-blinking-eye_1298-120.jpg?_wi=2", imageAlt: "Rajesh Kumar", icon: ThumbsUp }, { - id: "testimonial-3", name: "Neha Patel", role: "Reception Host", testimonial: "My daughter's wedding reception was nothing short of perfect. The natural setting with the dam view is absolutely stunning. Catering quality was top-notch and reasonably priced.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-adult-woman-smiling_23-2148454569.jpg", imageAlt: "Neha Patel", icon: Star + id: "testimonial-3", name: "Neha Patel", role: "Reception Host", testimonial: "My daughter's wedding reception was nothing short of perfect. The natural setting with the dam view is absolutely stunning. Catering quality was top-notch and reasonably priced.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-adult-woman-smiling_23-2148454569.jpg?_wi=2", imageAlt: "Neha Patel", icon: Star }, { - id: "testimonial-4", name: "Amit & Sneha Singh", role: "Corporate Event Planners", testimonial: "Hosted our annual corporate gathering here. Impressive facilities, ample parking, and the peaceful location made our event memorable. Highly recommended for team events.", imageSrc: "http://img.b2bpic.net/free-photo/guy-smiles-camera_140725-7884.jpg", imageAlt: "Amit Singh", icon: CheckCircle + id: "testimonial-4", name: "Amit & Sneha Singh", role: "Corporate Event Planners", testimonial: "Hosted our annual corporate gathering here. Impressive facilities, ample parking, and the peaceful location made our event memorable. Highly recommended for team events.", imageSrc: "http://img.b2bpic.net/free-photo/guy-smiles-camera_140725-7884.jpg?_wi=2", imageAlt: "Amit Singh", icon: CheckCircle }, { id: "testimonial-5", name: "Ravi Desai", role: "Birthday Host", testimonial: "Affordable venue with excellent service. Held my wife's 50th birthday celebration here. The staff helped set up everything perfectly within our budget.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Ravi Desai" @@ -289,7 +289,7 @@ export default function LandingPage() { title: "Guest Convenience", description: "Nearby accommodation options, food outlets, and medical facilities within 5km radius for guest comfort." } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060242.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060242.jpg?_wi=1" imageAlt="Location Map" mediaAnimation="slide-up" imagePosition="right" @@ -345,7 +345,7 @@ export default function LandingPage() { title="Book Your Event or Schedule a Visit" description="Get in touch with our team to discuss your event, ask questions, or schedule a site visit at Bhagvant Lawns." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060242.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060242.jpg?_wi=2" imageAlt="Contact Us" mediaAnimation="blur-reveal" mediaPosition="right"