Update src/app/page.tsx
This commit is contained in:
@@ -90,12 +90,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Rotisserie Chicken", price: "150 DH", imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg" },
|
||||
{ id: "2", name: "Croustillant Mixte", price: "85 DH", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg" },
|
||||
{ id: "3", name: "Fresh Garden Salad", price: "45 DH", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg" },
|
||||
{ id: "4", name: "Signature Dip", price: "10 DH", imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg" },
|
||||
{ id: "5", name: "Spiced Fries", price: "25 DH", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg" },
|
||||
{ id: "6", name: "Daily Special", price: "120 DH", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg" },
|
||||
{ id: "1", name: "Rotisserie Chicken", price: "150 DH", imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=1" },
|
||||
{ id: "2", name: "Croustillant Mixte", price: "85 DH", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg?_wi=1" },
|
||||
{ id: "3", name: "Fresh Garden Salad", price: "45 DH", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg?_wi=1" },
|
||||
{ id: "4", name: "Signature Dip", price: "10 DH", imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=2" },
|
||||
{ id: "5", name: "Spiced Fries", price: "25 DH", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg?_wi=2" },
|
||||
{ id: "6", name: "Daily Special", price: "120 DH", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg?_wi=2" },
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Premium ingredients, perfect seasoning, and unmatched flavor."
|
||||
@@ -107,9 +107,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ahmed M.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-waiter-using-digital-tablet-while-communicating-with-couple-outdoor-cafe_637285-557.jpg" },
|
||||
{ id: "2", name: "Sarah L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "2", name: "Sarah L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=1" },
|
||||
{ id: "3", name: "Youssef K.", imageSrc: "http://img.b2bpic.net/free-photo/one-companions_1098-13516.jpg" },
|
||||
{ id: "4", name: "Fatima Z.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "4", name: "Fatima Z.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=2" },
|
||||
{ id: "5", name: "Khalid B.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-yellow-background-with-happy-cool-smile-face-lucky-person_839833-8587.jpg" },
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
title="Ready to Taste the Best?"
|
||||
description="Order now or visit us in Salé for an unforgettable experience."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user