diff --git a/src/app/page.tsx b/src/app/page.tsx index 51524e5..6f3c51e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,19 +64,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Sharma", role: "Regular Customer", company: "Nikol Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=1", imageAlt: "professional portrait customer photo team member cafe staff" }, { id: "2", name: "Rajesh Patel", role: "Family Visitor", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=2", imageAlt: "professional portrait customer photo team member cafe staff" }, { id: "3", name: "Neha Gupta", role: "Event Planner", company: "Celebration Organizer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=3", imageAlt: "professional portrait customer photo team member cafe staff" }, { id: "4", name: "Vikram Singh", role: "Corporate Client", company: "Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=4", imageAlt: "professional portrait customer photo team member cafe staff" } ]} kpiItems={[ @@ -152,13 +152,13 @@ export default function LandingPage() { tag="Events & Occasions" plans={[ { - id: "birthday", title: "Birthday Celebrations", price: "From", period: "₹2,000", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg", imageAlt: "Birthday party setup", button: { text: "Book Now", href: "#contact" }, + id: "birthday", title: "Birthday Celebrations", price: "From", period: "₹2,000", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg?_wi=1", imageAlt: "Birthday party setup", button: { text: "Book Now", href: "#contact" }, features: [ "Decorated seating area", "Complimentary snacks platter", "Dedicated table for cake", "Special birthday ambience" ] }, { - id: "family", title: "Family Dinners", price: "From", period: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg", imageAlt: "Family gathering", button: { text: "Reserve Table", href: "#contact" }, + id: "family", title: "Family Dinners", price: "From", period: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg?_wi=2", imageAlt: "Family gathering", button: { text: "Reserve Table", href: "#contact" }, features: [ "Spacious family seating", "Garden ambience", "Menu customization", "Flexible timing" ]