From 5948dd2b5427df190dde306535373e455b3c8517 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:56:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 151 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57f9404..6258dd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,63 +44,40 @@ export default function LandingPage() {
@@ -118,14 +87,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "הסיפור שלנו", - }, + type: "text", content: "הסיפור שלנו"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/bakery-with-window-that-has-word-bread-it_188544-16068.jpg", - alt: "מטבח המאפייה", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/bakery-with-window-that-has-word-bread-it_188544-16068.jpg", alt: "מטבח המאפייה"}, ]} /> @@ -138,41 +102,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "קלאסי", - name: "לחם מחמצת טרי", - price: "₪35", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=1", - }, + id: "1", brand: "קלאסי", name: "לחם מחמצת טרי", price: "₪35", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg"}, { - id: "2", - brand: "מתוק", - name: "עוגת שוקולד ביתית", - price: "₪55", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg?_wi=1", - }, + id: "2", brand: "מתוק", name: "עוגת שוקולד ביתית", price: "₪55", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg"}, { - id: "3", - brand: "קלאסי", - name: "לחם כפרי", - price: "₪30", - rating: 4, - reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=2", - }, + id: "3", brand: "קלאסי", name: "לחם כפרי", price: "₪30", rating: 4, + reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg"}, { - id: "4", - brand: "מתוק", - name: "עוגת תפוחים", - price: "₪45", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg?_wi=2", - }, + id: "4", brand: "מתוק", name: "עוגת תפוחים", price: "₪45", rating: 5, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg"}, ]} title="המאפים שלנו" description="מבחר עבודת יד מחומרים טריים" @@ -181,44 +121,20 @@ export default function LandingPage() {