Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-08 17:06:13 +00:00
6 changed files with 1407 additions and 40 deletions

View File

@@ -52,25 +52,25 @@ export default function ExperiencePage() {
{
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",
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",
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",
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",
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",
},
]}
@@ -97,7 +97,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=3"
imageAlt="Cozy Hungry Bird cafe interior"
mediaAnimation="slide-up"
/>
@@ -142,7 +142,7 @@ export default function ExperiencePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=4"
imageAlt="Hungry Bird coffee experience"
logoText="Hungry Bird Cafe & Restaurant"
copyrightText="© 2025 Hungry Bird. Serving delicious food with warm hospitality."

File diff suppressed because it is too large Load Diff

View File

@@ -52,7 +52,7 @@ export default function MenuPage() {
description:
"Juicy, flavorful and one of our customer favorites. Perfectly seasoned and grilled with fresh lettuce, tomato, and our secret sauce.",
imageSrc:
"http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2150887766.jpg",
"http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2150887766.jpg?_wi=2",
imageAlt: "Double Chicken Burger",
button: {
text: "Order Now",
@@ -64,7 +64,7 @@ export default function MenuPage() {
description:
"Perfectly seasoned and fried to golden perfection. A traveler's delight that keeps customers coming back.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg",
"http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg?_wi=2",
imageAlt: "Crispy Fried Chicken",
button: {
text: "Order Now",
@@ -76,7 +76,7 @@ export default function MenuPage() {
description:
"A refreshing tropical drink loved by travelers. Perfect for hot days on the road with fresh mango and mint.",
imageSrc:
"http://img.b2bpic.net/free-photo/citruses-mint-near-cocktails_23-2147801076.jpg",
"http://img.b2bpic.net/free-photo/citruses-mint-near-cocktails_23-2147801076.jpg?_wi=2",
imageAlt: "Mango Masti Mojito",
button: {
text: "Order Now",
@@ -104,7 +104,7 @@ export default function MenuPage() {
description:
"Rich dark chocolate waffle with balanced sweetness. A sweet indulgence that melts in your mouth.",
imageSrc:
"http://img.b2bpic.net/free-photo/crepes-white-plate-with-chocolate-syrup-tea_114579-16787.jpg",
"http://img.b2bpic.net/free-photo/crepes-white-plate-with-chocolate-syrup-tea_114579-16787.jpg?_wi=2",
imageAlt: "Belgian Chocolate Waffle",
button: {
text: "Order Now",
@@ -116,7 +116,7 @@ export default function MenuPage() {
description:
"Blended fresh fruits with yogurt. Healthy and delicious options for health-conscious travelers.",
imageSrc:
"http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168785.jpg",
"http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168785.jpg?_wi=2",
imageAlt: "Fresh Fruit Smoothies",
button: {
text: "Order Now",
@@ -128,7 +128,7 @@ export default function MenuPage() {
description:
"Espresso, cappuccino, and specialty coffee drinks. Perfect for your morning or afternoon break.",
imageSrc:
"http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg",
"http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=2",
imageAlt: "Premium Coffee Selection",
button: {
text: "Order Now",
@@ -155,7 +155,7 @@ export default function MenuPage() {
description:
"A delicious vegetarian favorite packed with flavor and fresh ingredients. Perfectly spiced and grilled.",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-salad-sandwich-with-vegetables-grey-desk-burger-pita-sandwich-salad-bread_140725-102107.jpg",
"http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-salad-sandwich-with-vegetables-grey-desk-burger-pita-sandwich-salad-bread_140725-102107.jpg?_wi=2",
imageAlt: "Tandoori Paneer Roll",
button: {
text: "Order Now",
@@ -167,7 +167,7 @@ export default function MenuPage() {
description:
"Plant-based patty with fresh vegetables and special sauce. A satisfying alternative for vegetarian guests.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg?_wi=2",
imageAlt: "Veggie Burger",
button: {
text: "Order Now",
@@ -179,7 +179,7 @@ export default function MenuPage() {
description:
"Fresh seasonal vegetables wrapped in soft tortilla with aromatic spices and creamy dressing.",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-burger-wooden-table_23-2148235082.jpg",
"http://img.b2bpic.net/free-photo/top-view-burger-wooden-table_23-2148235082.jpg?_wi=2",
imageAlt: "Mixed Vegetable Wrap",
button: {
text: "Order Now",
@@ -195,7 +195,7 @@ export default function MenuPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=3"
imageAlt="Hungry Bird coffee experience"
logoText="Hungry Bird Cafe & Restaurant"
copyrightText="© 2025 Hungry Bird. Serving delicious food with warm hospitality."

View File

@@ -76,7 +76,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-wooden-table_23-2148235082.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-wooden-table_23-2148235082.jpg?_wi=1"
imageAlt="Delicious burger at Hungry Bird"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -100,7 +100,7 @@ export default function HomePage() {
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=1"
imageAlt="Cozy Hungry Bird cafe interior"
mediaAnimation="slide-up"
/>
@@ -119,7 +119,7 @@ export default function HomePage() {
description:
"Juicy, flavorful and one of our customer favorites. Perfectly seasoned and grilled.",
imageSrc:
"http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2150887766.jpg",
"http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2150887766.jpg?_wi=1",
imageAlt: "Double Chicken Burger",
button: {
text: "Order Now",
@@ -131,7 +131,7 @@ export default function HomePage() {
description:
"Perfectly seasoned and fried to golden perfection. A traveler's delight.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg",
"http://img.b2bpic.net/free-photo/woman-taking-french-toast-from-brown-bread_140725-7138.jpg?_wi=1",
imageAlt: "Crispy Fried Chicken",
button: {
text: "Order Now",
@@ -143,7 +143,7 @@ export default function HomePage() {
description:
"A refreshing tropical drink loved by travelers. Perfect for hot days on the road.",
imageSrc:
"http://img.b2bpic.net/free-photo/citruses-mint-near-cocktails_23-2147801076.jpg",
"http://img.b2bpic.net/free-photo/citruses-mint-near-cocktails_23-2147801076.jpg?_wi=1",
imageAlt: "Mango Masti Mojito",
button: {
text: "Order Now",
@@ -155,7 +155,7 @@ export default function HomePage() {
description:
"Rich dark chocolate waffle with balanced sweetness. A sweet indulgence.",
imageSrc:
"http://img.b2bpic.net/free-photo/crepes-white-plate-with-chocolate-syrup-tea_114579-16787.jpg",
"http://img.b2bpic.net/free-photo/crepes-white-plate-with-chocolate-syrup-tea_114579-16787.jpg?_wi=1",
imageAlt: "Belgian Chocolate Waffle",
button: {
text: "Order Now",
@@ -167,7 +167,7 @@ export default function HomePage() {
description:
"A delicious vegetarian favorite packed with flavor and fresh ingredients.",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-salad-sandwich-with-vegetables-grey-desk-burger-pita-sandwich-salad-bread_140725-102107.jpg",
"http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-salad-sandwich-with-vegetables-grey-desk-burger-pita-sandwich-salad-bread_140725-102107.jpg?_wi=1",
imageAlt: "Tandoori Paneer Roll",
button: {
text: "Order Now",
@@ -199,7 +199,7 @@ export default function HomePage() {
useInvertedBackground={false}
tag="Vegetarian Friendly"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168785.jpg"
imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168785.jpg?_wi=1"
imageAlt="Vegetarian dishes at Hungry Bird"
mediaAnimation="blur-reveal"
/>
@@ -218,7 +218,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134864.jpg?_wi=1",
imageAlt: "Parking lot at Hungry Bird",
},
{
@@ -226,7 +226,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg?_wi=1",
imageAlt: "Family dining at Hungry Bird",
},
{
@@ -234,7 +234,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/decorated-wedding-hall-with-candles-round-tables-centerpieces_8353-10057.jpg?_wi=1",
imageAlt: "Private party space",
},
{
@@ -242,7 +242,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/happy-waiter-using-digital-tablet-while-talking-couple-taking-order-from-them-restaurant_637285-535.jpg?_wi=1",
imageAlt: "Warm service at Hungry Bird",
},
]}
@@ -297,7 +297,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=1"
imageAlt="Hungry Bird restaurant exterior"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -309,7 +309,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=1"
imageAlt="Hungry Bird coffee experience"
logoText="Hungry Bird Cafe & Restaurant"
copyrightText="© 2025 Hungry Bird. Serving delicious food with warm hospitality."

View File

@@ -75,19 +75,19 @@ export default function PrivatePartiesPage() {
{
title: "Spacious Venue",
description: "Our first floor party space is beautifully designed and can comfortably accommodate up to 40 guests.",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-hall-with-candles-round-tables-centerpieces_8353-10057.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-hall-with-candles-round-tables-centerpieces_8353-10057.jpg?_wi=3",
imageAlt: "Event space party room",
},
{
title: "Customizable Catering",
description: "Choose from our full menu or customize a special menu for your event. We cater to all dietary preferences.",
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2150887766.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2150887766.jpg?_wi=3",
imageAlt: "Catering menu options",
},
{
title: "Warm Hospitality",
description: "Our team ensures every guest feels welcomed and cared for. Friendly service is our specialty.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-using-digital-tablet-while-talking-couple-taking-order-from-them-restaurant_637285-535.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-using-digital-tablet-while-talking-couple-taking-order-from-them-restaurant_637285-535.jpg?_wi=3",
imageAlt: "Professional hospitality service",
},
]}
@@ -107,7 +107,7 @@ export default function PrivatePartiesPage() {
variant: "gradient-bars",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=2"
imageAlt="Hungry Bird restaurant exterior"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -119,7 +119,7 @@ export default function PrivatePartiesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=5"
imageAlt="Hungry Bird coffee experience"
logoText="Hungry Bird Cafe & Restaurant"
copyrightText="© 2025 Hungry Bird. Serving delicious food with warm hospitality."

View File

@@ -96,19 +96,19 @@ export default function ReviewsPage() {
{
title: "Exceptional Food Quality",
description: "Every dish is prepared with premium ingredients and care. Our customers love the freshness and taste of our burgers, chicken, and vegetarian options.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-wooden-table_23-2148235082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-wooden-table_23-2148235082.jpg?_wi=3",
imageAlt: "Exceptional food quality",
},
{
title: "Warm Hospitality",
description: "Our staff goes the extra mile to make you feel welcome. Friendly service, comfortable seating, and a welcoming atmosphere make every visit special.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-using-digital-tablet-while-talking-couple-taking-order-from-them-restaurant_637285-535.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-using-digital-tablet-while-talking-couple-taking-order-from-them-restaurant_637285-535.jpg?_wi=4",
imageAlt: "Warm hospitality",
},
{
title: "Family Friendly Environment",
description: "Perfect for families traveling together. Kids menu available, high chairs provided, and a calm atmosphere that makes everyone feel at home.",
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg?_wi=3",
imageAlt: "Family friendly environment",
},
]}
@@ -132,7 +132,7 @@ export default function ReviewsPage() {
tagAnimation="slide-up"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=3"
imageAlt="Hungry Bird restaurant exterior"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -144,7 +144,7 @@ export default function ReviewsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=6"
imageAlt="Hungry Bird coffee experience"
columns={footerColumns}
logoText="Hungry Bird Cafe & Restaurant"