diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bbfa0e..f98dc8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -47,10 +47,10 @@ export default function LandingPage() {
@@ -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="אנחנו משלבים טכניקות מסורתיות עם חומרי גלם מקומיים כדי להביא לכם את חווית האפייה הטובה ביותר." /> @@ -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="גלו את מגוון הלחמים, המאפים והפינוקים היומיים שלנו." /> @@ -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="שנים של ניסיון ואהבה קהילתית בכל כיכר לחם." /> @@ -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="הקשיבו ללקוחות הנאמנים שלנו." />
-