From d4ddbf1fe114b66d5eacdef463f8658596e0b30d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:06:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad208ac..941b9e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1