Merge version_2_1781785680189 into main #1
@@ -14,15 +14,15 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardTiltedCarousel
|
||||
tag="Coffee in the Colony"
|
||||
title="Stampfer Cafe"
|
||||
description="Experience artisanal coffee and delicious breakfast in the heart of Even Yehuda."
|
||||
tag="קפה במושבה"
|
||||
title="קפה שטמפפר"
|
||||
description="חווית קפה איכותי וארוחות בוקר מפנקות בלב אבן יהודה."
|
||||
primaryButton={{
|
||||
text: "See Menu",
|
||||
text: "צפו בתפריט",
|
||||
href: "#menu",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
text: "צרו קשר",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
@@ -52,10 +52,10 @@ export default function HomePage() {
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Our Story"
|
||||
quote="The best experience I've had in a cafe in years, great service, bomb food. Wonderful atmosphere."
|
||||
author="Roi Ovadia"
|
||||
role="Local Guide"
|
||||
tag="הסיפור שלנו"
|
||||
quote="החוויה הכי טובה שהייתה לי בבית קפה מזה שנים, שירות מעולה, אוכל פצצה. אווירה נפלאה."
|
||||
author="רועי עובדיה"
|
||||
role="מדריך מקומי"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-blue-wooden-windows-with-pots_1147-22.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -64,13 +64,13 @@ export default function HomePage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesRevealCards
|
||||
tag="Our Menu"
|
||||
title="Signature Flavors"
|
||||
description="Indulge in our carefully crafted menu featuring fresh ingredients and traditional recipes."
|
||||
tag="התפריט שלנו"
|
||||
title="טעמים ייחודיים"
|
||||
description="התפנקו בתפריט המוקפד שלנו הכולל מרכיבים טריים ומתכונים מסורתיים."
|
||||
items={[
|
||||
{
|
||||
title: "Coffee",
|
||||
description: "Expertly roasted beans from the finest sources.",
|
||||
title: "קפה",
|
||||
description: "פולי קפה קלויים במומחיות מהמקורות הטובים ביותר.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-making-cup-coffee-counter-kitchen_1170-573.jpg",
|
||||
},
|
||||
{
|
||||
@@ -91,14 +91,14 @@ export default function HomePage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMediaCards
|
||||
tag="Our Vibe"
|
||||
title="Cafe Metrics"
|
||||
description="Why locals keep coming back."
|
||||
tag="האווירה שלנו"
|
||||
title="המספרים שלנו"
|
||||
description="למה המקומיים ממשיכים לחזור."
|
||||
metrics={[
|
||||
{
|
||||
value: "1.9K+",
|
||||
title: "Reviews",
|
||||
description: "A community of happy visitors.",
|
||||
title: "ביקורות",
|
||||
description: "קהילה של מבקרים מרוצים.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg",
|
||||
},
|
||||
{
|
||||
@@ -121,14 +121,14 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Feedback"
|
||||
title="What Locals Say"
|
||||
description="Hear from our dedicated customers."
|
||||
tag="משוב"
|
||||
title="מה המקומיים אומרים"
|
||||
description="שמעו מהלקוחות המסורים שלנו."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Roi Ovadia",
|
||||
role: "Local Guide",
|
||||
quote: "Bomb food and service!",
|
||||
name: "רועי עובדיה",
|
||||
role: "מדריך מקומי",
|
||||
quote: "אוכל ושירות פצצה!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2854.jpg",
|
||||
},
|
||||
@@ -168,17 +168,17 @@ export default function HomePage() {
|
||||
<div id="social" data-section="social">
|
||||
<SectionErrorBoundary name="social">
|
||||
<SocialProofMarquee
|
||||
tag="Reputation"
|
||||
title="Trusted by our community"
|
||||
description="Quality cafe standards."
|
||||
tag="מוניטין"
|
||||
title="הקהילה שלנו סומכת עלינו"
|
||||
description="סטנדרטים של בית קפה איכותי."
|
||||
names={[
|
||||
"Local Guide Approved",
|
||||
"Top 5 Cafe",
|
||||
"Community Favorite",
|
||||
"Gourmet Certified",
|
||||
"Daily Fresh",
|
||||
"High Rating",
|
||||
"Artisanal Choice",
|
||||
"מומלץ על ידי מדריכים מקומיים",
|
||||
"בטופ 5 בתי הקפה",
|
||||
"האהוב על הקהילה",
|
||||
"מוסמך גורמה",
|
||||
"טרי יום יום",
|
||||
"דירוג גבוה",
|
||||
"בחירת האומן",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -187,13 +187,13 @@ export default function HomePage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Common Questions"
|
||||
title="Know Before You Come"
|
||||
description="We are open daily and offer delivery."
|
||||
tag="שאלות נפוצות"
|
||||
title="דעו לפני שתגיעו"
|
||||
description="אנחנו פתוחים כל יום ומציעים משלוחים."
|
||||
items={[
|
||||
{
|
||||
question: "Are you open today?",
|
||||
answer: "Yes, we are open until midnight!",
|
||||
question: "האם אתם פתוחים היום?",
|
||||
answer: "כן, אנחנו פתוחים עד חצות!",
|
||||
},
|
||||
{
|
||||
question: "Do you offer delivery?",
|
||||
@@ -211,14 +211,14 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Contact Us"
|
||||
text="Have any questions or want to place an order? Contact us today."
|
||||
tag="צור קשר"
|
||||
text="יש לכם שאלות או רוצים לבצע הזמנה? צרו איתנו קשר היום."
|
||||
primaryButton={{
|
||||
text: "Call Now",
|
||||
text: "התקשרו עכשיו",
|
||||
href: "tel:097891445",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Send Message",
|
||||
text: "שלחו הודעה",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user