Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-15 12:48:55 +00:00

View File

@@ -29,30 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "בית",
id: "hero",
},
{
name: "עלינו",
id: "about",
},
{
name: "תפריט",
id: "menu",
},
{
name: "גלריה",
id: "gallery",
},
{
name: "ביקורות",
id: "testimonials",
},
{
name: "יצירת קשר",
id: "contact",
},
{ name: "בית", id: "hero" },
{ name: "עלינו", id: "about" },
{ name: "תפריט", id: "menu" },
{ name: "גלריה", id: "gallery" },
{ name: "ביקורות", id: "testimonials" },
{ name: "יצירת קשר", id: "contact" },
]}
brandName="Familia"
/>
@@ -60,56 +42,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
background={{ variant: "rotated-rays-static" }}
title="פאמיליה בית קפה משפחתי בלב ראשון לציון"
description="חוויה אירופאית חמימה, קפה איכותי ומאפים בעבודת יד מול הפארק."
buttons={[
{
text: "לתפריט",
href: "#menu",
},
{
text: "התקשר עכשיו",
href: "tel:053-531-4001",
},
{
text: "Wolt / משלוחים",
href: "#",
},
{ text: "לתפריט", href: "#menu" },
{ text: "התקשר עכשיו", href: "tel:053-531-4001" },
{ text: "Wolt / משלוחים", href: "#" },
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg",
imageAlt: "Coffee station",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/bread-shop-bake-dough-flour-bakery_53876-31655.jpg",
imageAlt: "Pastries",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
imageAlt: "Cafe ambiance",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg",
imageAlt: "Outdoor seating",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-with-french-fries-top-view_140725-703.jpg",
imageAlt: "Sandwiches",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-cup-coffee-cafe_1150-10500.jpg",
imageAlt: "Cappuccino",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg", imageAlt: "Coffee station" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bread-shop-bake-dough-flour-bakery_53876-31655.jpg", imageAlt: "Pastries" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg", imageAlt: "Cafe ambiance" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg", imageAlt: "Outdoor seating" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-with-french-fries-top-view_140725-703.jpg", imageAlt: "Sandwiches" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-cup-coffee-cafe_1150-10500.jpg", imageAlt: "Cappuccino" },
]}
/>
</div>
@@ -118,12 +65,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="סיפור של משפחה ואהבה"
buttons={[
{
text: "קרא עוד",
href: "#",
},
]}
buttons={[{ text: "קרא עוד", href: "#" }]}
/>
</div>
@@ -134,60 +76,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "קפה",
name: "קפוצ'ינו איטלקי",
price: "₪18",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/cookies-latte-coffee-cup-front-woman-sitting-caf_23-2148209305.jpg",
},
{
id: "p2",
brand: "קפה",
name: "אייס קפה פאמיליה",
price: "₪22",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1866.jpg",
},
{
id: "p3",
brand: "מאפים",
name: "קרואסון חמאה",
price: "₪15",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-honey-dipper-basket-wooden-table-flat-lay_176474-8173.jpg",
},
{
id: "p4",
brand: "קינוחים",
name: "עוגת שוקולד חמה",
price: "₪32",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-plate-with-tea-teapot-nuts-fruit-jam-flowers-white-wooden-background_176474-3963.jpg",
},
{
id: "p5",
brand: "כריכים",
name: "כריך בריאות",
price: "₪38",
rating: 4,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/toast-with-assortment-vegetables_23-2148381383.jpg",
},
{
id: "p6",
brand: "בוקר",
name: "ארוחת בוקר זוגית",
price: "₪48",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/egg-toast-with-spices-wooden-board-with-cutlery_114579-48090.jpg",
},
{ id: "p1", brand: "קפה", name: "קפוצ'ינו איטלקי", price: "₪18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cookies-latte-coffee-cup-front-woman-sitting-caf_23-2148209305.jpg" },
{ id: "p2", brand: "קפה", name: "אייס קפה פאמיליה", price: "₪22", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1866.jpg" },
{ id: "p3", brand: "מאפים", name: "קרואסון חמאה", price: "₪15", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-honey-dipper-basket-wooden-table-flat-lay_176474-8173.jpg" },
{ id: "p4", brand: "קינוחים", name: "עוגת שוקולד חמה", price: "₪32", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-plate-with-tea-teapot-nuts-fruit-jam-flowers-white-wooden-background_176474-3963.jpg" },
{ id: "p5", brand: "כריכים", name: "כריך בריאות", price: "₪38", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/toast-with-assortment-vegetables_23-2148381383.jpg" },
{ id: "p6", brand: "בוקר", name: "ארוחת בוקר זוגית", price: "₪48", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/egg-toast-with-spices-wooden-board-with-cutlery_114579-48090.jpg" },
]}
title="תפריט פאמיליה"
description="מבחר עשיר של מאפים, קינוחים וקפה טרי."
@@ -196,36 +90,13 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "g1",
title: "אווירה אירופאית",
tags: [
"עיצוב",
"שקט",
],
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg",
},
{
id: "g2",
title: "ישיבה בחוץ",
tags: [
"פארק",
"טבע",
],
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-drinking-cup-coffee-cafe_23-2147925426.jpg",
},
{
id: "g3",
title: "איכות בלתי מתפשרת",
tags: [
"קפה",
"טריות",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg",
},
{ id: "g1", title: "אווירה אירופאית", tags: ["עיצוב", "שקט"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg" },
{ id: "g2", title: "ישיבה בחוץ", tags: ["פארק", "טבע"], imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-drinking-cup-coffee-cafe_23-2147925426.jpg" },
{ id: "g3", title: "איכות בלתי מתפשרת", tags: ["קפה", "טריות"], imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg" },
]}
title="גלריית האווירה"
description="המקום הכי נעים בראשון לציון."
@@ -238,47 +109,13 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
description="מה שהלקוחות שלנו אומרים על פאמיליה."
testimonials={[
{
id: "t1",
name: "רוני",
role: "לקוחה",
company: "מקומי",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30732.jpg",
},
{
id: "t2",
name: "איתי",
role: "לקוח",
company: "מקומי",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-winter-coat-sitting-with-coffee-outdoor-cafe_613910-19158.jpg",
},
{
id: "t3",
name: "שירה",
role: "לקוחה",
company: "מקומי",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cafe-with-coffee_624325-3407.jpg",
},
{
id: "t4",
name: "גיל",
role: "לקוח",
company: "מקומי",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
},
{
id: "t5",
name: "דנה",
role: "לקוחה",
company: "מקומי",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-lying-couch_23-2148095782.jpg",
},
{ id: "t1", name: "רוני", role: "לקוחה", company: "מקומי", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30732.jpg" },
{ id: "t2", name: "איתי", role: "לקוח", company: "מקומי", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-winter-coat-sitting-with-coffee-outdoor-cafe_613910-19158.jpg" },
{ id: "t3", name: "שירה", role: "לקוחה", company: "מקומי", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cafe-with-coffee_624325-3407.jpg" },
{ id: "t4", name: "גיל", role: "לקוח", company: "מקומי", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg" },
{ id: "t5", name: "דנה", role: "לקוחה", company: "מקומי", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-lying-couch_23-2148095782.jpg" },
]}
title="לקוחות מספרים"
/>
@@ -287,21 +124,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="בואו לבקר"
title="מחכים לכם בפאמיליה"
description="אנחנו נמצאים בלב ראשון לציון, פתוחים בשבת ושירות אישי מובטח."
buttons={[
{
text: "WhatsApp",
href: "https://wa.me/972535314001",
},
{
text: "Google Maps",
href: "#",
},
{ text: "WhatsApp", href: "https://wa.me/972535314001" },
{ text: "Google Maps", href: "#" },
]}
/>
</div>
@@ -309,40 +138,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "תפריט",
items: [
{
label: "קפה חם",
href: "#menu",
},
{
label: "מאפים",
href: "#menu",
},
{
label: "ארוחות בוקר",
href: "#menu",
},
],
},
{
title: "מידע",
items: [
{
label: "מיקום",
href: "#",
},
{
label: "שעות פתיחה",
href: "#",
},
{
label: "יצירת קשר",
href: "#contact",
},
],
},
{ title: "תפריט", items: [{ label: "קפה חם", href: "#menu" }, { label: "מאפים", href: "#menu" }, { label: "ארוחות בוקר", href: "#menu" }] },
{ title: "מידע", items: [{ label: "מיקום", href: "#" }, { label: "שעות פתיחה", href: "#" }, { label: "יצירת קשר", href: "#contact" }] },
]}
logoText="Familia"
copyrightText="© 2025 פאמיליה. כל הזכויות שמורות."