3 Commits

Author SHA1 Message Date
8520c9ef75 Update src/app/page.tsx 2026-04-18 16:02:20 +00:00
6aa37abddd Merge version_2 into main
Merge version_2 into main
2026-04-18 15:59:29 +00:00
e699efb233 Update src/app/page.tsx 2026-04-18 15:59:23 +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,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "תפריט",
id: "#products",
},
name: "View Menu", id: "/products"},
{
name: "אודות",
id: "#about",
},
name: "אודות", id: "#about"},
{
name: "המלצות",
id: "#testimonials",
},
name: "המלצות", id: "#testimonials"},
{
name: "צור קשר",
id: "#contact",
},
name: "צור קשר", id: "#contact"},
]}
brandName="אחלה פתח תקווה"
/>
@@ -55,81 +47,50 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="הגריל האמיתי של פתח תקווה"
description="הצטרפו לחוויה קולינרית בלתי נשכחת. בשרים טריים על האש, סלטים ביתיים ושירות מהלב בלב פתח תקווה."
kpis={[
{
value: "15+",
label: "שנות איכות",
},
value: "15+", label: "שנות איכות"},
{
value: "5000+",
label: "לקוחות מרוצים",
},
value: "5000+", label: "לקוחות מרוצים"},
{
value: "4.8",
label: "דירוג גוגל",
},
value: "4.2", label: "דירוג גוגל"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "להזמנת משלוח",
href: "#products",
},
text: "להזמנת משלוח", href: "/products"},
{
text: "התקשר עכשיו",
href: "tel:031234567",
},
text: "התקשר עכשיו", href: "tel:039317370"},
]}
imageSrc="http://img.b2bpic.net/free-photo/traditional-kebab-set-top-view_140725-5551.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
alt: "לקוחה מרוצה",
},
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "לקוחה מרוצה"},
{
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
alt: "לקוח מרוצה",
},
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "לקוח מרוצה"},
{
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
alt: "סועדת שמחה",
},
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "סועדת שמחה"},
{
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
alt: "זוג סועדים",
},
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", alt: "זוג סועדים"},
{
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
alt: "לקוח נוסף",
},
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", alt: "לקוח נוסף"},
]}
avatarText="מעל 5,000 לקוחות מרוצים שבחרו בנו"
marqueeItems={[
{
type: "text",
text: "בשרים טריים מדי יום",
},
type: "text", text: "בשרים טריים מדי יום"},
{
type: "text",
text: "כשר למהדרין",
},
type: "text", text: "כשר למהדרין"},
{
type: "text",
text: "משלוחים מהירים לכל העיר",
},
type: "text", text: "משלוחים מהירים לכל העיר"},
{
type: "text",
text: "תפריט עשיר ומגוון",
},
type: "text", text: "תפריט עשיר ומגוון"},
{
type: "text",
text: "אירועים פרטיים ומשפחתיים",
},
type: "text", text: "אירועים פרטיים ומשפחתיים"},
]}
/>
</div>
@@ -141,57 +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="מבחר עשיר של מנות גריל, סלטים טריים ותוספות מיוחדות."
@@ -205,31 +140,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "100%",
title: "בשר טרי מדי יום",
items: [
"פיקוח וטרינרי",
"חומרי גלם טבעיים",
],
id: "m1", value: "100%", title: "בשר טרי מדי יום", items: [
"פיקוח וטרינרי", "חומרי גלם טבעיים"],
},
{
id: "m2",
value: "20+",
title: "סוגי סלטים",
items: [
"מתכון משפחתי",
"מיוצרים במקום",
],
id: "m2", value: "20+", title: "סוגי סלטים", items: [
"מתכון משפחתי", "מיוצרים במקום"],
},
{
id: "m3",
value: "30 דק",
title: "זמן הגעה ממוצע",
items: [
"משלוחים מהירים",
"צי רכבים עצמאי",
],
id: "m3", value: "30 דק", title: "זמן הגעה ממוצע", items: [
"משלוחים מהירים", "צי רכבים עצמאי"],
},
]}
title="מספרים מדברים"
@@ -243,45 +163,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "הכי טוב בפתח תקווה",
quote: "שירות מדהים ואוכל ברמה של מלון, בהחלט אחזור!",
name: "ישראל כהן",
role: "לקוח קבוע",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
},
id: "t1", title: "הכי טוב בפתח תקווה", quote: "שירות מדהים ואוכל ברמה של מלון, בהחלט אחזור!", name: "ישראל כהן", role: "לקוח קבוע", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg"},
{
id: "t2",
title: "מקום מדהים למשפחה",
quote: "הילדים נהנו מאוד מהאוכל ומהאווירה, המלצרים היו אדיבים.",
name: "מיכל לוי",
role: "אמא ל-3",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
},
id: "t2", title: "מקום מדהים למשפחה", quote: "הילדים נהנו מאוד מהאוכל ומהאווירה, המלצרים היו אדיבים.", name: "מיכל לוי", role: "אמא ל-3", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"},
{
id: "t3",
title: "טריות שמרגישים",
quote: "בשר איכותי מאוד וסלטים ברמה גבוהה מאוד. ממליצה בחום!",
name: "אורן דוידי",
role: "פודי",
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
},
id: "t3", title: "טריות שמרגישים", quote: "בשר איכותי מאוד וסלטים ברמה גבוהה מאוד. ממליצה בחום!", name: "אורן דוידי", role: "פודי", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg"},
{
id: "t4",
title: "חוויה יוצאת דופן",
quote: "הזמנו משלוח הגיע חם ומהיר, איכות ללא פשרות.",
name: "שרון מנצור",
role: "לקוחה",
imageSrc: "http://img.b2bpic.net/free-photo/bored-waiter_1098-14408.jpg",
},
id: "t4", title: "חוויה יוצאת דופן", quote: "הזמנו משלוח הגיע חם ומהיר, איכות ללא פשרות.", name: "שרון מנצור", role: "לקוחה", imageSrc: "http://img.b2bpic.net/free-photo/bored-waiter_1098-14408.jpg"},
{
id: "t5",
title: "אווירה חמה ומזמינה",
quote: "הגענו לארוחת ערב שישי ופשוט לא רצינו לצאת משם, מומלץ ביותר.",
name: "דוד אברהם",
role: "לקוח",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg",
},
id: "t5", title: "אווירה חמה ומזמינה", quote: "הגענו לארוחת ערב שישי ופשוט לא רצינו לצאת משם, מומלץ ביותר.", name: "דוד אברהם", role: "לקוח", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg"},
]}
title="מה הלקוחות שלנו אומרים"
description="מעל 5,000 ביקורות חיוביות בגוגל מעידות על הניסיון שלנו."
@@ -293,14 +183,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Google Maps",
"TripAdvisor",
"Wolt",
"10bis",
"Facebook",
"Instagram",
"OpenTable",
]}
"Google Maps", "TripAdvisor", "Wolt", "10bis", "Facebook", "Instagram", "OpenTable"]}
title="השותפים שלנו"
description="ניתן למצוא אותנו בכל הפלטפורמות המובילות."
/>
@@ -312,20 +195,9 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "האם יש משלוחים?",
content: "כן, אנחנו מבצעים משלוחים לכל פתח תקווה והסביבה.",
},
id: "f1", title: "האם יש משלוחים?", content: "כן, אנחנו מבצעים משלוחים לכל פתח תקווה והסביבה."},
{
id: "f2",
title: "האם המסעדה כשרה?",
content: "כן, המסעדה בהשגחת רבנות פתח תקווה.",
},
{
id: "f3",
title: "האם ניתן לערוך אירועים?",
content: "כן, יש לנו חדר פרטי לאירועים של עד 50 איש.",
},
id: "f2", title: "האם המסעדה כשרה?", content: "כן, המסעדה בהשגחת רבנות פתח תקווה."},
]}
title="שאלות נפוצות"
description="מצאתם תשובות לכל מה שחשוב לכם לפני ההזמנה."
@@ -337,11 +209,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "animated-grid",
}}
tag="הזמנת שולחן"
title="צרו קשר להזמנות"
description="נשמח לשמוע מכם ולשריין לכם שולחן."
variant: "animated-grid"}}
tag="צור קשר"
title="אנחנו כאן בשבילכם"
description="נשמח לשמוע מכם לכל שאלה או בירור."
/>
</div>
@@ -350,42 +221,27 @@ export default function LandingPage() {
logoText="אחלה פתח תקווה"
columns={[
{
title: "אודות",
items: [
title: "אודות", items: [
{
label: "סיפור המסעדה",
href: "#about",
},
label: "סיפור המסעדה", href: "#about"},
{
label: "צוות",
href: "#team",
},
label: "צוות", href: "#team"},
],
},
{
title: "שירותים",
items: [
title: "שירותים", items: [
{
label: "משלוחים",
href: "#products",
},
label: "משלוחים", href: "/products"},
{
label: "אירועים",
href: "#faq",
},
label: "אירועים", href: "#faq"},
],
},
{
title: "צור קשר",
items: [
title: "צור קשר", items: [
{
label: "טלפון: 03-1234567",
href: "tel:031234567",
},
label: "טלפון: 03-931-7370", href: "tel:039317370"},
{
label: "כתובת: רחוב הברזל 10, פתח תקווה",
href: "https://maps.google.com",
},
label: "כתובת: אבשלום גיסין 9, פתח תקווה", href: "https://maps.google.com"},
],
},
]}
@@ -394,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}