Merge version_1 into main #2
@@ -84,7 +84,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Welcome to Chickana Restaurant"
|
||||
description="Authentic grilled chicken and Arabic cuisine in the heart of Al Zahiyah. Fresh ingredients, bold flavors, and unforgettable dining experiences."
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Open Now"
|
||||
tagIcon={Clock}
|
||||
tagAnimation="slide-up"
|
||||
@@ -127,28 +127,28 @@ export default function HomePage() {
|
||||
id: "grilled-chicken",
|
||||
name: "Grilled Chicken Special",
|
||||
price: "AED 35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-festive-christmas-meal-assortment_23-2148746116.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-festive-christmas-meal-assortment_23-2148746116.jpg",
|
||||
imageAlt: "Succulent grilled chicken with herbs and spices",
|
||||
},
|
||||
{
|
||||
id: "mixed-grill",
|
||||
name: "Mixed Grill Platter",
|
||||
price: "AED 65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lule-chicken-kebab-with-vegetables-table_140725-6705.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lule-chicken-kebab-with-vegetables-table_140725-6705.jpg",
|
||||
imageAlt: "Assorted grilled meats and vegetables",
|
||||
},
|
||||
{
|
||||
id: "arabic-mezze",
|
||||
name: "Arabic Mezze Combo",
|
||||
price: "AED 45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247761.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247761.jpg",
|
||||
imageAlt: "Traditional Arabic appetizers and dips",
|
||||
},
|
||||
{
|
||||
id: "shawarma-wrap",
|
||||
name: "Premium Shawarma Wrap",
|
||||
price: "AED 28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shawarma-wraps-served-with-sauce-french-fries_141793-369.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shawarma-wraps-served-with-sauce-french-fries_141793-369.jpg",
|
||||
imageAlt: "Tender shawarma meat in fresh pita bread",
|
||||
},
|
||||
]}
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
icon: Truck,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794221.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794221.jpg"
|
||||
imageAlt="Chickana Restaurant interior and team"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -251,7 +251,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157785.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157785.jpg"
|
||||
imageAlt="restaurant table setup elegant place settings"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -262,7 +262,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/travelling-iran_8327-274.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/travelling-iran_8327-274.jpg"
|
||||
imageAlt="Middle Eastern restaurant exterior entrance facade"
|
||||
columns={footerColumns}
|
||||
logoText="Chickana"
|
||||
|
||||
Reference in New Issue
Block a user