Update src/app/page.tsx
This commit is contained in:
@@ -93,27 +93,27 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-italian-food-dough-snack-pizza_140725-101748.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-italian-food-dough-snack-pizza_140725-101748.jpg?_wi=1",
|
||||
imageAlt: "Delicious pizza",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-with-copy-space-sauces_23-2148784888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-with-copy-space-sauces_23-2148784888.jpg?_wi=1",
|
||||
imageAlt: "Crispy Kentucky fried chicken",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filling-burrito_23-2148024779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filling-burrito_23-2148024779.jpg?_wi=1",
|
||||
imageAlt: "Sizzling chicken fajitas",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-chicken-mushroom-sauteed-served-with-rice-vegetables_140725-5788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-chicken-mushroom-sauteed-served-with-rice-vegetables_140725-5788.jpg?_wi=1",
|
||||
imageAlt: "Creamy rizo rice dish",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274830.jpg?_wi=1",
|
||||
imageAlt: "Gourmet beef burger",
|
||||
},
|
||||
{
|
||||
@@ -235,7 +235,7 @@ export default function LandingPage() {
|
||||
description: "لا تنتظر طويلاً، استمتع بوجبتك في أسرع وقت.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-italian-food-dough-snack-pizza_140725-101748.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-italian-food-dough-snack-pizza_140725-101748.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and seasonings on dark floor dough food pizza meal italian",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function LandingPage() {
|
||||
description: "نستخدم أجود المكونات لضمان أعلى جودة ومذاق.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-with-copy-space-sauces_23-2148784888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-with-copy-space-sauces_23-2148784888.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and seasonings on dark floor dough food pizza meal italian",
|
||||
},
|
||||
{
|
||||
@@ -251,7 +251,7 @@ export default function LandingPage() {
|
||||
description: "وجبات لذيذة بأسعار تناسب الجميع.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: DollarSign,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filling-burrito_23-2148024779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filling-burrito_23-2148024779.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and seasonings on dark floor dough food pizza meal italian",
|
||||
},
|
||||
{
|
||||
@@ -259,7 +259,7 @@ export default function LandingPage() {
|
||||
description: "استرخ واستمتع بوجبتك في مقاعدنا المريحة.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Home,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-chicken-mushroom-sauteed-served-with-rice-vegetables_140725-5788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-chicken-mushroom-sauteed-served-with-rice-vegetables_140725-5788.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and seasonings on dark floor dough food pizza meal italian",
|
||||
},
|
||||
{
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
description: "نقدم خدمة التوصيل السريع إلى باب منزلك.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Car,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274830.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and seasonings on dark floor dough food pizza meal italian",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user