From fc1bd45eb276ed586746ab2850686d8a419663fa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:18:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 451f346..48da4ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function HomePage() { text: "הזמן אונליין", href: "#contact"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088580.jpg" + imageSrc="http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088580.jpg?_wi=1" imageAlt="אווירת בר רינגלבלום 13" mediaAnimation="blur-reveal" imagePosition="right" @@ -85,7 +85,7 @@ export default function HomePage() { value: "24/7", title: "שירות מעולה"}, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg?_wi=1" imageAlt="פנים הבר מודרני" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -103,17 +103,17 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", name: "המבורגר עסיסי", price: "₪45", variant: "בחירת בשר אנגוס וטחינה", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-veggie-burger-with-black-buns-cutting-board_23-2148784540.jpg", imageAlt: "המבורגר עסיסי"}, + id: "1", name: "המבורגר עסיסי", price: "₪45", variant: "בחירת בשר אנגוס וטחינה", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-veggie-burger-with-black-buns-cutting-board_23-2148784540.jpg?_wi=1", imageAlt: "המבורגר עסיסי"}, { - id: "2", name: "עראיס מיוחל", price: "₪38", variant: "בשר טחון עם תבלינים מרוקאים", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg", imageAlt: "עראיס מיוחל"}, + id: "2", name: "עראיס מיוחל", price: "₪38", variant: "בשר טחון עם תבלינים מרוקאים", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg?_wi=1", imageAlt: "עראיס מיוחל"}, { - id: "3", name: "קרפצ'יו בשר", price: "₪52", variant: "בשר טרי עם שמן זית וביצים", imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-dish-wooden-plate_23-2148224118.jpg", imageAlt: "קרפצ'יו בשר"}, + id: "3", name: "קרפצ'יו בשר", price: "₪52", variant: "בשר טרי עם שמן זית וביצים", imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-dish-wooden-plate_23-2148224118.jpg?_wi=1", imageAlt: "קרפצ'יו בשר"}, { - id: "4", name: "עוף קריספי", price: "₪42", variant: "כנפיים ודדים מטוגנים בזהב", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-drumsticks-grilled-kfc-style-with-crackers_114579-765.jpg", imageAlt: "עוף קריספי"}, + id: "4", name: "עוף קריספי", price: "₪42", variant: "כנפיים ודדים מטוגנים בזהב", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-drumsticks-grilled-kfc-style-with-crackers_114579-765.jpg?_wi=1", imageAlt: "עוף קריספי"}, { - id: "5", name: "שווארמה טבעונית", price: "₪28", variant: "ירקות עם תבלינים לבנוניים", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg", imageAlt: "שווארמה טבעונית"}, + id: "5", name: "שווארמה טבעונית", price: "₪28", variant: "ירקות עם תבלינים לבנוניים", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg?_wi=1", imageAlt: "שווארמה טבעונית"}, { - id: "6", name: "חמוצי הבית", price: "₪18", variant: "תערובת ירקות ותבלינים", imageSrc: "http://img.b2bpic.net/free-photo/jar-pickled-red-onions-white-background-concept-fermented-vegetarian-food_127032-3376.jpg", imageAlt: "חמוצי הבית"}, + id: "6", name: "חמוצי הבית", price: "₪18", variant: "תערובת ירקות ותבלינים", imageSrc: "http://img.b2bpic.net/free-photo/jar-pickled-red-onions-white-background-concept-fermented-vegetarian-food_127032-3376.jpg?_wi=1", imageAlt: "חמוצי הבית"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -125,17 +125,17 @@ export default function HomePage() {