From dccaffdb7e67db6ba05ed511d919ecdb9e9926b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:08:23 +0000 Subject: [PATCH 1/3] Update src/app/experience/page.tsx --- src/app/experience/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/experience/page.tsx b/src/app/experience/page.tsx index 3c4c93b..bbd7c5f 100644 --- a/src/app/experience/page.tsx +++ b/src/app/experience/page.tsx @@ -48,13 +48,13 @@ export default function ExperiencePage() { textboxLayout="default" features={[ { - title: "Plenty of Parking", description: "Free parking lot and free street parking. No hassle, no fees. Park and enjoy your meal.", imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134864.jpg", imageAlt: "Parking lot at Hungry Bird"}, + title: "Plenty of Parking", description: "Free parking lot and free street parking. No hassle, no fees. Park and enjoy your meal.", imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134864.jpg?_wi=2", imageAlt: "Parking lot at Hungry Bird"}, { - title: "Family Friendly Atmosphere", description: "A calm and pleasant place to relax with family and friends. Kids menu and high chairs available.", imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg", imageAlt: "Family dining at Hungry Bird"}, + title: "Family Friendly Atmosphere", description: "A calm and pleasant place to relax with family and friends. Kids menu and high chairs available.", imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg?_wi=2", imageAlt: "Family dining at Hungry Bird"}, { - title: "Private Party Space", description: "Our first floor can host small gatherings up to 40 people — perfect for birthdays and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-hall-with-candles-round-tables-centerpieces_8353-10057.jpg", imageAlt: "Private party space"}, + title: "Private Party Space", description: "Our first floor can host small gatherings up to 40 people — perfect for birthdays and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-hall-with-candles-round-tables-centerpieces_8353-10057.jpg?_wi=2", imageAlt: "Private party space"}, { - title: "Warm Hospitality", description: "Our owners are known for their polite and friendly service. You'll feel like family here.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-using-digital-tablet-while-talking-couple-taking-order-from-them-restaurant_637285-535.jpg", imageAlt: "Warm service at Hungry Bird"}, + title: "Warm Hospitality", description: "Our owners are known for their polite and friendly service. You'll feel like family here.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-using-digital-tablet-while-talking-couple-taking-order-from-them-restaurant_637285-535.jpg?_wi=2", imageAlt: "Warm service at Hungry Bird"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -75,7 +75,7 @@ export default function ExperiencePage() { useInvertedBackground={false} tag="Trusted Choice" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg?_wi=2" imageAlt="Cozy Hungry Bird cafe interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -109,7 +109,7 @@ export default function ExperiencePage() {