Merge version_1 into main #1
173
src/app/page.tsx
173
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "בית",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "בית", id: "#hero"},
|
||||
{
|
||||
name: "אודות",
|
||||
id: "#about",
|
||||
},
|
||||
name: "אודות", id: "#about"},
|
||||
{
|
||||
name: "תפריט",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "תפריט", id: "#menu"},
|
||||
{
|
||||
name: "צור קשר",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "צור קשר", id: "#contact"},
|
||||
]}
|
||||
brandName="מסעדת אמא"
|
||||
/>
|
||||
@@ -55,31 +47,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="מסעדת אמא - טעם של בית"
|
||||
description="אוכל ישראלי ורומני אותנטי המוגש באהבה, ממש כמו של אמא."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-corn-top-bread-basket_140725-3476.jpg",
|
||||
imageAlt: "אוכל ביתי",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-corn-top-bread-basket_140725-3476.jpg", imageAlt: "אוכל ביתי"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg",
|
||||
imageAlt: "אווירה חמה",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", imageAlt: "אווירה חמה"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-greek-mediterranean-food-ingredients-top-view-green-old-rustic-table_1220-1678.jpg",
|
||||
imageAlt: "אוכל טרי",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-greek-mediterranean-food-ingredients-top-view-green-old-rustic-table_1220-1678.jpg", imageAlt: "אוכל טרי"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-with-herbs-sour-cream_140725-6159.jpg",
|
||||
imageAlt: "Fried eggs with herbs and sour cream",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-with-herbs-sour-cream_140725-6159.jpg", imageAlt: "Fried eggs with herbs and sour cream"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-dushbara-with-bread-olives_141793-4674.jpg",
|
||||
imageAlt: "Front view a traditional azerbaijani dish dushbara with bread and olives",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-dushbara-with-bread-olives_141793-4674.jpg", imageAlt: "Front view a traditional azerbaijani dish dushbara with bread and olives"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,17 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"אין משלוחים",
|
||||
"אין יוקרה מיותרת",
|
||||
"תפריט פשוט ואותנטי",
|
||||
],
|
||||
"אין משלוחים", "אין יוקרה מיותרת", "תפריט פשוט ואותנטי"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"אוכל ביתי טרי",
|
||||
"יחס חם ומשפחתי",
|
||||
"מחירים לכל כיס",
|
||||
],
|
||||
"אוכל ביתי טרי", "יחס חם ומשפחתי", "מחירים לכל כיס"],
|
||||
}}
|
||||
title="למה לאכול אצלנו?"
|
||||
description="הניסיון שלנו מושתת על פשטות, איכות ומחירים הוגנים."
|
||||
@@ -129,25 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Clock,
|
||||
title: "שעות פעילות",
|
||||
value: "עד 20:00",
|
||||
},
|
||||
id: "m1", icon: Clock,
|
||||
title: "שעות פעילות", value: "עד 20:00"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: DollarSign,
|
||||
title: "מחיר ממוצע",
|
||||
value: "20-40 ₪",
|
||||
},
|
||||
id: "m2", icon: DollarSign,
|
||||
title: "מחיר ממוצע", value: "20-40 ₪"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Smile,
|
||||
title: "לקוחות מרוצים",
|
||||
value: "אלפים",
|
||||
},
|
||||
id: "m3", icon: Smile,
|
||||
title: "לקוחות מרוצים", value: "אלפים"},
|
||||
]}
|
||||
title="קצת עלינו במספרים"
|
||||
description="אנחנו כאן כדי להגיש לכם חוויה של טעמים ביתיים מסורתיים."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,41 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "קבב ביתי",
|
||||
price: "30 ₪",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-ribs-with-eggplant-caviar_140725-3757.jpg",
|
||||
},
|
||||
id: "p1", name: "קבב ביתי", price: "30 ₪", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-ribs-with-eggplant-caviar_140725-3757.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "פירה משובח",
|
||||
price: "15 ₪",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-mashed-potatoes-wooden-table_23-2148501620.jpg",
|
||||
},
|
||||
id: "p2", name: "פירה משובח", price: "15 ₪", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-mashed-potatoes-wooden-table_23-2148501620.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "סלטים ביתיים",
|
||||
price: "10 ₪",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-plates-with-assorted-salads_23-2148515404.jpg",
|
||||
},
|
||||
id: "p3", name: "סלטים ביתיים", price: "10 ₪", imageSrc: "http://img.b2bpic.net/free-photo/frame-plates-with-assorted-salads_23-2148515404.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "תבשיל היום",
|
||||
price: "35 ₪",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-sauce-with-juice_141793-4593.jpg",
|
||||
},
|
||||
id: "p4", name: "תבשיל היום", price: "35 ₪", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-sauce-with-juice_141793-4593.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "מנת הדגל",
|
||||
price: "38 ₪",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-meat-bread-wine-table-daytime-food-meal-dinner_140725-28361.jpg",
|
||||
},
|
||||
id: "p5", name: "מנת הדגל", price: "38 ₪", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-meat-bread-wine-table-daytime-food-meal-dinner_140725-28361.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "קינוח מסורתי",
|
||||
price: "12 ₪",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-strawberry-pie-fruity-cake-with-tea-pink_140725-78395.jpg",
|
||||
},
|
||||
id: "p6", name: "קינוח מסורתי", price: "12 ₪", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-strawberry-pie-fruity-cake-with-tea-pink_140725-78395.jpg"},
|
||||
]}
|
||||
title="תפריט הבית"
|
||||
description="המנות המובחרות שכולם אוהבים."
|
||||
@@ -206,47 +149,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "טעם מופלא",
|
||||
quote: "מזכיר לי את האוכל של סבתא, פשוט נהדר.",
|
||||
name: "יוסי כהן",
|
||||
role: "סועד קבוע",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
|
||||
},
|
||||
id: "t1", title: "טעם מופלא", quote: "מזכיר לי את האוכל של סבתא, פשוט נהדר.", name: "יוסי כהן", role: "סועד קבוע", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "יחס נהדר",
|
||||
quote: "האוכל תמיד טרי והיחס של הצוות מחמם את הלב.",
|
||||
name: "דנה לוי",
|
||||
role: "לקוחה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg",
|
||||
},
|
||||
id: "t2", title: "יחס נהדר", quote: "האוכל תמיד טרי והיחס של הצוות מחמם את הלב.", name: "דנה לוי", role: "לקוחה", imageSrc: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "תמורה למחיר",
|
||||
quote: "לא מוצאים היום מחירים כאלה עם אוכל כל כך טעים.",
|
||||
name: "אבי מזרחי",
|
||||
role: "סועד",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-food_23-2148972769.jpg",
|
||||
},
|
||||
id: "t3", title: "תמורה למחיר", quote: "לא מוצאים היום מחירים כאלה עם אוכל כל כך טעים.", name: "אבי מזרחי", role: "סועד", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-food_23-2148972769.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "מקום חובה",
|
||||
quote: "אוכל משביע, משפחתי ונעים. מומלץ בחום.",
|
||||
name: "שירן גולן",
|
||||
role: "סועדת",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg",
|
||||
},
|
||||
id: "t4", title: "מקום חובה", quote: "אוכל משביע, משפחתי ונעים. מומלץ בחום.", name: "שירן גולן", role: "סועדת", imageSrc: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "מזון ביתי",
|
||||
quote: "פשוט אוכל טוב בלי פוזות. בדיוק מה שצריך.",
|
||||
name: "איתן כהן",
|
||||
role: "סועד",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-boy-sitting-bed-with-crossed-leg-having-healthy-oat-meal_23-2147942238.jpg",
|
||||
},
|
||||
id: "t5", title: "מזון ביתי", quote: "פשוט אוכל טוב בלי פוזות. בדיוק מה שצריך.", name: "איתן כהן", role: "סועד", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-boy-sitting-bed-with-crossed-leg-having-healthy-oat-meal_23-2147942238.jpg"},
|
||||
]}
|
||||
title="מה אומרים עלינו?"
|
||||
description="הסועדים שלנו הם המשפחה שלנו."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -254,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="בואו לבקר אותנו"
|
||||
description="נשמח לראות אתכם במסעדת אמא בראשון לציון."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11268.jpg"
|
||||
@@ -271,29 +184,19 @@ export default function LandingPage() {
|
||||
logoText="מסעדת אמא"
|
||||
columns={[
|
||||
{
|
||||
title: "מידע",
|
||||
items: [
|
||||
title: "מידע", items: [
|
||||
{
|
||||
label: "אודות",
|
||||
href: "#about",
|
||||
},
|
||||
label: "אודות", href: "#about"},
|
||||
{
|
||||
label: "תפריט",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "תפריט", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "קשר",
|
||||
items: [
|
||||
title: "קשר", items: [
|
||||
{
|
||||
label: "עין הקורא 13, ראשל\"צ",
|
||||
href: "#",
|
||||
},
|
||||
label: "עין הקורא 13, ראשל\"צ", href: "#"},
|
||||
{
|
||||
label: "שעות פעילות: עד 20:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "שעות פעילות: עד 20:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user