diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f4383c..3740387 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { description="Savor the flavors of Greece with our premium pitas, perfectly seasoned meats, and crispy golden fries. Experience Mediterranean cuisine on the go." tag="Fresh Mediterranean Flavors" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/servant-cutting-top-side-meat-pie-coocked-inside-pottery-cup_114579-1847.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/servant-cutting-top-side-meat-pie-coocked-inside-pottery-cup_114579-1847.jpg" imageAlt="Delicious Greek Pita" buttons={[ { text: "Order Now", href: "contact" }, @@ -64,6 +64,7 @@ export default function LandingPage() { imageAlt="Crispy Greek Fries" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -78,13 +79,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Greek Gyro", price: "$9.99", variant: "Lamb & Chicken", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=1", imageAlt: "Greek Gyro" + id: "1", name: "Classic Greek Gyro", price: "$9.99", variant: "Lamb & Chicken", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg", imageAlt: "Greek Gyro" }, { - id: "2", name: "Grilled Souvlaki Platter", price: "$11.99", variant: "Chicken or Pork Skewers", imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise_114579-9165.jpg?_wi=1", imageAlt: "Greek Souvlaki" + id: "2", name: "Grilled Souvlaki Platter", price: "$11.99", variant: "Chicken or Pork Skewers", imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise_114579-9165.jpg", imageAlt: "Greek Souvlaki" }, { - id: "3", name: "Crispy Falafel Wrap", price: "$7.99", variant: "Vegan Chickpea", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14288.jpg?_wi=1", imageAlt: "Falafel Wrap" + id: "3", name: "Crispy Falafel Wrap", price: "$7.99", variant: "Vegan Chickpea", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14288.jpg", imageAlt: "Falafel Wrap" } ]} /> @@ -100,19 +101,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "combo-1", title: "Gyro Combo", price: "$13.99", period: "with fries & drink", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=2", imageAlt: "Gyro Combo", button: { text: "Add to Order", href: "contact" }, + id: "combo-1", title: "Gyro Combo", price: "$13.99", period: "with fries & drink", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg", imageAlt: "Gyro Combo", button: { text: "Add to Order", href: "contact" }, features: [ "Greek Gyro with pita", "Crispy golden fries", "Soft drink included" ] }, { - id: "combo-2", title: "Souvlaki Platter", price: "$15.99", period: "with sides", imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise_114579-9165.jpg?_wi=2", imageAlt: "Souvlaki Combo", button: { text: "Add to Order", href: "contact" }, + id: "combo-2", title: "Souvlaki Platter", price: "$15.99", period: "with sides", imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise_114579-9165.jpg", imageAlt: "Souvlaki Combo", button: { text: "Add to Order", href: "contact" }, features: [ "Two grilled souvlaki skewers", "Fries & Greek salad", "Soft drink included" ] }, { - id: "combo-3", title: "Mediterranean Mix", price: "$16.99", period: "feeds 2", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14288.jpg?_wi=2", imageAlt: "Mediterranean Mix", button: { text: "Add to Order", href: "contact" }, + id: "combo-3", title: "Mediterranean Mix", price: "$16.99", period: "feeds 2", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14288.jpg", imageAlt: "Mediterranean Mix", button: { text: "Add to Order", href: "contact" }, features: [ "Gyro & Falafel wrap combo", "Large fries portion", "Two drinks included" ] @@ -156,7 +157,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Special requests or dietary preferences...", rows: 4, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/servant-cutting-top-side-meat-pie-coocked-inside-pottery-cup_114579-1847.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/servant-cutting-top-side-meat-pie-coocked-inside-pottery-cup_114579-1847.jpg" imageAlt="Greek Pita Order" mediaAnimation="slide-up" mediaPosition="right"