Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-06 12:29:08 +00:00

View File

@@ -6,7 +6,6 @@ import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -18,6 +17,13 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -52,6 +58,7 @@ export default function LandingPage() {
description={[
"נמצאים בלב גבעת שמואל, ברחוב דוד בן גוריון 11, ומחויבים לאיכות וטריות בלתי מתפשרת.", "אצלנו תמצאו חצילים מטוגנים קריספיים, ביצים חומות נימוחות, וסלט ירקות קצוץ טרי-טרי שמוכן ברגע ההזמנה."
]}
useInvertedBackground={false}
/>
</div>
@@ -67,6 +74,7 @@ export default function LandingPage() {
]}
title="התפריט שלנו"
description="כל המנות שלנו מוגשות עם טחינה עשירה, עמבה משובחת וחריף ביתי שאי אפשר לעמוד בפניו."
useInvertedBackground={false}
/>
</div>
@@ -81,6 +89,7 @@ export default function LandingPage() {
{ id: "f2", title: "מיקום מרכזי", descriptions: ["דוד בן גוריון 11, גבעת שמואל"], imageSrc: "https://img.b2bpic.net/free-photo/map-concept-with-pointers_23-2148967072.jpg" },
{ id: "f3", title: "הזמנות בטלפון", descriptions: ["052-511-5956"], imageSrc: "https://img.b2bpic.net/free-vector/phone-icon-set_1025-37.jpg" }
]}
useInvertedBackground={false}
/>
</div>
@@ -95,6 +104,8 @@ export default function LandingPage() {
{ id: "t2", name: "מיכל לוי", handle: "@michal", testimonial: "החצילים הכי קריספיים שאכלתי.", rating: 5 },
{ id: "t3", name: "אורן מזרחי", handle: "@oren", testimonial: "לקוח קבוע שנים, אף פעם לא מתאכזב.", rating: 5 }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -102,6 +113,7 @@ export default function LandingPage() {
<ContactText
background={{ variant: "gradient-bars" }}
text="רעבים? אנחנו מחכים לכם בבן גוריון 11! התקשרו: 052-511-5956"
useInvertedBackground={false}
/>
</div>