diff --git a/src/app/page.tsx b/src/app/page.tsx index 277e062..b58398c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,45 +31,45 @@ export default function LandingPage() {
@@ -77,9 +77,9 @@ export default function LandingPage() {
@@ -90,15 +90,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "Classic", name: "Pepperoni Feast", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-pizza-with-bacon-arugula-black-kitchen-counter_23-2148076062.jpg" }, - { id: "p2", brand: "Vegetarian", name: "Margherita Fresh", price: "$16", rating: 4, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643460.jpg" }, - { id: "p3", brand: "Veggie", name: "Garden Harvest", price: "$17", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-pizza-wooden-background_23-2148308814.jpg" }, - { id: "p4", brand: "Signature", name: "Four Cheese Delight", price: "$19", rating: 5, reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg" }, - { id: "p5", brand: "Specialty", name: "BBQ Chicken Craze", price: "$20", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-chicken-mushroom-bell-peppers-cheese-side-view_140725-9145.jpg" }, - { id: "p6", brand: "Premium", name: "Truffle Mushroom", price: "$22", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-pizza-with-mushrooms-spices_114579-10718.jpg" }, + { id: "p1", brand: "קלאסי", name: "חגיגת פפרוני", price: "₪60", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-pizza-with-bacon-arugula-black-kitchen-counter_23-2148076062.jpg" }, + { id: "p2", brand: "צמחוני", name: "מרגריטה טרייה", price: "₪50", rating: 4, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643460.jpg" }, + { id: "p3", brand: "ירקות", name: "קטיף מהגינה", price: "₪55", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-pizza-wooden-background_23-2148308814.jpg" }, + { id: "p4", brand: "חתימת השף", name: "ארבע גבינות", price: "₪65", rating: 5, reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg" }, + { id: "p5", brand: "מיוחד", name: "עוף בברביקיו", price: "₪70", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-chicken-mushroom-bell-peppers-cheese-side-view_140725-9145.jpg" }, + { id: "p6", brand: "פרימיום", name: "כמהין ופטריות", price: "₪75", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-pizza-with-mushrooms-spices_114579-10718.jpg" }, ]} - title="Our Signature Pizzas" - description="Delicious, handcrafted pies available for pickup and delivery." + title="הפיצות המיוחדות שלנו" + description="פשטידות עבודת יד טעימות הזמינות לאיסוף ולמשלוחים. להזמנות חייגו: 046400401" /> @@ -107,12 +107,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { tag: "Fresh", title: "Fresh Ingredients", subtitle: "Local", description: "We source vegetables and dairy from local farms daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-s-hand-flattening-dough-with-rolling-pin_23-2147926687.jpg", imageAlt: "chef preparing fresh pizza" }, - { tag: "Craft", title: "Hand-Stretched", subtitle: "Dough", description: "Our dough is proofed for 48 hours for optimal crust.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg?_wi=2", imageAlt: "chef preparing fresh pizza" }, - { tag: "Fast", title: "Quick Delivery", subtitle: "Service", description: "Hot and fresh to your doorstep within 30 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=2", imageAlt: "chef preparing fresh pizza" }, + { tag: "טרי", title: "מרכיבים טריים", subtitle: "מקומי", description: "אנו רוכשים ירקות ומוצרי חלב מחוות מקומיות מדי יום.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-s-hand-flattening-dough-with-rolling-pin_23-2147926687.jpg", imageAlt: "שף מכין פיצה טרייה" }, + { tag: "אומנות", title: "מתיחה ידנית", subtitle: "בצק", description: "הבצק שלנו תופח במשך 48 שעות לקבלת קראסט אופטימלי.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg?_wi=2", imageAlt: "שף מכין פיצה טרייה" }, + { tag: "מהיר", title: "משלוח מהיר", subtitle: "שירות", description: "חם וטרי עד מפתן דלתכם תוך 30 דקות.", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=2", imageAlt: "שף מכין פיצה טרייה" }, ]} - title="Why Mikey's?" - description="Experience the difference of authentic, local craft." + title="למה פיצה מייקי?" + description="חוו את ההבדל של פיצה איכותית, אותנטית ומקומית." /> @@ -120,14 +120,14 @@ export default function LandingPage() { @@ -136,9 +136,9 @@ export default function LandingPage() { @@ -147,14 +147,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Do you deliver?", content: "Yes, we deliver within a 5-mile radius." }, - { id: "f2", title: "Do you have vegan options?", content: "Yes, we offer plant-based cheese and veggie toppings." }, - { id: "f3", title: "What are your hours?", content: "We are open daily from 11 AM to 10 PM." }, + { id: "f1", title: "האם יש משלוחים?", content: "כן, אנו מבצעים משלוחים ברדיוס של 8 ק"מ." }, + { id: "f2", title: "האם יש אפשרויות טבעוניות?", content: "כן, אנו מציעים גבינה טבעונית ותוספות ירקות." }, + { id: "f3", title: "מה שעות הפעילות?", content: "אנחנו פתוחים מדי יום מ-11:00 עד 22:00." }, ]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-chef-preparing-pizza_23-2150235806.jpg" mediaAnimation="slide-up" - title="Common Questions" - description="Everything you need to know about ordering from us." + title="שאלות נפוצות" + description="כל מה שצריך לדעת על הזמנה מאיתנו." faqsAnimation="slide-up" /> @@ -163,22 +163,22 @@ export default function LandingPage() { ); -} +} \ No newline at end of file