Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-30 18:24:24 +00:00

View File

@@ -16,31 +16,23 @@ export default function LandingPage() {
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
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">
<NavbarStyleFullscreen
navItems={[
{
name: "בית",
id: "hero",
},
{
name: "עלינו",
id: "about",
},
{
name: "תפריט",
id: "features",
},
{
name: "ביקורות",
id: "testimonials",
},
{
name: "צור קשר",
id: "contact",
},
{ name: "בית", id: "hero" },
{ name: "עלינו", id: "about" },
{ name: "תפריט", id: "features" },
{ name: "ביקורות", id: "testimonials" },
{ name: "צור קשר", id: "contact" },
]}
brandName="אצל רותי"
/>
@@ -48,37 +40,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background="gradient-bars"
background={{ variant: "gradient-bars" }}
title="הבית של האוכל המרוקאי באשדוד"
description="סלטים טריים, קוסקוס ביתי, דגים משובחים ואווירה חמה של בית שמחכה לכם ממש כאן."
tag="מסעדה מרוקנית אותנטית"
buttons={[
{
text: "הזמן מקום",
href: "#contact",
},
]}
buttons={[{ text: "הזמן מקום", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754849.jpg?_wi=1",
imageAlt: "Moroccan table setup",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-seafood-wine-glass_23-2149410739.jpg?_wi=1",
imageAlt: "Moroccan dishes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg?_wi=1",
imageAlt: "Traditional tagine",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg?_wi=1",
imageAlt: "Authentic dining",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1",
imageAlt: "Hospitality atmosphere",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754849.jpg", imageAlt: "Moroccan table setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-seafood-wine-glass_23-2149410739.jpg", imageAlt: "Moroccan dishes" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -92,20 +61,11 @@ export default function LandingPage() {
title="חוויה משפחתית"
description="אצל רותי, אנחנו מגישים הרבה יותר מאוכל. אנחנו מגישים מסורת, אהבה ואירוח מהלב עם חלה טרייה וסלטים עשירים שמתחדשים ללא הפסקה."
metrics={[
{
value: "100%",
title: "אוכל ביתי",
},
{
value: "4.4",
title: "דירוג גוגל",
},
{
value: "יד",
title: "חלה טרייה",
},
{ value: "100%", title: "אוכל ביתי" },
{ value: "4.4", title: "דירוג גוגל" },
{ value: "יד", title: "חלה טרייה" }
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-seafood-wine-glass_23-2149410739.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-seafood-wine-glass_23-2149410739.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -114,34 +74,11 @@ export default function LandingPage() {
<FeatureCardTwentyThree
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "f1",
title: "דגים משובחים",
tags: [
"דג טונה",
"רוטב פיקנטי",
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg?_wi=2",
},
{
id: "f2",
title: "קוסקוס ביתי",
tags: [
"מוגש בימי שלישי",
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg?_wi=2",
},
{
id: "f3",
title: "סלטים בסיס",
tags: [
"טריים",
"מבושלים",
"ללא הגבלה",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=2",
},
{ id: "f1", title: "דגים משובחים", tags: ["דג טונה", "רוטב פיקנטי"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg" },
{ id: "f2", title: "קוסקוס ביתי", tags: ["מוגש בימי שלישי"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg" },
{ id: "f3", title: "סלטים בסיס", tags: ["טריים", "מבושלים", "ללא הגבלה"], imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg" }
]}
title="מה בתפריט?"
description="המנות המנצחות שמחכות לכם בכל יום"
@@ -153,61 +90,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "איתמר דויטש",
date: "לפני 3 חודשים",
title: "לקוח ממליץ",
quote: "שירות מעולה ואווירה מרוקאית מאוד נחמדה.",
tag: "מומלץ",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754849.jpg?_wi=2",
imageAlt: "moroccan restaurant food table",
},
{
id: "2",
name: "מוטי אלגרבלי",
date: "לפני שנתיים",
title: "לקוח ממליץ",
quote: "סט סלטים צבעוניים טריים ומבושלים נפרסים על השולחן.",
tag: "מומלץ",
avatarSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-seafood-wine-glass_23-2149410739.jpg?_wi=3",
imageAlt: "cozy home restaurant decor",
},
{
id: "3",
name: "David Ben Ezra",
date: "לפני חודשיים",
title: "לקוח ממליץ",
quote: "רוצים להרגיש בבית? זה המקום. דגים מעולים!",
tag: "מומלץ",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg?_wi=3",
imageAlt: "happy diner portrait",
},
{
id: "4",
name: "לקוח מרוצה",
date: "לפני שנה",
title: "לקוח",
quote: "אוכל טעים, נקי וביתי. מומלץ מאוד.",
tag: "מעולה",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-sushi-order-high-angle_23-2149870737.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg?_wi=3",
imageAlt: "authentic local foodie",
},
{
id: "5",
name: "שרה כהן",
date: "לפני חודש",
title: "לקוחה קבועה",
quote: "החלה הטרייה מזכירה לי את הבית של אמא. תענוג.",
tag: "איכותי",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=3",
imageAlt: "smiling restaurant regular",
},
{ id: "1", name: "איתמר דויטש", date: "לפני 3 חודשים", title: "לקוח ממליץ", quote: "שירות מעולה ואווירה מרוקאית מאוד נחמדה.", tag: "מומלץ", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754849.jpg" },
{ id: "2", name: "מוטי אלגרבלי", date: "לפני שנתיים", title: "לקוח ממליץ", quote: "סט סלטים צבעוניים טריים ומבושלים נפרסים על השולחן.", tag: "מומלץ", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-seafood-wine-glass_23-2149410739.jpg" },
{ id: "3", name: "David Ben Ezra", date: "לפני חודשיים", title: "לקוח ממליץ", quote: "רוצים להרגיש בבית? זה המקום. דגים מעולים!", tag: "מומלץ", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg" },
{ id: "4", name: "לקוח מרוצה", date: "לפני שנה", title: "לקוח", quote: "אוכל טעים, נקי וביתי. מומלץ מאוד.", tag: "מעולה", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-sushi-order-high-angle_23-2149870737.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg" },
{ id: "5", name: "שרה כהן", date: "לפני חודש", title: "לקוחה קבועה", quote: "החלה הטרייה מזכירה לי את הבית של אמא. תענוג.", tag: "איכותי", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg" }
]}
title="מה הלקוחות שלנו אומרים"
description="רוצים להרגיש בבית? זה המקום."
@@ -220,16 +107,8 @@ export default function LandingPage() {
title="בואו להתארח"
description="הרב הרצוג 7, אשדוד | 053-783-6627"
inputs={[
{
name: "name",
type: "text",
placeholder: "שם מלא",
},
{
name: "phone",
type: "tel",
placeholder: "טלפון ליצירת קשר",
},
{ name: "name", type: "text", placeholder: "שם מלא" },
{ name: "phone", type: "tel", placeholder: "טלפון ליצירת קשר" }
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-aprons-enjoying-coffee-outside-shop_23-2148366676.jpg"
/>
@@ -237,38 +116,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754849.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754849.jpg"
columns={[
{
title: "מידע כללי",
items: [
{
label: "אודות",
href: "#about",
},
{
label: "תפריט",
href: "#features",
},
{
label: "צור קשר",
href: "#contact",
},
],
},
{
title: "כתובת",
items: [
{
label: "הרב הרצוג 7, אשדוד",
href: "#",
},
{
label: "053-783-6627",
href: "tel:0537836627",
},
],
},
{ title: "מידע כללי", items: [{ label: "אודות", href: "#about" }, { label: "תפריט", href: "#features" }, { label: "צור קשר", href: "#contact" }] },
{ title: "כתובת", items: [{ label: "הרב הרצוג 7, אשדוד", href: "#" }, { label: "053-783-6627", href: "tel:0537836627" }] }
]}
copyrightText="© 2025 אצל רותי - כל הזכויות שמורות"
/>