Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 20:34:45 +00:00

View File

@@ -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: "אורח שמח"
}
]}
/>