Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-06-06 14:07:03 +00:00

View File

@@ -91,7 +91,7 @@ export default function LandingPage() {
{ id: "p6", name: "שתיה קלה", price: "₪10", imageSrc: "http://img.b2bpic.net/free-photo/different-colored-smoothies-red-background_23-2148303035.jpg", imageAlt: "שתיה קלה" }
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
animationType="scale-rotate"
title="התפריט שלנו"
description="מגוון רחב של פריקסה ופינוקים נוספים, הכל טעים וכשר!"
textboxLayout="default"
@@ -107,7 +107,7 @@ export default function LandingPage() {
{ id: "t4", name: "יואב גולדמן", handle: "@YoavGoldman", testimonial: "שירות אדיב ואוכל ברמה אחרת. חיימיקו לא מאכזבים אף פעם. הפריקסה עם העוף פשוט חלום.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-looking-front-being-confused-showing-thumbs-up-down-standing-orange-wall_141793-96740.jpg", imageAlt: "יואב גולדמן" },
{ id: "t5", name: "מיכל פרץ", handle: "@MichalPeretz", testimonial: "הפריקסה הטונה שלהם זו פשוט אמנות! טרי, מתובל בול, ואני יודעת שאני אוכלת כשר ובטוח.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-friends-food-festival_23-2149525558.jpg", imageAlt: "מיכל פרץ" }
]}
animationType="slide-up"
animationType="scale-rotate"
title="מה הלקוחות שלנו אומרים"
description="הלקוחות שלנו לא טועים - חיימיקו זה הטעם האמיתי!"
textboxLayout="default"
@@ -154,4 +154,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}