Merge version_1 into main #2
428
src/app/page.tsx
428
src/app/page.tsx
@@ -18,315 +18,145 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="הסביח של גינוס"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="הסביח של גינוס"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="הסביח של גינוס - הטעם האותנטי"
|
||||
description="הסביח הכי טרי, הכי טעים והכי איכותי בישראל. בואו לחוות את המסורת המדויקת של הסביח בביס אחד מושלם."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/playful-girl-enjoying-tasty-breakfast-holidays-stylish-modern-cafe_273443-1845.jpg",
|
||||
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: "שירות מהיר ומחייך",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="הסביח של גינוס - הטעם האותנטי"
|
||||
description="הסביח הכי טרי, הכי טעים והכי איכותי בישראל. בואו לחוות את המסורת המדויקת של הסביח בביס אחד מושלם."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/playful-girl-enjoying-tasty-breakfast-holidays-stylish-modern-cafe_273443-1845.jpg", 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: "שירות מהיר ומחייך" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="הסיפור שלנו"
|
||||
description={[
|
||||
"הסביח של גינוס נולד מתוך תשוקה לאוכל רחוב ישראלי קלאסי, בטעם של פעם.",
|
||||
"אנחנו מקפידים על כל פרט – מהחציל המטוגן בדיוק במידה הנכונה, הביצה המבושלת לאורך שעות, ועד הסלט הקצוץ טרי-טרי בכל בוקר.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="הסיפור שלנו"
|
||||
description={[
|
||||
"הסביח של גינוס נולד מתוך תשוקה לאוכל רחוב ישראלי קלאסי, בטעם של פעם.", "אנחנו מקפידים על כל פרט – מהחציל המטוגן בדיוק במידה הנכונה, הביצה המבושלת לאורך שעות, ועד הסלט הקצוץ טרי-טרי בכל בוקר."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "מנת סביח קלאסית",
|
||||
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="התפריט שלנו"
|
||||
description="סביח טרי, מזין ומשביע, מוכן עם המון אהבה."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "מנת סביח קלאסית", 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="התפריט שלנו"
|
||||
description="סביח טרי, מזין ומשביע, מוכן עם המון אהבה."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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: "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="features" data-section="features">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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: "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}
|
||||
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 id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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 id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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 id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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 id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="רוצים לשאול משהו? בואו לבקר אותנו!"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="רוצים לשאול משהו? בואו לבקר אותנו!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="הסביח של גינוס"
|
||||
columns={[
|
||||
{
|
||||
title: "תפריט",
|
||||
items: [
|
||||
{
|
||||
label: "מנות",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "אודות",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "עזרה",
|
||||
items: [
|
||||
{
|
||||
label: "צור קשר",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user