Merge version_1 into main #1
@@ -49,7 +49,7 @@ export default function AboutPage() {
|
||||
description="Founded in 2020, Urban Bites revolutionized fast food with a commitment to quality, sustainability, and customer satisfaction."
|
||||
subdescription="Premium Ingredients. Quick Service. Happy Customers."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=3"
|
||||
imageAlt="Urban Bites restaurant showcasing quality and care"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -68,19 +68,19 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "We source only the finest ingredients from trusted suppliers. Every item on our menu is crafted with care and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=8",
|
||||
imageAlt: "Premium Quality Ingredients",
|
||||
},
|
||||
{
|
||||
title: "Sustainability Matters",
|
||||
description: "We're committed to reducing our environmental footprint. From eco-friendly packaging to local sourcing, sustainability is built into everything we do.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg?_wi=7",
|
||||
imageAlt: "Sustainable Practices",
|
||||
},
|
||||
{
|
||||
title: "Community Driven",
|
||||
description: "Urban Bites is more than a restaurant - it's part of your community. We support local initiatives and build lasting relationships with our customers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg?_wi=7",
|
||||
imageAlt: "Community Connection",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -55,7 +55,7 @@ export default function MenuPage() {
|
||||
name: "Ultimate Beef Burger",
|
||||
price: "$12.99",
|
||||
variant: "Beef, Cheddar, Lettuce, Tomato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=5",
|
||||
imageAlt: "Classic Ultimate Beef Burger",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function MenuPage() {
|
||||
name: "Deluxe Double Burger",
|
||||
price: "$15.99",
|
||||
variant: "Double Beef, Bacon, Swiss Cheese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=6",
|
||||
imageAlt: "Deluxe Double Beef Burger",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function MenuPage() {
|
||||
name: "Crispy Fried Chicken",
|
||||
price: "$14.99",
|
||||
variant: "Golden, Spiced, Juicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg?_wi=4",
|
||||
imageAlt: "Crispy Fried Chicken Wings",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function MenuPage() {
|
||||
name: "Chicken Tenders Combo",
|
||||
price: "$13.99",
|
||||
variant: "3 Pieces, Served with Sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg?_wi=5",
|
||||
imageAlt: "Chicken Tenders",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function MenuPage() {
|
||||
name: "Deluxe Street Pizza",
|
||||
price: "$16.99",
|
||||
variant: "12\" Pepperoni & Veggies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg?_wi=4",
|
||||
imageAlt: "Deluxe Street Pizza",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function MenuPage() {
|
||||
name: "Veggie Paradise Pizza",
|
||||
price: "$14.99",
|
||||
variant: "12\" Fresh Vegetables",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg?_wi=5",
|
||||
imageAlt: "Veggie Paradise Pizza",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function MenuPage() {
|
||||
name: "Golden Fries Combo",
|
||||
price: "$8.99",
|
||||
variant: "Crispy, Salted, Addictive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg?_wi=4",
|
||||
imageAlt: "Golden Crispy Fries Combo",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function MenuPage() {
|
||||
name: "Crispy Onion Rings",
|
||||
price: "$7.99",
|
||||
variant: "Golden, Crunchy, Perfect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg?_wi=5",
|
||||
imageAlt: "Crispy Onion Rings",
|
||||
},
|
||||
]}
|
||||
@@ -134,19 +134,19 @@ export default function MenuPage() {
|
||||
{
|
||||
title: "Burger Bonanza",
|
||||
description: "Buy any two burgers and get a free drink. Perfect for lunch dates or quick office meals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=7",
|
||||
imageAlt: "Burger Bonanza Special",
|
||||
},
|
||||
{
|
||||
title: "Chicken Lover Pack",
|
||||
description: "Fried chicken with fries and a beverage. The complete meal for chicken enthusiasts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg?_wi=6",
|
||||
imageAlt: "Chicken Lover Pack",
|
||||
},
|
||||
{
|
||||
title: "Pizza Night Deal",
|
||||
description: "Order a large pizza and get a second one at 50% off. Share the joy with friends and family!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg?_wi=6",
|
||||
imageAlt: "Pizza Night Special",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
imageAlt: "Delicious burgers and crispy fries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1",
|
||||
imageAlt: "Modern Urban Bites restaurant interior",
|
||||
},
|
||||
]}
|
||||
@@ -82,7 +82,7 @@ export default function HomePage() {
|
||||
description="Founded in 2020, Urban Bites revolutionized fast food with a commitment to quality, sustainability, and customer satisfaction."
|
||||
subdescription="Premium Ingredients. Quick Service. Happy Customers."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=2"
|
||||
imageAlt="Urban Bites restaurant showcasing quality and care"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -105,7 +105,7 @@ export default function HomePage() {
|
||||
name: "Ultimate Beef Burger",
|
||||
price: "$12.99",
|
||||
variant: "Beef, Cheddar, Lettuce, Tomato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=1",
|
||||
imageAlt: "Classic Ultimate Beef Burger",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function HomePage() {
|
||||
name: "Crispy Fried Chicken",
|
||||
price: "$14.99",
|
||||
variant: "Golden, Spiced, Juicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg?_wi=1",
|
||||
imageAlt: "Crispy Fried Chicken Wings",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
name: "Deluxe Street Pizza",
|
||||
price: "$16.99",
|
||||
variant: "12\" Pepperoni & Veggies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg?_wi=1",
|
||||
imageAlt: "Deluxe Street Pizza",
|
||||
},
|
||||
{
|
||||
@@ -129,7 +129,7 @@ export default function HomePage() {
|
||||
name: "Golden Fries Combo",
|
||||
price: "$8.99",
|
||||
variant: "Crispy, Salted, Addictive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg?_wi=1",
|
||||
imageAlt: "Golden Crispy Fries Combo",
|
||||
},
|
||||
]}
|
||||
@@ -152,25 +152,25 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Every ingredient is sourced from trusted local suppliers. We never compromise on quality, ensuring every meal tastes amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=2",
|
||||
imageAlt: "Fresh ingredient quality",
|
||||
},
|
||||
{
|
||||
title: "Quick Service",
|
||||
description: "Order placed? Food's ready in minutes. Our streamlined kitchen and expert team guarantee lightning-fast delivery without sacrificing quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg?_wi=2",
|
||||
imageAlt: "Fast food preparation",
|
||||
},
|
||||
{
|
||||
title: "Food Safety Standards",
|
||||
description: "Health and hygiene are paramount. Our kitchen meets and exceeds all local and international food safety regulations. Every meal is prepared with care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg?_wi=2",
|
||||
imageAlt: "Professional kitchen standards",
|
||||
},
|
||||
{
|
||||
title: "Customer Satisfaction",
|
||||
description: "Your happiness is our success. We back every order with our satisfaction guarantee. Not happy? We'll make it right.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg?_wi=2",
|
||||
imageAlt: "Happy customer enjoying food",
|
||||
},
|
||||
]}
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
quote: "Urban Bites is my go-to spot during lunch breaks. Fast, fresh, and absolutely delicious. The burger is incredible and I'm in and out in 10 minutes!",
|
||||
tag: "Office Worker",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-laptop-while-having-lunch-break-office_637285-8682.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
quote: "We bring our kids to Urban Bites every Friday. Clean environment, healthy options, and food that actually tastes good. Can't ask for more from a fast food place!",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-multiethnic-people-dining-room-celebrating-winter-holiday-with-traditional-home-cooked-food-happy-festive-family-enjoying-christmas-dinner-home-while-eating-together-handheld-shot_482257-48674.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-dark-wood_84443-74902.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
quote: "Skeptical at first, but Urban Bites proved me wrong. The ingredients are fresh, preparation is careful, and every bite tastes premium. This is fast food 2.0.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
quote: "As a college student on a budget, Urban Bites is a lifesaver. Prices are fair, portions are generous, and the taste? Absolutely next level. Highly recommend!",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-stylish-queer-girl-college-student-leaning-wall-holding-totebag-smiling-looking-camera-walking-outdoors-after-classes-finished-education-program-employee-recruitment-concept_197531-30536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -274,7 +274,7 @@ export default function HomePage() {
|
||||
quote: "I've visited Urban Bites dozens of times. The consistency is incredible - same great taste, same great service, every single visit. This is my new favorite!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-laptop-while-having-lunch-break-office_637285-8682.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10846.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user