diff --git a/src/app/page.tsx b/src/app/page.tsx index 1154975..a2bcc3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -136,60 +79,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "פאד תאי מקורי", - price: "65 ₪", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/pad-thai_1203-6742.jpg", - brand: "Thai Soul", - }, - { - id: "2", - name: "קארי ירוק חריף", - price: "75 ₪", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/three-assorted-steamed-bao-buns-dark-serving-board_84443-85725.jpg", - brand: "Thai Soul", - }, - { - id: "3", - name: "אגרול פריך", - price: "35 ₪", - rating: 4, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/pickled-olives-green-beans-fried-potatoes-wooden-plate_114579-57691.jpg", - brand: "Thai Soul", - }, - { - id: "4", - name: "סלט פאפאיה", - price: "45 ₪", - rating: 5, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/thai-food-mixed-spicy-white-pork-sausage-salad-yum-moo-yor_1150-38097.jpg", - brand: "Thai Soul", - }, - { - id: "5", - name: "מנגו סטיקי רייס", - price: "40 ₪", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-mango-sticky-rice-with-coconut-milk-dark-surface_1150-41943.jpg", - brand: "Thai Soul", - }, - { - id: "6", - name: "תה תאילנדי קר", - price: "20 ₪", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg", - brand: "Thai Soul", - }, + { id: "1", name: "פאד תאי מקורי", price: "65 ₪", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai_1203-6742.jpg", brand: "Thai Soul" }, + { id: "2", name: "קארי ירוק חריף", price: "75 ₪", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/three-assorted-steamed-bao-buns-dark-serving-board_84443-85725.jpg", brand: "Thai Soul" }, + { id: "3", name: "אגרול פריך", price: "35 ₪", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/pickled-olives-green-beans-fried-potatoes-wooden-plate_114579-57691.jpg", brand: "Thai Soul" }, + { id: "4", name: "סלט פאפאיה", price: "45 ₪", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-mixed-spicy-white-pork-sausage-salad-yum-moo-yor_1150-38097.jpg", brand: "Thai Soul" }, + { id: "5", name: "מנגו סטיקי רייס", price: "40 ₪", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-mango-sticky-rice-with-coconut-milk-dark-surface_1150-41943.jpg", brand: "Thai Soul" }, + { id: "6", name: "תה תאילנדי קר", price: "20 ₪", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg", brand: "Thai Soul" } ]} title="התפריט שלנו" description="טעמים עזים, מרכיבים טריים ובישול באהבה." @@ -202,33 +97,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "100%", - title: "אותנטיות", - items: [ - "מרכיבים מהמקור", - "שיטות בישול מסורתיות", - ], - }, - { - id: "m2", - value: "5/5", - title: "דירוג", - items: [ - "ביקורות אוהבות", - "חוויה אישית", - ], - }, - { - id: "m3", - value: "50+", - title: "מתכונים", - items: [ - "סודות משפחתיים", - "טעמים משתנים", - ], - }, + { id: "m1", value: "100%", title: "אותנטיות", items: ["מרכיבים מהמקור", "שיטות בישול מסורתיות"] }, + { id: "m2", value: "5/5", title: "דירוג", items: ["ביקורות אוהבות", "חוויה אישית"] }, + { id: "m3", value: "50+", title: "מתכונים", items: ["סודות משפחתיים", "טעמים משתנים"] } ]} title="הצלחה בצלחת" description="המספרים מאחורי הקסם של רונג'אן" @@ -239,61 +110,18 @@ export default function LandingPage() {