From 38c2977d747717dc8b4349bea6e56f67b7251803 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:19:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 945c27b..f08b121 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,13 +61,12 @@ export default function PentRestaurantPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-announcing-pregnancy_23-2150296830.jpg", imageAlt: "Pent Restaurant welcoming dining hall" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-feeding-girl-breakfast_23-2147749316.jpg?_wi=1", imageAlt: "Family enjoying meal together" + imageSrc: "http://img.b2bpic.net/free-photo/man-feeding-girl-breakfast_23-2147749316.jpg", imageAlt: "Family enjoying meal together" } ]} mediaAnimation="slide-up" rating={4} ratingText="3.6★ | 2,709+ Reviews" - useInvertedBackground={false} /> @@ -95,7 +94,7 @@ export default function PentRestaurantPage() { features={[ { id: 1, - title: "Family Dining Paradise", description: "Spacious, welcoming atmosphere perfect for families with comfortable seating and attentive service", imageSrc: "http://img.b2bpic.net/free-photo/man-feeding-girl-breakfast_23-2147749316.jpg?_wi=2", imageAlt: "Family dining experience" + title: "Family Dining Paradise", description: "Spacious, welcoming atmosphere perfect for families with comfortable seating and attentive service", imageSrc: "http://img.b2bpic.net/free-photo/man-feeding-girl-breakfast_23-2147749316.jpg", imageAlt: "Family dining experience" }, { id: 2, -- 2.49.1