Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c463734c8b | |||
| 9639e574d5 |
286
src/app/page.tsx
286
src/app/page.tsx
@@ -6,7 +6,6 @@ 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';
|
||||||
@@ -18,27 +17,22 @@ export default function LandingPage() {
|
|||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
|
contentWidth="medium"
|
||||||
|
sizing="medium"
|
||||||
|
background="circleGradient"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
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",
|
{ name: "תפריט", id: "menu" },
|
||||||
id: "hero",
|
{ name: "אודות", id: "about" },
|
||||||
},
|
{ name: "צור קשר", id: "contact" }
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="הסביח של גינוס"
|
brandName="הסביח של גינוס"
|
||||||
/>
|
/>
|
||||||
@@ -46,73 +40,25 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
title="הסביח של גינוס - הטעם האותנטי של גבעת שמואל"
|
||||||
}}
|
description="מגישים לכם את הסביח הכי טרי, חם ומפנק בלב גבעת שמואל. חצילים קלויים במידה, ביצים מבושלות ארוכות ופיתה שמרגישה בית."
|
||||||
title="הסביח של גינוס - הטעם האותנטי"
|
|
||||||
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",
|
{ 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: "לקוח מרוצה" }
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/colorful-chairs-table-with-cutlery_1203-1673.jpg",
|
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg",
|
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatarText="אלפי לקוחות מרוצים"
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "להזמנה",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "טריות ללא פשרות",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "מתכון משפחתי סודי",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "חציל קלוי בנקודה",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "פיתה חמה מהטאבון",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "שירות מהיר ומחייך",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
avatarText="מעל 500 לקוחות מרוצים"
|
||||||
|
buttons={[{ text: "להזמנה מהירה", href: "tel:0525115956" }, { text: "תפריט", href: "#menu" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
useInvertedBackground={false}
|
title="הסביח של גינוס - מוסד קולינרי"
|
||||||
title="הסיפור שלנו"
|
|
||||||
description={[
|
description={[
|
||||||
"הסביח של גינוס נולד מתוך תשוקה לאוכל רחוב ישראלי קלאסי, בטעם של פעם.",
|
"נמצאים בלב גבעת שמואל, ברחוב דוד בן גוריון 11, ומחויבים לאיכות וטריות בלתי מתפשרת.", "אצלנו תמצאו חצילים מטוגנים קריספיים, ביצים חומות נימוחות, וסלט ירקות קצוץ טרי-טרי שמוכן ברגע ההזמנה."
|
||||||
"אנחנו מקפידים על כל פרט – מהחציל המטוגן בדיוק במידה הנכונה, הביצה המבושלת לאורך שעות, ועד הסלט הקצוץ טרי-טרי בכל בוקר.",
|
|
||||||
]}
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -121,47 +67,14 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "m1", name: "מנת סביח קלאסית", price: "28 ₪", imageSrc: "https://img.b2bpic.net/free-photo/vegetable-salad-with-meat-pomegranate_140725-6380.jpg" },
|
||||||
id: "p1",
|
{ id: "m2", name: "סביח בצלחת עשירה", price: "38 ₪", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833869.jpg" },
|
||||||
name: "מנת סביח קלאסית",
|
{ id: "m3", name: "חומוס-סביח חם", price: "32 ₪", imageSrc: "https://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187963.jpg" }
|
||||||
price: "28 ₪",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-meat-pomegranate_140725-6380.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: "30 ₪",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187963.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "סלט סביח",
|
|
||||||
price: "25 ₪",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pepper-dill-with-parsley-around-salad_23-2147778427.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "סלט ירקות קטן",
|
|
||||||
price: "10 ₪",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-green-tomato-salad-oval-plate-fork-knife-dark_140725-105207.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="התפריט שלנו"
|
title="התפריט שלנו"
|
||||||
description="סביח טרי, מזין ומשביע, מוכן עם המון אהבה."
|
description="כל המנות שלנו מוגשות עם טחינה עשירה, עמבה משובחת וחריף ביתי שאי אפשר לעמוד בפניו."
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -169,131 +82,38 @@ export default function LandingPage() {
|
|||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
title="למה גינוס?"
|
||||||
|
description="אנחנו מאמינים באוכל פשוט, איכותי ומקומי."
|
||||||
features={[
|
features={[
|
||||||
{
|
{ 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: "f1",
|
{ id: "f2", title: "מיקום מרכזי", descriptions: ["דוד בן גוריון 11, גבעת שמואל"], imageSrc: "https://img.b2bpic.net/free-photo/map-concept-with-pointers_23-2148967072.jpg" },
|
||||||
title: "מרכיבים טריים",
|
{ id: "f3", title: "הזמנות בטלפון", descriptions: ["052-511-5956"], imageSrc: "https://img.b2bpic.net/free-vector/phone-icon-set_1025-37.jpg" }
|
||||||
descriptions: [
|
|
||||||
"אנחנו חותכים ירקות טריים כל בוקר, ללא קיצורי דרך.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-various-pickled-olives-brine-stands-white-table_127032-3608.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: "f3",
|
|
||||||
title: "שירות מהיר",
|
|
||||||
descriptions: [
|
|
||||||
"מבינים שאתה רעב, מביאים לך אוכל חם ומעולה תוך דקות.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-clock-logo_1025-36.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="למה הסביח של גינוס?"
|
|
||||||
description="איכות, טריות ושירות ללא פשרות."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
|
||||||
<MetricCardEleven
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
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: "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: "m3",
|
|
||||||
value: "20",
|
|
||||||
title: "שנות ניסיון",
|
|
||||||
description: "מומחיות בטעם ישראלי.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/2021-number-lettering-concept_1150-42963.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="הצלחה במספרים"
|
|
||||||
description="הלקוחות שלנו בוחרים בנו כל יום מחדש."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
showRating={true}
|
||||||
|
title="מה הלקוחות מספרים?"
|
||||||
|
description="הסביח הכי מומלץ בגבעת שמואל!"
|
||||||
|
testimonials={[
|
||||||
|
{ id: "t1", name: "יוסי כהן", handle: "@yossi", testimonial: "טרי, טעים, שירות אדיב מאוד.", rating: 5 },
|
||||||
|
{ id: "t2", name: "מיכל לוי", handle: "@michal", testimonial: "החצילים הכי קריספיים שאכלתי.", rating: 5 },
|
||||||
|
{ id: "t3", name: "אורן מזרחי", handle: "@oren", testimonial: "לקוח קבוע שנים, אף פעם לא מתאכזב.", rating: 5 }
|
||||||
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
|
text="רעבים? אנחנו מחכים לכם בבן גוריון 11! התקשרו: 052-511-5956"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
text="רוצים לשאול משהו? בואו לבקר אותנו!"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -301,28 +121,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="הסביח של גינוס"
|
logoText="הסביח של גינוס"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "תפריט", items: [{ label: "מנות", href: "#menu" }, { label: "אודות", href: "#about" }] },
|
||||||
title: "תפריט",
|
{ title: "צור קשר", items: [{ label: "טלפון: 052-511-5956", href: "tel:0525115956" }, { label: "מיקום: דוד בן גוריון 11", href: "https://maps.google.com" }] }
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "מנות",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "אודות",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "עזרה",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "צור קשר",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user