Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-18 16:02:26 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -32,7 +32,7 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "תפריט", id: "#products"},
name: "View Menu", id: "/products"},
{
name: "אודות", id: "#about"},
{
@@ -61,7 +61,7 @@ export default function LandingPage() {
enableKpiAnimation={true}
buttons={[
{
text: "להזמנת משלוח", href: "#products"},
text: "להזמנת משלוח", href: "/products"},
{
text: "התקשר עכשיו", href: "tel:039317370"},
]}
@@ -102,31 +102,31 @@ export default function LandingPage() {
description="מסעדת אחלה הוקמה מתוך אהבה גדולה לאוכל טוב ומסורת אירוח חמה. אנחנו משתמשים בחומרי הגלם הטריים ביותר כדי להבטיח שכל ביס אצלנו ירגיש כמו בבית."
buttons={[
{
text: "צפו בתפריט", href: "#products"},
text: "צפו בתפריט", href: "/products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1", name: "שיפודי פרגית משובחים", price: "75 ₪", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lulya-kebab-with-red-onion-greens-dried-barberry-pita_141793-4993.jpg"},
id: "p1", name: "שיפודי פרגית משובחים", price: "75 ₪", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lulya-kebab-with-red-onion-greens-dried-barberry-pita_141793-4993.jpg"},
{
id: "p2", name: "מגש סלטים הבית", price: "45 ₪", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833866.jpg"},
id: "p2", name: "מגש סלטים הבית", price: "45 ₪", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833866.jpg"},
{
id: "p3", name: "סטייק אנטריקוט מיושן", price: "120 ₪", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg"},
id: "p3", name: "סטייק אנטריקוט מיושן", price: "120 ₪", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg"},
{
id: "p4", name: "פיתות חמות מהטאבון", price: "10 ₪", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-croissant-seeded-brown-cob-bread-slices-basket-cloth-wooden-background_141793-27324.jpg"},
id: "p4", name: "פיתות חמות מהטאבון", price: "10 ₪", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-croissant-seeded-brown-cob-bread-slices-basket-cloth-wooden-background_141793-27324.jpg"},
{
id: "p5", name: "עלי גפן במילוי מיוחד", price: "35 ₪", imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg"},
id: "p5", name: "עלי גפן במילוי מיוחד", price: "35 ₪", variant: "Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg"},
{
id: "p6", name: "לימונדה ביתית עם נענע", price: "15 ₪", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-organic-drink_1220-403.jpg"},
id: "p6", name: "לימונדה ביתית עם נענע", price: "15 ₪", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-organic-drink_1220-403.jpg"},
]}
title="התפריט שלנו"
description="מבחר עשיר של מנות גריל, סלטים טריים ותוספות מיוחדות."
@@ -231,7 +231,7 @@ export default function LandingPage() {
{
title: "שירותים", items: [
{
label: "משלוחים", href: "#products"},
label: "משלוחים", href: "/products"},
{
label: "אירועים", href: "#faq"},
],