Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 22:31:14 +00:00

View File

@@ -49,10 +49,9 @@ 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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-bowl-rustic-wooden-table_84443-74890.jpg"
imageAlt="Crispy fried chicken served fresh"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -70,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?_wi=1", imageAlt: "Crispy chicken combo with sides"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg", 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?_wi=2", imageAlt: "Golden tacos pack"
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg", 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?_wi=1", imageAlt: "Spicy wings bucket meal"
reviewCount: "750", imageSrc: "http://img.b2bpic.net/free-photo/male-pouring-ketchup-burger-buns_7502-9667.jpg", imageAlt: "Spicy wings bucket meal"
}
]}
/>
@@ -96,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?_wi=2"
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"
},
{
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?_wi=3"
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"
},
{
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?_wi=2"
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"
},
{
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?_wi=3"
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"
}
]}
/>