285 lines
17 KiB
TypeScript
285 lines
17 KiB
TypeScript
"use client";
|
||
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import ReactLenis from "lenis/react";
|
||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||
import { Flame, Salad, Smile, Star, Truck } from "lucide-react";
|
||
|
||
export default function LandingPage() {
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant="elastic-effect"
|
||
defaultTextAnimation="reveal-blur"
|
||
borderRadius="soft"
|
||
contentWidth="mediumLarge"
|
||
sizing="medium"
|
||
background="blurBottom"
|
||
cardStyle="solid"
|
||
primaryButtonStyle="primary-glow"
|
||
secondaryButtonStyle="glass"
|
||
headingFontWeight="medium"
|
||
>
|
||
<ReactLenis root>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarStyleCentered
|
||
navItems={[
|
||
{
|
||
name: "ראשי", id: "#home"},
|
||
{
|
||
name: "אודות", id: "#about"},
|
||
{
|
||
name: "תפריט", id: "#menu"},
|
||
{
|
||
name: "המלצות", id: "#testimonials"},
|
||
{
|
||
name: "צור קשר", id: "#contact"},
|
||
]}
|
||
logoSrc="http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529520.jpg"
|
||
logoAlt="שווארמה לב העיר לוגו"
|
||
brandName="שווארמה לב העיר"
|
||
/>
|
||
</div>
|
||
|
||
<div id="home" data-section="home">
|
||
<HeroSplitKpi
|
||
background={{
|
||
variant: "radial-gradient"}}
|
||
title="שווארמה לב העיר: הטעם האותנטי של באר שבע"
|
||
description="חוויה קולינרית בלתי נשכחת עם בשר איכותי, ירקות טריים ותיבול מושלם. הזמינו עכשיו ותיהנו משווארמה כמו שצריך!"
|
||
kpis={[
|
||
{
|
||
value: "4.5", label: "דירוג ממוצע"},
|
||
{
|
||
value: "212+", label: "ביקורות חיוביות"},
|
||
{
|
||
value: "מהירים", label: "משלוחים בזמן"},
|
||
]}
|
||
enableKpiAnimation={true}
|
||
buttons={[
|
||
{
|
||
text: "הזמן עכשיו", href: "shawarma-levhair.orderss.co.il"},
|
||
{
|
||
text: "צפו בתפריט", href: "#menu"},
|
||
]}
|
||
imageSrc="http://img.b2bpic.net/free-photo/close-up-chicken-doner-bread-without-top_140725-8689.jpg"
|
||
imageAlt="שווארמה עשירה וטעימה"
|
||
mediaAnimation="slide-up"
|
||
avatars={[
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048068.jpg", alt: "לקוח שמח"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg", alt: "לקוחה מרוצה"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blond-woman-eating-breakfast-holding-bowl-spoon-sitting-bedroom-looking_1258-281888.jpg", alt: "סועד מרוצה"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg", alt: "איש עם חיוך"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/group-young-happy-friends-enjoying-lunch-focus-is-african-american-woman-serving-salad-dining-table_637285-2870.jpg", alt: "אישה נהנית מהאוכל"},
|
||
]}
|
||
avatarText="אלפי לקוחות מרוצים"
|
||
marqueeItems={[
|
||
{
|
||
type: "text-icon", text: "בשר טרי ואיכותי", icon: Star,
|
||
},
|
||
{
|
||
type: "text-icon", text: "ירקות חתוכים במקום", icon: Salad,
|
||
},
|
||
{
|
||
type: "text-icon", text: "רטבים ייחודיים", icon: Flame,
|
||
},
|
||
{
|
||
type: "text-icon", text: "שירות אדיב ומהיר", icon: Smile,
|
||
},
|
||
{
|
||
type: "text-icon", text: "משלוחים לכל באר שבע", icon: Truck,
|
||
},
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="about" data-section="about">
|
||
<InlineImageSplitTextAbout
|
||
useInvertedBackground={true}
|
||
heading={[
|
||
{
|
||
type: "text", content: "הסיפור שלנו: שווארמה באהבה ועם מסורת"},
|
||
{
|
||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-sitting-around-kutab-table-with-pear-dushes_114579-2337.jpg", alt: "שף מכין שווארמה"},
|
||
]}
|
||
buttons={[
|
||
{
|
||
text: "קרא עוד"},
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="services" data-section="services">
|
||
<FeatureCardNineteen
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
features={[
|
||
{
|
||
tag: "במקום", title: "לאכול אצלנו", subtitle: "אווירה נעימה", description: "שבו בנוחות במסעדה שלנו ותיהנו מארוחה חמה וטרייה באווירה משפחתית וחמה.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-placing-dishware-round-table-restaurant_23-2147936235.jpg", imageAlt: "אנשים אוכלים במסעדה", buttons: [
|
||
{
|
||
text: "קרא עוד"},
|
||
],
|
||
},
|
||
{
|
||
tag: "בדרך", title: "איסוף עצמי", subtitle: "מהיר וקל", description: "הזמינו מראש ואספו את ההזמנה שלכם מוכנה ומהירה מהמסעדה, בלי המתנה מיותרת.", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-picture-together-cafe_23-2147826824.jpg", imageAlt: "איסוף הזמנה", buttons: [
|
||
{
|
||
text: "קרא עוד"},
|
||
],
|
||
},
|
||
{
|
||
tag: "עד הבית", title: "משלוחים", subtitle: "חם וטעים", description: "שווארמה חמה וטרייה עד פתח הבית או המשרד, עם שירות משלוחים יעיל ומהיר.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-holding-phone-food-package-pink-background-service-delivery-uniform-company-worker_140725-39115.jpg", imageAlt: "משלוח אוכל", buttons: [
|
||
{
|
||
text: "קרא עוד"},
|
||
],
|
||
},
|
||
]}
|
||
title="השירותים שלנו"
|
||
description="אצלנו תמצאו מגוון אפשרויות כדי ליהנות מהשווארמה שלכם, בדיוק כמו שאתם אוהבים – בין אם אתם מעדיפים לאכול במקום, לאסוף בדרך הביתה, או לקבל משלוח חם ומהיר."
|
||
/>
|
||
</div>
|
||
|
||
<div id="menu" data-section="menu">
|
||
<ProductCardFour
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
gridVariant="three-columns-all-equal-width"
|
||
useInvertedBackground={true}
|
||
products={[
|
||
{
|
||
id: "pita-shawarma", name: "שווארמה בפיתה", price: "50 ₪", variant: "עוף / הודו", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pouring-mayonnaise-into-chicken-doner-bread-with-pickles_140725-12185.jpg", imageAlt: "שווארמה בפיתה", isFavorited: false,
|
||
},
|
||
{
|
||
id: "laffa-shawarma", name: "שווארמה בלאפה", price: "55 ₪", variant: "עוף / הודו", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-mini-cutlet-with-vegetables-red-onion-bread-served-with-sauces-table_140725-11970.jpg", imageAlt: "שווארמה בלאפה", isFavorited: false,
|
||
},
|
||
{
|
||
id: "baguette-shawarma", name: "שווארמה בבגט", price: "60 ₪", variant: "עוף / הודו", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-homemade-bread_23-2148361941.jpg", imageAlt: "שווארמה בבגט", isFavorited: false,
|
||
},
|
||
{
|
||
id: "plate-shawarma", name: "שווארמה בצלחת", price: "75 ₪", variant: "עוף / הודו", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-feta-cheese-herbs-fork_23-2148700455.jpg", imageAlt: "שווארמה בצלחת", isFavorited: false,
|
||
},
|
||
{
|
||
id: "extras", name: "תוספות ורטבים", price: "5-15 ₪", variant: "חומוס, טחינה, צ'יפס, סלטים", imageSrc: "http://img.b2bpic.net/free-photo/falafel-fresh-vegetables-buddha-bowl-middle-eastern-arabic-dishes-top-view-banner_2829-14506.jpg", imageAlt: "תוספות לשווארמה", isFavorited: false,
|
||
},
|
||
{
|
||
id: "drinks", name: "שתיה קלה", price: "10-12 ₪", variant: "קוקה קולה, ספרייט, מים", imageSrc: "http://img.b2bpic.net/free-photo/nutritive-orange-kiwi-smoothie-table_23-2148527334.jpg", imageAlt: "שתיה קלה", isFavorited: false,
|
||
},
|
||
]}
|
||
title="תפריט השווארמה שלנו"
|
||
description="בחרו מתוך המבחר העשיר שלנו של שווארמה בלאפה, בפיתה, בבגט או בצלחת, עם מגוון תוספות ורטבים טריים וטעימים."
|
||
/>
|
||
</div>
|
||
|
||
<div id="testimonials" data-section="testimonials">
|
||
<TestimonialCardTwo
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
testimonials={[
|
||
{
|
||
id: "1", name: "שירן כהן", role: "לקוחה נאמנה", testimonial: "השווארמה הכי טעימה בבאר שבע! תמיד טרי, תמיד חם, והשירות פשוט מעולה. ממליצה בחום לכולם!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048060.jpg", imageAlt: "לקוחה מרוצה"},
|
||
{
|
||
id: "2", name: "אבי לוי", role: "מבקר קבוע", testimonial: "בא כל שבוע, אף פעם לא מאכזב. הבשר עסיסי, הסלטים טריים, והלאפה פשוט מושלמת. חוויה של טעמים!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg", imageAlt: "לקוח מרוצה"},
|
||
{
|
||
id: "3", name: "חנה בן דוד", role: "מזמינה משלוחים", testimonial: "המשלוח הגיע מהר וחם, כאילו יצא מהמטבח הרגע. השווארמה הייתה פשוט מעדן. תודה רבה על שירות נפלא!", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-having-fun-while-having-lunch-drinking-beer-with-friends-home_637285-2882.jpg", imageAlt: "לקוחה מרוצה"},
|
||
{
|
||
id: "4", name: "רונן חדד", role: "תייר", testimonial: "מצאתי את המקום במקרה ואני חייב להגיד – זו הייתה הפתעה מדהימה! טעם אותנטי שלא מוצאים בכל מקום. אחזור שוב בטוח.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", imageAlt: "לקוח מרוצה"},
|
||
{
|
||
id: "5", name: "אורית גיל", role: "תושבת באר שבע", testimonial: "צוות שירותי ואדיב, תמיד עם חיוך. השווארמה עצמה עשויה בדיוק כמו שצריך, עם כמויות נדיבות. כל פעם שאני בעיר, אני קופצת!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-fast-food-funny-way_23-2150347882.jpg", imageAlt: "לקוחה מרוצה"},
|
||
]}
|
||
title="מה הלקוחות שלנו אומרים"
|
||
description="הביקורות מדברות בעד עצמן – אנחנו עושים הכל כדי שתצאו מרוצים ומלאים! האהבה שלכם היא הדלק שלנו."
|
||
/>
|
||
</div>
|
||
|
||
<div id="faq" data-section="faq">
|
||
<FaqBase
|
||
textboxLayout="default"
|
||
useInvertedBackground={true}
|
||
faqs={[
|
||
{
|
||
id: "faq1", title: "מהם סוגי הבשר שאתם מגישים בשווארמה?", content: "אנו מגישים שווארמה עוף והודו איכותית, טרייה ועסיסית, מתובלת בתבלינים סודיים שלנו המעניקים לה טעם ייחודי ואותנטי."},
|
||
{
|
||
id: "faq2", title: "האם יש לכם אפשרויות צמחוניות/טבעוניות?", content: "כרגע התפריט שלנו מתמקד בשווארמה בשרית. אנו עובדים על פיתוח אפשרויות נוספות בעתיד. אתם מוזמנים ליהנות ממגוון הסלטים והתוספות הטריות שלנו."},
|
||
{
|
||
id: "faq3", title: "מהן שעות הפעילות שלכם ואיך אפשר להזמין?", content: "אנו פתוחים בימים א'-ה' מהשעה 11:00 עד 22:00, ובימי ו' מ-11:00 עד 16:00. ניתן להזמין דרך האתר שלנו בכתובת shawarma-levhair.orderss.co.il, בטלפון 08-912-2022, או לבוא לבקר אותנו במסעדה."},
|
||
]}
|
||
title="שאלות נפוצות"
|
||
description="מצאו תשובות לשאלות הנפוצות ביותר על התפריט, אפשרויות ההזמנה, שעות הפעילות והשירותים שלנו."
|
||
faqsAnimation="slide-up"
|
||
/>
|
||
</div>
|
||
|
||
<div id="contact" data-section="contact">
|
||
<ContactCenter
|
||
useInvertedBackground={false}
|
||
background={{
|
||
variant: "plain"}}
|
||
tag="הזמינו עכשיו!"
|
||
title="צרו קשר"
|
||
description="נשמח לעמוד לשירותכם! הזמינו טלפונית, בואו לבקר אותנו בשער הגיא 1, באר שבע, או שלחו לנו הודעה ונחזור אליכם בהקדם."
|
||
inputPlaceholder="הכנס את המייל שלך"
|
||
buttonText="הירשם לניוזלטר"
|
||
termsText="בלחיצה על 'הירשם' אתה מאשר שאתה מסכים לתנאי השימוש ומדיניות הפרטיות שלנו."
|
||
onSubmit={(email) => console.log(email)}
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterBaseReveal
|
||
logoText="שווארמה לב העיר"
|
||
columns={[
|
||
{
|
||
title: "ניווט מהיר", items: [
|
||
{
|
||
label: "ראשי", href: "#home"},
|
||
{
|
||
label: "אודות", href: "#about"},
|
||
{
|
||
label: "תפריט", href: "#menu"},
|
||
{
|
||
label: "המלצות", href: "#testimonials"},
|
||
{
|
||
label: "שאלות נפוצות", href: "#faq"},
|
||
],
|
||
},
|
||
{
|
||
title: "שירות לקוחות", items: [
|
||
{
|
||
label: "צור קשר", href: "#contact"},
|
||
{
|
||
label: "מדיניות פרטיות", href: "#"},
|
||
{
|
||
label: "תנאי שימוש", href: "#"},
|
||
],
|
||
},
|
||
{
|
||
title: "צור קשר", items: [
|
||
{
|
||
label: "שער הגיא 1, באר שבע", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||
{
|
||
label: "08-912-2022", href: "tel:089122022"},
|
||
{
|
||
label: "info@shawarmalevhair.co.il", href: "mailto:info@shawarmalevhair.co.il"},
|
||
],
|
||
},
|
||
]}
|
||
copyrightText="© 2024 שווארמה לב העיר. כל הזכויות שמורות."
|
||
/>
|
||
</div>
|
||
</ReactLenis>
|
||
</ThemeProvider>
|
||
);
|
||
}
|