diff --git a/src/app/page.tsx b/src/app/page.tsx index e3aa94e..906559d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,30 +29,12 @@ export default function LandingPage() { @@ -134,60 +76,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "קפה", - name: "קפוצ'ינו איטלקי", - price: "₪18", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/cookies-latte-coffee-cup-front-woman-sitting-caf_23-2148209305.jpg", - }, - { - id: "p2", - brand: "קפה", - name: "אייס קפה פאמיליה", - price: "₪22", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1866.jpg", - }, - { - id: "p3", - brand: "מאפים", - name: "קרואסון חמאה", - price: "₪15", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-honey-dipper-basket-wooden-table-flat-lay_176474-8173.jpg", - }, - { - id: "p4", - brand: "קינוחים", - name: "עוגת שוקולד חמה", - price: "₪32", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-plate-with-tea-teapot-nuts-fruit-jam-flowers-white-wooden-background_176474-3963.jpg", - }, - { - id: "p5", - brand: "כריכים", - name: "כריך בריאות", - price: "₪38", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/toast-with-assortment-vegetables_23-2148381383.jpg", - }, - { - id: "p6", - brand: "בוקר", - name: "ארוחת בוקר זוגית", - price: "₪48", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/egg-toast-with-spices-wooden-board-with-cutlery_114579-48090.jpg", - }, + { id: "p1", brand: "קפה", name: "קפוצ'ינו איטלקי", price: "₪18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cookies-latte-coffee-cup-front-woman-sitting-caf_23-2148209305.jpg" }, + { id: "p2", brand: "קפה", name: "אייס קפה פאמיליה", price: "₪22", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1866.jpg" }, + { id: "p3", brand: "מאפים", name: "קרואסון חמאה", price: "₪15", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-honey-dipper-basket-wooden-table-flat-lay_176474-8173.jpg" }, + { id: "p4", brand: "קינוחים", name: "עוגת שוקולד חמה", price: "₪32", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-plate-with-tea-teapot-nuts-fruit-jam-flowers-white-wooden-background_176474-3963.jpg" }, + { id: "p5", brand: "כריכים", name: "כריך בריאות", price: "₪38", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/toast-with-assortment-vegetables_23-2148381383.jpg" }, + { id: "p6", brand: "בוקר", name: "ארוחת בוקר זוגית", price: "₪48", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/egg-toast-with-spices-wooden-board-with-cutlery_114579-48090.jpg" }, ]} title="תפריט פאמיליה" description="מבחר עשיר של מאפים, קינוחים וקפה טרי." @@ -196,36 +90,13 @@ export default function LandingPage() {