From ba7423815b59d22720c1408a82a54483bd01c43e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:34:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de3fdfe..51225b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Calendar, Chef, Heart, HelpCircle, MessageCircle, Sparkles, Star } from 'lucide-react'; +import { Award, Calendar, UtensilsCrossed, Heart, HelpCircle, MessageCircle, Sparkles, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -75,7 +75,7 @@ export default function LandingPage() { title="מה הופך אותנו להיות מיוחדים" description="כל מנה מוכנה בעם ולב. אנו משתמשים בחומרים הטובים ביותר הזמינים מיטליה ומישוק המקומי." tag="התפריט שלנו" - tagIcon={Chef} + tagIcon={UtensilsCrossed} textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -132,27 +132,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "ליזה רימון", role: "ערב נישואין", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=1", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" }, { id: "2", name: "אודי דמות", role: "ערב יום הולדת", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=2", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" }, { id: "3", name: "יהודית כהן", role: "אירוע תאגידי", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=3", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" }, { id: "4", name: "ראובן לוי", role: "ערב רומנטי", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=4", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" }, { id: "5", name: "מריה סלומה", role: "ערב משפחתי", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=5", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" }, { id: "6", name: "דוד סימון", role: "חג הגדול", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=6", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" } ]} /> -- 2.49.1