Merge version_1 into main #3
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
{ text: "View Menu", href: "#menu-highlights" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-rustic-wooden-table_84443-74890.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-rustic-wooden-table_84443-74890.jpg?_wi=1"
|
||||
imageAlt="Crispy fried chicken served fresh"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -69,15 +69,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Chicken Amine", name: "Crispy Chicken Combo", price: "89 DH", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg", imageAlt: "Crispy chicken combo with sides"
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg?_wi=1", imageAlt: "Crispy chicken combo with sides"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Chicken Amine", name: "Delicious Tacos Pack", price: "65 DH", rating: 5,
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg", imageAlt: "Golden tacos pack"
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg?_wi=2", imageAlt: "Golden tacos pack"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Chicken Amine", name: "Spicy Wings Bucket", price: "75 DH", rating: 5,
|
||||
reviewCount: "750", imageSrc: "http://img.b2bpic.net/free-photo/male-pouring-ketchup-burger-buns_7502-9667.jpg", imageAlt: "Spicy wings bucket meal"
|
||||
reviewCount: "750", imageSrc: "http://img.b2bpic.net/free-photo/male-pouring-ketchup-burger-buns_7502-9667.jpg?_wi=1", imageAlt: "Spicy wings bucket meal"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -95,19 +95,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Quality Ingredients", description: "Fresh, premium ingredients sourced locally to ensure the best flavor and quality in every meal.", imageSrc: "http://img.b2bpic.net/free-photo/male-pouring-ketchup-burger-buns_7502-9667.jpg"
|
||||
title: "Quality Ingredients", description: "Fresh, premium ingredients sourced locally to ensure the best flavor and quality in every meal.", imageSrc: "http://img.b2bpic.net/free-photo/male-pouring-ketchup-burger-buns_7502-9667.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fast Service", description: "Quick preparation without compromising quality. Your meal is ready when you want it.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg"
|
||||
title: "Fast Service", description: "Quick preparation without compromising quality. Your meal is ready when you want it.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Affordable Prices", description: "Enjoy delicious, authentic food at prices that fit your budget. Great value every time.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-rustic-wooden-table_84443-74890.jpg"
|
||||
title: "Affordable Prices", description: "Enjoy delicious, authentic food at prices that fit your budget. Great value every time.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-rustic-wooden-table_84443-74890.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Local Reputation", description: "Trusted by Sidi Moumen residents. Proven track record of customer satisfaction and authentic taste.", imageSrc: "http://img.b2bpic.net/free-photo/male-pouring-ketchup-burger-buns_7502-9667.jpg"
|
||||
title: "Local Reputation", description: "Trusted by Sidi Moumen residents. Proven track record of customer satisfaction and authentic taste.", imageSrc: "http://img.b2bpic.net/free-photo/male-pouring-ketchup-burger-buns_7502-9667.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user