Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0731c4c53 | |||
| 928cfaec88 | |||
| 5863517757 | |||
| 5494f67b7c | |||
| 247f2af897 | |||
| 74e49e35f5 |
218
src/app/page.tsx
218
src/app/page.tsx
@@ -6,6 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|||||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
@@ -26,107 +27,136 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "בית", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "תפריט", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "אודות", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "צור קשר", id: "contact" }
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="הסביח של גינוס"
|
brandName="הסביח של גינוס"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="הסביח של גינוס - הטעם האותנטי של גבעת שמואל"
|
title="הסביח של גינוס - הטעם האותנטי"
|
||||||
description="מגישים לכם את הסביח הכי טרי, חם ומפנק בלב גבעת שמואל. חצילים קלויים במידה, ביצים מבושלות ארוכות ופיתה שמרגישה בית."
|
description="הסביח הכי טרי, הכי טעים והכי איכותי בישראל. בואו לחוות את המסורת המדויקת של הסביח בביס אחד מושלם."
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://img.b2bpic.net/free-photo/front-view-smiley-man-with-delicious-food_23-2150168075.jpg", alt: "לקוח מרוצה" },
|
{ src: "http://img.b2bpic.net/free-photo/playful-girl-enjoying-tasty-breakfast-holidays-stylish-modern-cafe_273443-1845.jpg", alt: "Customer" },
|
||||||
{ src: "https://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", alt: "לקוח מרוצה" }
|
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-delicious-food_23-2150168075.jpg", alt: "Customer" },
|
||||||
]}
|
{ src: "http://img.b2bpic.net/free-photo/middle-age-man-outdoor-city-showing-pointing-up-with-fingers-number-seven-while-smiling-confident-happy_839833-25761.jpg", alt: "Customer" },
|
||||||
avatarText="מעל 500 לקוחות מרוצים"
|
{ src: "http://img.b2bpic.net/free-photo/colorful-chairs-table-with-cutlery_1203-1673.jpg", alt: "Customer" },
|
||||||
buttons={[{ text: "להזמנה מהירה", href: "tel:0525115956" }, { text: "תפריט", href: "#menu" }]}
|
{ src: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", alt: "Customer" },
|
||||||
/>
|
]}
|
||||||
</div>
|
avatarText="אלפי לקוחות מרוצים"
|
||||||
|
buttons={[{ text: "להזמנה", href: "#menu" }]}
|
||||||
|
marqueeItems={[
|
||||||
|
{ type: "text", text: "טריות ללא פשרות" },
|
||||||
|
{ type: "text", text: "מתכון משפחתי סודי" },
|
||||||
|
{ type: "text", text: "חציל קלוי בנקודה" },
|
||||||
|
{ type: "text", text: "פיתה חמה מהטאבון" },
|
||||||
|
{ type: "text", text: "שירות מהיר ומחייך" },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="הסביח של גינוס - מוסד קולינרי"
|
useInvertedBackground={false}
|
||||||
description={[
|
title="הסיפור שלנו"
|
||||||
"נמצאים בלב גבעת שמואל, ברחוב דוד בן גוריון 11, ומחויבים לאיכות וטריות בלתי מתפשרת.", "אצלנו תמצאו חצילים מטוגנים קריספיים, ביצים חומות נימוחות, וסלט ירקות קצוץ טרי-טרי שמוכן ברגע ההזמנה."
|
description={[
|
||||||
]}
|
"הסביח של גינוס נולד מתוך תשוקה לאוכל רחוב ישראלי קלאסי, בטעם של פעם.", "אנחנו מקפידים על כל פרט – מהחציל המטוגן בדיוק במידה הנכונה, הביצה המבושלת לאורך שעות, ועד הסלט הקצוץ טרי-טרי בכל בוקר."]}
|
||||||
useInvertedBackground={false}
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
products={[
|
useInvertedBackground={false}
|
||||||
{ id: "m1", name: "מנת סביח קלאסית", price: "28 ₪", imageSrc: "https://img.b2bpic.net/free-photo/vegetable-salad-with-meat-pomegranate_140725-6380.jpg" },
|
products={[
|
||||||
{ id: "m2", name: "סביח בצלחת עשירה", price: "38 ₪", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833869.jpg" },
|
{ id: "p1", name: "הסביח הקלאסי האהוב (פופולרי)", price: "28 ₪", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-meat-pomegranate_140725-6380.jpg" },
|
||||||
{ id: "m3", name: "חומוס-סביח חם", price: "32 ₪", imageSrc: "https://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187963.jpg" }
|
{ id: "p2", name: "סביח משפחתי מפנק בצלחת", price: "35 ₪", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833869.jpg" },
|
||||||
]}
|
{ id: "p3", name: "פיתה סביח חמה מהטאבון", price: "26 ₪", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187963.jpg" },
|
||||||
title="התפריט שלנו"
|
{ id: "p4", name: "בגט סביח עשיר ומשביע", price: "32 ₪", imageSrc: "http://img.b2bpic.net/free-photo/pepper-dill-with-parsley-around-salad_23-2147778427.jpg" },
|
||||||
description="כל המנות שלנו מוגשות עם טחינה עשירה, עמבה משובחת וחריף ביתי שאי אפשר לעמוד בפניו."
|
{ id: "p5", name: "תוספת שדרוג: ביצה או חציל", price: "4 ₪", imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg" },
|
||||||
useInvertedBackground={false}
|
{ id: "p6", name: "שתייה קלה ומרעננת", price: "9 ₪", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-green-tomato-salad-oval-plate-fork-knife-dark_140725-105207.jpg" },
|
||||||
/>
|
]}
|
||||||
</div>
|
title="התפריט של הסביח של גינוס"
|
||||||
|
description="כל מה שטוב בטעם ישראלי אותנטי."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
title="למה גינוס?"
|
useInvertedBackground={false}
|
||||||
description="אנחנו מאמינים באוכל פשוט, איכותי ומקומי."
|
features={[
|
||||||
features={[
|
{ id: "f1", title: "מרכיבים טריים", descriptions: ["אנחנו חותכים ירקות טריים כל בוקר, ללא קיצורי דרך."], imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-various-pickled-olives-brine-stands-white-table_127032-3608.jpg" },
|
||||||
{ id: "f1", title: "שעות פעילות", descriptions: ["א'-ה': 09:00-22:00", "ו': 09:00-14:00"], imageSrc: "https://img.b2bpic.net/free-vector/abstract-clock-logo_1025-36.jpg" },
|
{ id: "f2", title: "מתכון מסורתי", descriptions: ["טעם שנשאר איתך, מתכון שעובר מדור לדור."], imageSrc: "http://img.b2bpic.net/free-photo/man-holds-fork-with-grape-leaves-dolma-plain-youghurt-side-view_141793-4195.jpg" },
|
||||||
{ id: "f2", title: "מיקום מרכזי", descriptions: ["דוד בן גוריון 11, גבעת שמואל"], imageSrc: "https://img.b2bpic.net/free-photo/map-concept-with-pointers_23-2148967072.jpg" },
|
{ id: "f3", title: "שירות מהיר", descriptions: ["מבינים שאתה רעב, מביאים לך אוכל חם ומעולה תוך דקות."], imageSrc: "http://img.b2bpic.net/free-vector/abstract-clock-logo_1025-36.jpg" },
|
||||||
{ id: "f3", title: "הזמנות בטלפון", descriptions: ["052-511-5956"], imageSrc: "https://img.b2bpic.net/free-vector/phone-icon-set_1025-37.jpg" }
|
]}
|
||||||
]}
|
title="למה הסביח של גינוס?"
|
||||||
useInvertedBackground={false}
|
description="איכות, טריות ושירות ללא פשרות."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="metrics" data-section="metrics">
|
||||||
<TestimonialCardThirteen
|
<MetricCardEleven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
showRating={true}
|
textboxLayout="default"
|
||||||
title="מה הלקוחות מספרים?"
|
useInvertedBackground={false}
|
||||||
description="הסביח הכי מומלץ בגבעת שמואל!"
|
metrics={[
|
||||||
testimonials={[
|
{ id: "m1", value: "150,000+", title: "מנות שהוגשו", description: "המספר ממשיך לעלות!", imageSrc: "http://img.b2bpic.net/free-vector/20-food-line-filled-icon-presentation-vector-icons-illustration_1142-19533.jpg" },
|
||||||
{ id: "t1", name: "יוסי כהן", handle: "@yossi", testimonial: "טרי, טעים, שירות אדיב מאוד.", rating: 5 },
|
{ id: "m2", value: "12", title: "שעות בישול לביצים", description: "הסוד לטעם עמוק.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-parsley-tomatoes-red-peppers-green-peppers-fennel-dill-cucumber-with-green-centimeter-top-view-diet-concept_114579-1233.jpg" },
|
||||||
{ id: "t2", name: "מיכל לוי", handle: "@michal", testimonial: "החצילים הכי קריספיים שאכלתי.", rating: 5 },
|
{ id: "m3", value: "20", title: "שנות ניסיון", description: "מומחיות בטעם ישראלי.", imageSrc: "http://img.b2bpic.net/free-photo/2021-number-lettering-concept_1150-42963.jpg" },
|
||||||
{ id: "t3", name: "אורן מזרחי", handle: "@oren", testimonial: "לקוח קבוע שנים, אף פעם לא מתאכזב.", rating: 5 }
|
]}
|
||||||
]}
|
title="הצלחה במספרים"
|
||||||
textboxLayout="default"
|
description="הלקוחות שלנו בוחרים בנו כל יום מחדש."
|
||||||
useInvertedBackground={false}
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<ContactText
|
<TestimonialCardThirteen
|
||||||
background={{ variant: "gradient-bars" }}
|
animationType="slide-up"
|
||||||
text="רעבים? אנחנו מחכים לכם בבן גוריון 11! התקשרו: 052-511-5956"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
testimonials={[
|
||||||
</div>
|
{ id: "t1", name: "יוסי כהן", handle: "@yossic", testimonial: "הסביח הכי טוב בארץ, נקודה. טרי, טעים ושירות מדהים.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg" },
|
||||||
|
{ id: "t2", name: "מיכל לוי", handle: "@michall", testimonial: "לא מוותרת על גינוס כשאני עוברת באזור. מנה משביעה וכיפית.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-jocund-woman-smiling-front_197531-19747.jpg" },
|
||||||
|
{ id: "t3", name: "דוד אברהם", handle: "@davidav", testimonial: "טעם של פעם, עם ניקיון ושירות של היום. מומלץ!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-holding-plates_23-2149412507.jpg" },
|
||||||
|
{ id: "t4", name: "שירן דנינו", handle: "@shirand", testimonial: "החציל הכי טוב שטעמתי אי פעם. חובה לנסות!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
|
||||||
|
{ id: "t5", name: "אורן מזרחי", handle: "@orenm", testimonial: "לקוח קבוע כבר שנים, אף פעם לא מתאכזב.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543777.jpg" },
|
||||||
|
]}
|
||||||
|
showRating={true}
|
||||||
|
title="מה אומרים עלינו?"
|
||||||
|
description="הלקוחות שלנו הם השגרירים הכי טובים שלנו."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="contact" data-section="contact">
|
||||||
<FooterBaseCard
|
<ContactText
|
||||||
logoText="הסביח של גינוס"
|
useInvertedBackground={false}
|
||||||
columns={[
|
background={{ variant: "gradient-bars" }}
|
||||||
{ title: "תפריט", items: [{ label: "מנות", href: "#menu" }, { label: "אודות", href: "#about" }] },
|
text="רוצים לשאול משהו? בואו לבקר אותנו!"
|
||||||
{ title: "צור קשר", items: [{ label: "טלפון: 052-511-5956", href: "tel:0525115956" }, { label: "מיקום: דוד בן גוריון 11", href: "https://maps.google.com" }] }
|
/>
|
||||||
]}
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterBaseCard
|
||||||
|
logoText="הסביח של גינוס"
|
||||||
|
columns={[
|
||||||
|
{ title: "תפריט", items: [{ label: "מנות", href: "#menu" }, { label: "אודות", href: "#about" }] },
|
||||||
|
{ title: "עזרה", items: [{ label: "צור קשר", href: "#contact" }] },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user