Update src/app/page.tsx
This commit is contained in:
208
src/app/page.tsx
208
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "בית",
|
name: "בית", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "אודות",
|
name: "אודות", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "תפריט",
|
name: "תפריט", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "צור קשר",
|
name: "צור קשר", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="בורקס בכר העגלה"
|
brandName="בורקס בכר העגלה"
|
||||||
/>
|
/>
|
||||||
@@ -53,51 +45,28 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="בורקס בכר העגלה - טעם של פעם מאז 1952"
|
title="בורקס בכר העגלה - טעם של פעם מאז 1952"
|
||||||
description="הבורקס הטורקי המקורי והאותנטי, באווירה חמה ומשפחתית. רחוב העצמאות 62, קרית אתא."
|
description="הבורקס הטורקי המקורי והאותנטי, באווירה חמה ומשפחתית. רחוב העצמאות 62, קרית אתא."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "להזמנה בוולט",
|
text: "להזמנה בוולט", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "התפריט שלנו",
|
text: "התפריט שלנו", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/served-bar-table-with-variety-sweets_8353-10440.jpg", imageAlt: "בורקס טרי"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/served-bar-table-with-variety-sweets_8353-10440.jpg",
|
|
||||||
imageAlt: "בורקס טרי",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-buns-yellow-plate-checked-cloth-with-different-types-cheese-grey-plate-with-tomatoes-bowl-white-background_141793-52942.jpg", imageAlt: "מאפה גבינה"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-buns-yellow-plate-checked-cloth-with-different-types-cheese-grey-plate-with-tomatoes-bowl-white-background_141793-52942.jpg",
|
|
||||||
imageAlt: "מאפה גבינה",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/turshu-govurma-with-dry-fruits-inside-copper-pan-image_114579-2865.jpg", imageAlt: "אווירת המקום"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/turshu-govurma-with-dry-fruits-inside-copper-pan-image_114579-2865.jpg",
|
|
||||||
imageAlt: "אווירת המקום",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-pies-appetizing-pies-kitchen-board-grey-table_140725-117120.jpg", imageAlt: "טעם מסורתי"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-pies-appetizing-pies-kitchen-board-grey-table_140725-117120.jpg",
|
|
||||||
imageAlt: "טעם מסורתי",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/bakery-products-white-table_114579-19827.jpg", imageAlt: "בורקס בכר"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-products-white-table_114579-19827.jpg",
|
|
||||||
imageAlt: "בורקס בכר",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-table-with-gift-cake-fruits-guests-mixed-color-table_140725-87135.jpg", imageAlt: "איכות מעולה"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-table-with-gift-cake-fruits-guests-mixed-color-table_140725-87135.jpg",
|
|
||||||
imageAlt: "איכות מעולה",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,20 +76,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "מורשת של טעם מ-1952"},
|
||||||
content: "מורשת של טעם מ-1952",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/barista-surving-client-with-coffee-coffee-shop_1303-29333.jpg", alt: "אודות בורקס בכר"},
|
||||||
src: "http://img.b2bpic.net/free-photo/barista-surving-client-with-coffee-coffee-shop_1303-29333.jpg",
|
|
||||||
alt: "אודות בורקס בכר",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "בואו לבקר",
|
text: "בואו לבקר", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,32 +94,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", label: "כשרות", title: "כשר למהדרין", items: [
|
||||||
label: "כשרות",
|
"כשר על פי הרבנות הראשית קרית אתא"],
|
||||||
title: "כשר למהדרין",
|
|
||||||
items: [
|
|
||||||
"כשר על פי הרבנות הראשית קרית אתא",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", label: "שעות", title: "פתוחים עבורכם", items: [
|
||||||
label: "שעות",
|
"ראשון–חמישי: 08:00–22:00", "שישי: 08:00–13:00", "שבת: 20:00–00:00"],
|
||||||
title: "פתוחים עבורכם",
|
|
||||||
items: [
|
|
||||||
"ראשון–חמישי: 08:00–22:00",
|
|
||||||
"שישי: 08:00–13:00",
|
|
||||||
"שבת: 20:00–00:00",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", label: "שירות", title: "נוחות מירבית", items: [
|
||||||
label: "שירות",
|
"אכילה במקום", "משלוחים (וולט/סיבוס)", "חניה ונגישות"],
|
||||||
title: "נוחות מירבית",
|
|
||||||
items: [
|
|
||||||
"אכילה במקום",
|
|
||||||
"משלוחים (וולט/סיבוס)",
|
|
||||||
"חניה ונגישות",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="למה לבחור בנו?"
|
title="למה לבחור בנו?"
|
||||||
@@ -173,55 +119,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "בורקס", price: "החל מ-15₪", variant: "🥐", imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg"},
|
||||||
name: "בורקס",
|
|
||||||
price: "1-50₪",
|
|
||||||
variant: "🥐",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "סלטים", price: "החל מ-25₪", variant: "🥗", imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22122.jpg"},
|
||||||
name: "סלטים",
|
|
||||||
price: "1-50₪",
|
|
||||||
variant: "🥗",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22122.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "תוספות", price: "החל מ-10₪", variant: "🍽️", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fruits-sandwiches-pancake-cake-plates-napkin_23-2147942222.jpg"},
|
||||||
name: "תוספות",
|
|
||||||
price: "1-50₪",
|
|
||||||
variant: "🍽️",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fruits-sandwiches-pancake-cake-plates-napkin_23-2147942222.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "קינוחים", price: "החל מ-12₪", variant: "🍮", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pie-dish-from-copy-space_176420-4594.jpg"},
|
||||||
name: "קינוחים",
|
|
||||||
price: "1-50₪",
|
|
||||||
variant: "🍮",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pie-dish-from-copy-space_176420-4594.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "אייסים", price: "החל מ-15₪", variant: "🧊", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bakery-products-as-bagel-brioche-roll-crispy-baguette-black-bread-blue-background-with-copy-space_141793-11559.jpg"},
|
||||||
name: "אייסים",
|
|
||||||
price: "1-50₪",
|
|
||||||
variant: "🧊",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bakery-products-as-bagel-brioche-roll-crispy-baguette-black-bread-blue-background-with-copy-space_141793-11559.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "שתייה קלה", price: "החל מ-8₪", variant: "🥤", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pie-wooden-board_23-2149598959.jpg"},
|
||||||
name: "שתייה קלה",
|
|
||||||
price: "1-50₪",
|
|
||||||
variant: "🥤",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pie-wooden-board_23-2149598959.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="התפריט שלנו"
|
title="התפריט שלנו"
|
||||||
description="הכירו את המנות האהובות והמסורתיות שלנו."
|
description="הכירו את המנות האהובות והמסורתיות שלנו."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "הזמינו עכשיו",
|
text: "הזמינו עכשיו", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -233,40 +147,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "ישראל כהן", role: "לקוח קבוע", testimonial: "בורקס נדיר, טעם של פעם!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg"},
|
||||||
name: "ישראל כהן",
|
|
||||||
role: "לקוח קבוע",
|
|
||||||
testimonial: "בורקס נדיר, טעם של פעם!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "מיכל לוי", role: "לקוחה", testimonial: "תמיד טרי וטעים, שירות מעולה.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-asian-girl-eats-cupcakes-with-happy-face-isolated-white-background_1258-169871.jpg"},
|
||||||
name: "מיכל לוי",
|
|
||||||
role: "לקוחה",
|
|
||||||
testimonial: "תמיד טרי וטעים, שירות מעולה.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-asian-girl-eats-cupcakes-with-happy-face-isolated-white-background_1258-169871.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "דוד אברהם", role: "תושב העיר", testimonial: "מקום אסתטי ונעים מאוד.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg"},
|
||||||
name: "דוד אברהם",
|
|
||||||
role: "תושב העיר",
|
|
||||||
testimonial: "מקום אסתטי ונעים מאוד.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "שרה מזרחי", role: "לקוחה", testimonial: "הבורקס הכי בריא וטעים באיזור.", imageSrc: "http://img.b2bpic.net/free-photo/excited-coffee-shop-owner-black-apron-celebrating-making-fist-pump-shouting-joy-achieve-g_1258-155546.jpg"},
|
||||||
name: "שרה מזרחי",
|
|
||||||
role: "לקוחה",
|
|
||||||
testimonial: "הבורקס הכי בריא וטעים באיזור.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-coffee-shop-owner-black-apron-celebrating-making-fist-pump-shouting-joy-achieve-g_1258-155546.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "יוסי ק.", role: "לקוח", testimonial: "חוויה אותנטית ומומלצת מאוד.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg"},
|
||||||
name: "יוסי ק.",
|
|
||||||
role: "לקוח",
|
|
||||||
testimonial: "חוויה אותנטית ומומלצת מאוד.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="מה אומרים עלינו?"
|
title="מה אומרים עלינו?"
|
||||||
description="לקוחות מספרים על טעם של פעם ואווירה נעימה."
|
description="לקוחות מספרים על טעם של פעם ואווירה נעימה."
|
||||||
@@ -277,14 +166,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="רח׳ העצמאות 62, קרית אתא | טלפון: 04-640-4444"
|
text="רח׳ העצמאות 62, קרית אתא | טלפון: 04-640-4444"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "חיוג מהיר",
|
text: "חיוג מהיר", href: "tel:046404444"},
|
||||||
href: "tel:046404444",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -295,33 +181,23 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "בית",
|
label: "בית", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "תפריט",
|
label: "תפריט", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "פייסבוק",
|
label: "פייסבוק", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "אינסטגרם",
|
label: "אינסטגרם", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "מדיניות פרטיות",
|
label: "מדיניות פרטיות", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -331,4 +207,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user