Update src/app/page.tsx

This commit is contained in:
2026-03-09 04:28:44 +00:00
parent 14ab102829
commit bb686d47ae

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroCentered
title="שכונתך הפלטפורמה המועדפת"
description="תרבות קפה פרימיום פוגשת חום ידידותי לסטודנטים. קינוח בעבודה יד, קפה מיוחד, וחום שמחזיר אתכם שוב ושוב"
background={{ variant: "floatingGradient" }}
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg", alt: "סטודנט מרוצה" },
{ src: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4723.jpg", alt: "מומחה טכנולוגיה" },
@@ -69,7 +69,7 @@ export default function LandingPage() {
title="הצריף - המחסן שלך המקומי המוגבה"
description="בנו תרבות קפה פרימיום עם מושכות וחום, כאשר כל ביקור הוא חוויה. בין אם אתה סטודנט רעב או אדם מקצועי בחיפוש, הצריף משדר את הטוב ביותר של שיח מקומי עם מומחיות חרטום."
tag="הגיע אליתנו"
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
bulletPoints={[
{ title: "קינוח בעבודה יד", description: "כל פריט בתפריט שלנו מתוכנן בעיון עם חומרים טריים, מקומיים וגבוהים" },
{ title: "קפה ספיציאלי", description: "עבודה עם קוצים מקומיים דקים - אחד בכל קערת קפה שלנו" },
@@ -96,7 +96,7 @@ export default function LandingPage() {
title="מה שעושה אותנו למיוחד"
description="יש הרבה קפיה. אנחנו עוסקים בחוויה - הקינוח, החום, הקהילה."
tag="ניסיון"
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
features={[
{ id: "1", title: "קינוח בעבודה יד", description: "כל ארוחת בוקר בנויה מ-0, בעבודה יד כל בוקר. ביצים טריות, לחם ארטיסנלי, חמאה חוו-עשוייה, תותים עונתיים", imageSrc: "http://img.b2bpic.net/free-photo/delicious-picnic-still-life_23-2149419688.jpg", imageAlt: "Artisanal brunch plate" },
{ id: "2", title: "Specialty Coffee", description: "אנחנו עובדים עם קוצים מקומיים מעולים בישראל. כל כוס היא חוויה - קנייה בשיטות מיושנות, טחינה במקום, הערות טעם מודאות", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-pouring-coffee-cup_23-2148824433.jpg", imageAlt: "Specialty coffee with latte art" },
@@ -136,7 +136,7 @@ export default function LandingPage() {
title="שיתופי פעולה של מקומי"
description="אנו עובדים עם ספקים מקומיים מעולים הלהט את ערכינו לאיכות, טרוות, וזיקה קהילתית"
tag="שותפים"
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
names={["Local Roastery Tel Aviv", "Artisan Bakery Supply", "Organic Farm Partners", "Specialty Chocolate Makers", "Local Honey Cooperative", "Craft Tea Importers", "Fresh Juice Collective"]}
textboxLayout="default"
useInvertedBackground={false}