Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-15 12:51:15 +00:00

View File

@@ -19,8 +19,8 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="large"
background="noise"
cardStyle="gradient-mesh"
background="fluid"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-static" }}
background={{ variant: "sparkles-gradient" }}
title="פאמיליה בית קפה משפחתי בלב ראשון לציון"
description="חוויה אירופאית חמימה, קפה איכותי ומאפים בעבודת יד מול הפארק."
buttons={[
@@ -65,7 +65,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="סיפור של משפחה ואהבה"
buttons={[{ text: "קרא עוד", href: "#" }]}
buttons={[{ text: "קרא עוד", href: "#" }]
/>
</div>
@@ -124,7 +124,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
tag="בואו לבקר"
title="מחכים לכם בפאמיליה"
description="אנחנו נמצאים בלב ראשון לציון, פתוחים בשבת ושירות אישי מובטח."
@@ -148,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}