@@ -74,18 +55,9 @@ export default function LandingPage() {
title="Welcome to Mary's Bowl"
description="Located in the heart of Athens, we provide fresh, nutritious meals that are perfect for your busy day. Our commitment is quality, taste, and affordability."
bulletPoints={[
- {
- title: "Fresh Ingredients",
- description: "We source daily to ensure peak freshness.",
- },
- {
- title: "Affordable Prices",
- description: "Healthy eating doesn't have to break the bank.",
- },
- {
- title: "Quick Service",
- description: "Perfect for your lunch break or takeaway.",
- },
+ { title: "Fresh Ingredients", description: "We source daily to ensure peak freshness." },
+ { title: "Affordable Prices", description: "Healthy eating doesn't have to break the bank." },
+ { title: "Quick Service", description: "Perfect for your lunch break or takeaway." },
]}
imageSrc="http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-supermarket_482257-86756.jpg"
mediaAnimation="slide-up"
@@ -99,42 +71,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Mediterranean Veggie Bowl",
- price: "€6",
- imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg",
- },
- {
- id: "2",
- name: "Quinoa Superfood Bowl",
- price: "€8",
- imageSrc: "http://img.b2bpic.net/free-photo/sliced-vegetable-salad-little-pieced-colorful-vitamine-riched-along-with-rice-salted-peppered-tasty-brown-wood-desk_140725-15032.jpg",
- },
- {
- id: "3",
- name: "Avocado Chicken Bowl",
- price: "€9",
- imageSrc: "http://img.b2bpic.net/free-photo/chopped-tomatoes-white-cheese-black-olives-green-bowl_114579-4635.jpg",
- },
- {
- id: "4",
- name: "Salmon Poke Inspired Bowl",
- price: "€10",
- imageSrc: "http://img.b2bpic.net/free-photo/sliced-smoked-sausages-lettuce-tomato-green-bowl_114579-68498.jpg",
- },
- {
- id: "5",
- name: "Vegan Harvest Bowl",
- price: "€7",
- imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-601.jpg",
- },
- {
- id: "6",
- name: "Classic Caesar Healthy Twist",
- price: "€5",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-greek-salad-lettuce-tomatoes-feta-cheese-cucumbers-black-olives-purple-onion_176474-3369.jpg",
- },
+ { id: "1", name: "Mediterranean Veggie Bowl", price: "€6", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg" },
+ { id: "2", name: "Quinoa Superfood Bowl", price: "€8", imageSrc: "http://img.b2bpic.net/free-photo/sliced-vegetable-salad-little-pieced-colorful-vitamine-riched-along-with-rice-salted-peppered-tasty-brown-wood-desk_140725-15032.jpg" },
+ { id: "3", name: "Avocado Chicken Bowl", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/chopped-tomatoes-white-cheese-black-olives-green-bowl_114579-4635.jpg" },
+ { id: "4", name: "Salmon Poke Inspired Bowl", price: "€10", imageSrc: "http://img.b2bpic.net/free-photo/sliced-smoked-sausages-lettuce-tomato-green-bowl_114579-68498.jpg" },
+ { id: "5", name: "Vegan Harvest Bowl", price: "€7", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-601.jpg" },
+ { id: "6", name: "Classic Caesar Healthy Twist", price: "€5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-greek-salad-lettuce-tomatoes-feta-cheese-cucumbers-black-olives-purple-onion_176474-3369.jpg" },
]}
title="Our Signature Bowls"
description="Discover our favorite bowl combinations, prepared fresh daily."
@@ -144,43 +86,14 @@ export default function LandingPage() {
@@ -221,33 +119,16 @@ export default function LandingPage() {
logoText="Mary's Bowl"
columns={[
{
- title: "Navigation",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "Menu",
- href: "#menu",
- },
- {
- label: "About",
- href: "#about",
- },
+ title: "Navigation", items: [
+ { label: "Home", href: "#hero" },
+ { label: "Menu", href: "#menu" },
+ { label: "About", href: "#about" },
],
},
{
- title: "Contact",
- items: [
- {
- label: "Tsamadou 77, Athens",
- href: "#",
- },
- {
- label: "21 3099 1692",
- href: "tel:2130991692",
- },
+ title: "Contact", items: [
+ { label: "Tsamadou 77, Athens", href: "#" },
+ { label: "21 3099 1692", href: "tel:2130991692" },
],
},
]}