Merge version_4 into main #5
@@ -48,9 +48,9 @@ export default function LandingPage() {
|
||||
description="Authentic flavors, hand-crafted dishes, and a warm atmosphere waiting for you in every bite at Cafe Petra."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg", imageAlt: "Fresh Mediterranean Salad" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg", imageAlt: "Grilled Mediterranean Fish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg", imageAlt: "Mediterranean Meze Plate" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg?_wi=1", imageAlt: "Fresh Mediterranean Salad" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg?_wi=1", imageAlt: "Grilled Mediterranean Fish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg?_wi=1", imageAlt: "Mediterranean Meze Plate" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Our Menu", href: "#products" }]}
|
||||
/>
|
||||
@@ -72,9 +72,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Greek Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg" },
|
||||
{ id: "2", name: "Hummus Platter", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg" },
|
||||
{ id: "3", name: "Grilled Sea Bass", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg" }
|
||||
{ id: "1", name: "Greek Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg?_wi=2" },
|
||||
{ id: "2", name: "Hummus Platter", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg?_wi=2" },
|
||||
{ id: "3", name: "Grilled Sea Bass", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user