Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 22:15:30 +00:00
2 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -54,19 +54,19 @@ export default function LandingPage() {
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cutlets-with-onion-rings-grey-background-meal-photo-dish-meat_140725-47072.jpg", imageAlt: "Authentic Afghan kabab and karahi spread"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-spices-lemon-pepper-tomatoes_140725-78455.jpg", imageAlt: "Lamb karahi - most popular dish"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-spices-lemon-pepper-tomatoes_140725-78455.jpg?_wi=1", imageAlt: "Lamb karahi - most popular dish"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables_2829-19994.jpg", imageAlt: "Breast chicken kabob"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables_2829-19994.jpg?_wi=1", imageAlt: "Breast chicken kabob"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87468.jpg", imageAlt: "Kabuli palaw beef"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87468.jpg?_wi=1", imageAlt: "Kabuli palaw beef"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/person-putting-roasted-chicken-festive-table_23-2147973661.jpg", imageAlt: "Family package feast"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/person-putting-roasted-chicken-festive-table_23-2147973661.jpg?_wi=1", imageAlt: "Family package feast"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg", imageAlt: "Restaurant welcoming interior"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg?_wi=1", imageAlt: "Restaurant welcoming interior"
}
]}
autoPlay={true}
@@ -85,7 +85,7 @@ export default function LandingPage() {
{ value: "4.5★", title: "Google Rating (192 Reviews)" },
{ value: "$10-20", title: "Per Person Average" }
]}
imageSrc="http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg?_wi=2"
imageAlt="Khalifa Kabab & Karahi welcoming restaurant interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -107,19 +107,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Signature Dish", name: "Lamb Karahi", price: "$18", rating: 5,
reviewCount: "Most Ordered", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-spices-lemon-pepper-tomatoes_140725-78455.jpg", imageAlt: "Lamb karahi"
reviewCount: "Most Ordered", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-spices-lemon-pepper-tomatoes_140725-78455.jpg?_wi=2", imageAlt: "Lamb karahi"
},
{
id: "2", brand: "Protein Favorite", name: "Breast Chicken Kabob", price: "$16", rating: 5,
reviewCount: "Top Choice", imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables_2829-19994.jpg", imageAlt: "Breast chicken kabob"
reviewCount: "Top Choice", imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables_2829-19994.jpg?_wi=2", imageAlt: "Breast chicken kabob"
},
{
id: "3", brand: "Rice Specialty", name: "Kabuli Palaw Beef", price: "$17", rating: 5,
reviewCount: "Customer Favorite", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87468.jpg", imageAlt: "Kabuli palaw beef"
reviewCount: "Customer Favorite", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87468.jpg?_wi=2", imageAlt: "Kabuli palaw beef"
},
{
id: "4", brand: "Combo Value", name: "Deal 2 Family Package", price: "$85", rating: 5,
reviewCount: "Feeds 5-6", imageSrc: "http://img.b2bpic.net/free-photo/person-putting-roasted-chicken-festive-table_23-2147973661.jpg", imageAlt: "Family package feeds 5-6 people"
reviewCount: "Feeds 5-6", imageSrc: "http://img.b2bpic.net/free-photo/person-putting-roasted-chicken-festive-table_23-2147973661.jpg?_wi=2", imageAlt: "Family package feeds 5-6 people"
}
]}
/>