Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-05 23:35:07 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -32,13 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "hero"},
name: "בית", id: "hero"},
{
name: "About", id: "about"},
name: "אודות", id: "about"},
{
name: "Menu", id: "products"},
name: "תפריט", id: "products"},
{
name: "Contact", id: "contact"},
name: "צור קשר", id: "contact"},
]}
brandName="Bleecker Bakery"
/>
@@ -47,10 +47,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Bleecker Bakery"
description="Artisanal tradition, baked fresh daily in the heart of Gedera. Experience the warmth of true sourdough and hand-crafted pastries."
description="מסורת של אפייה, טרי ואיכותי בלב גדרה. חוויה של מחמצת אמיתית ומאפים בעבודת יד."
buttons={[
{
text: "View Our Menu", href: "#products"},
text: "צפו בתפריט שלנו", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg"
imageAlt="Bleecker Bakery Fresh Bread"
@@ -60,8 +60,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
tag="Our Story"
title="Our Passion for Baking"
tag="הסיפור שלנו"
title="התשוקה שלנו לאפייה"
/>
</div>
@@ -72,20 +72,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1", label: "Quality", title: "Organic Ingredients", items: [
"Locally sourced grains", "No additives", "Pure butter"],
id: "f1", label: "איכות", title: "חומרי גלם אורגניים", items: [
"דגנים מקומיים", "ללא תוספים", "חמאה משובחת"],
},
{
id: "f2", label: "Tradition", title: "Ancient Techniques", items: [
"Slow-fermented sourdough", "Hand-kneaded", "Wood-fired ovens"],
id: "f2", label: "מסורת", title: "שיטות עתיקות", items: [
"מחמצת ארוכת תפיחה", "לישה ידנית", "תנורי עצים"],
},
{
id: "f3", label: "Service", title: "Fresh Daily", items: [
"Baked before sunrise", "Warm welcoming staff", "Local community heart"],
id: "f3", label: "שירות", title: "טרי בכל יום", items: [
"נאפה לפני הזריחה", "צוות חם ומזמין", "לב הקהילה המקומית"],
},
]}
title="Why Choose Us"
description="We blend traditional techniques with high-quality, local ingredients to bring you the best bakery experience."
title="למה לבחור בנו"
description="אנחנו משלבים טכניקות מסורתיות עם חומרי גלם מקומיים כדי להביא לכם את חווית האפייה הטובה ביותר."
/>
</div>
@@ -97,20 +97,20 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Artisan Sourdough", price: "18 NIS", variant: "Breads", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-pastry-sliced-pieces-dark-surface_140725-91205.jpg"},
id: "p1", name: "לחם מחמצת", price: "18 ש\"ח", variant: "לחמים", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-pastry-sliced-pieces-dark-surface_140725-91205.jpg"},
{
id: "p2", name: "Buttery Croissant", price: "12 NIS", variant: "Pastries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cinnamon-roll-table_23-2148543695.jpg"},
id: "p2", name: "קרואסון חמאה", price: "12 ש\"ח", variant: "מאפים", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cinnamon-roll-table_23-2148543695.jpg"},
{
id: "p3", name: "Blueberry Muffin", price: "10 NIS", variant: "Sweet Treats", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-berries-wooden-platter_114579-18524.jpg"},
id: "p3", name: "מאפין אוכמניות", price: "10 ש\"ח", variant: "קינוחים", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-berries-wooden-platter_114579-18524.jpg"},
{
id: "p4", name: "Rustic Ciabatta", price: "14 NIS", variant: "Breads", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-bread-concept_23-2148648759.jpg"},
id: "p4", name: "צ'בטה כפרית", price: "14 ש\"ח", variant: "לחמים", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-bread-concept_23-2148648759.jpg"},
{
id: "p5", name: "Fruit Danish", price: "13 NIS", variant: "Pastries", imageSrc: "http://img.b2bpic.net/free-photo/cutting-slice-strawberry-pie-wooden-board_114579-61920.jpg"},
id: "p5", name: "דניש פירות", price: "13 ש\"ח", variant: "מאפים", imageSrc: "http://img.b2bpic.net/free-photo/cutting-slice-strawberry-pie-wooden-board_114579-61920.jpg"},
{
id: "p6", name: "Traditional Baguette", price: "9 NIS", variant: "Breads", imageSrc: "http://img.b2bpic.net/free-photo/two-fragrant-bread-marble_114579-72190.jpg"},
id: "p6", name: "בגט מסורתי", price: "9 ש\"ח", variant: "לחמים", imageSrc: "http://img.b2bpic.net/free-photo/two-fragrant-bread-marble_114579-72190.jpg"},
]}
title="Our Signature Selection"
description="Discover our range of handcrafted breads, pastries, and daily treats."
title="המבחר שלנו"
description="גלו את מגוון הלחמים, המאפים והפינוקים היומיים שלנו."
/>
</div>
@@ -122,17 +122,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "15+", title: "Years Baking", description: "Tradition since inception", icon: Award,
id: "m1", value: "15+", title: "שנות אפייה", description: "מסורת מיום ההקמה", icon: Award,
},
{
id: "m2", value: "200+", title: "Daily Loaves", description: "Baked fresh every day", icon: Zap,
id: "m2", value: "200+", title: "כיכרות ביום", description: "נאפה טרי מדי יום", icon: Zap,
},
{
id: "m3", value: "10k+", title: "Happy Customers", description: "Part of our family", icon: Users,
id: "m3", value: "10k+", title: "לקוחות מרוצים", description: "חלק מהמשפחה שלנו", icon: Users,
},
]}
title="By The Numbers"
description="Years of experience and community love built into every loaf."
title="במספרים"
description="שנים של ניסיון ואהבה קהילתית בכל כיכר לחם."
/>
</div>
@@ -144,64 +144,57 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "Sarah", role: "Local resident", company: "Gedera", rating: 5,
id: "t1", name: "שרה", role: "תושבת מקומית", company: "גדרה", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-charming-lady-with-long-hair-wearing-trendy-blouse-sitting-cafeteria-with-great-smile_291650-620.jpg"},
{
id: "t2", name: "David", role: "Foodie", company: "Gedera", rating: 5,
id: "t2", name: "דוד", role: "חובב אוכל", company: "גדרה", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-reading-newspaper-coffeshop_1098-19132.jpg"},
{
id: "t3", name: "The Cohen Family", role: "Regulars", company: "Gedera", rating: 5,
id: "t3", name: "משפחת כהן", role: "לקוחות קבועים", company: "גדרה", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/leisure-with-tea-guitar_1098-15852.jpg"},
{
id: "t4", name: "Mark", role: "Office worker", company: "Gedera", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-business-man-cafe-works-laptop-drinks-coffee_1321-1432.jpg"},
{
id: "t5", name: "Elena", role: "Blogger", company: "Gedera", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg"},
]}
title="What Our Neighbors Say"
description="Hear from our beloved local customers."
title="מה השכנים שלנו אומרים"
description="הקשיבו ללקוחות הנאמנים שלנו."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "cell-wave"}}
text="Visit us at our Gedera branch for a warm cup of coffee and fresh pastries. We're open daily from 7 AM."
<ContactSplitForm
title="בואו לבקר אותנו"
description="מחכים לכם בסניף גדרה לקפה חם ומאפים טריים מדי בוקר."
inputs={[
{ name: "name", type: "text", placeholder: "שם מלא" },
{ name: "email", type: "email", placeholder: "כתובת אימייל" }
]}
textarea={{ name: "message", placeholder: "איך נוכל לעזור?" }}
buttonText="שלח הודעה"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Bleecker Bakery"
<FooterSimple
columns={[
{
title: "Visit Us", items: [
{
label: "Gedera Branch", href: "#"},
{
label: "Open Daily 7 AM", href: "#"},
title: "מיקום", items: [
{ label: "המרכז, גדרה" },
{ label: "פתוח כל יום: 07:00-20:00" },
],
},
{
title: "Our Menu", items: [
{
label: "Breads", href: "#products"},
{
label: "Pastries", href: "#products"},
title: "תפריט", items: [
{ label: "לחמים", href: "#products" },
{ label: "מאפים", href: "#products" },
],
},
{
title: "Social", items: [
{
label: "Instagram", href: "#"},
{
label: "Facebook", href: "#"},
title: "צרו קשר", items: [
{ label: "08-1234567" },
{ label: "info@bleecker.co.il" },
],
},
]}
bottomLeftText="© 2025 Bleecker Bakery"
bottomRightText="כל הזכויות שמורות"
/>
</div>
</ReactLenis>