Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76e717b459 | |||
| 0bafe95cf3 | |||
| 0dc16189bf | |||
| c11eaaaecb | |||
| 6a9607be7a | |||
| a5d649dc1a | |||
| c3abe7a3f9 | |||
| 9e1f88b82e | |||
| f6938f1c47 | |||
| 309aa0cb58 | |||
| 9623bedcc1 | |||
| a445dc72e5 | |||
| df970a65ed | |||
| c00437becc |
@@ -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={[
|
||||
@@ -124,13 +124,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="בואו לבקר"
|
||||
title="מחכים לכם בפאמיליה"
|
||||
description="אנחנו נמצאים בלב ראשון לציון, פתוחים בשבת ושירות אישי מובטח."
|
||||
buttons={[
|
||||
{ text: "WhatsApp", href: "https://wa.me/972535314001" },
|
||||
{ text: "Google Maps", href: "#" },
|
||||
{ text: "Google Maps", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "תפריט", items: [{ label: "קפה חם", href: "#menu" }, { label: "מאפים", href: "#menu" }, { label: "ארוחות בוקר", href: "#menu" }] },
|
||||
{ title: "מידע", items: [{ label: "מיקום", href: "#" }, { label: "שעות פתיחה", href: "#" }, { label: "יצירת קשר", href: "#contact" }] },
|
||||
{ title: "מידע", items: [{ label: "מיקום", href: "#about" }, { label: "שעות פתיחה", href: "#" }, { label: "יצירת קשר", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Familia"
|
||||
copyrightText="© 2025 פאמיליה. כל הזכויות שמורות."
|
||||
@@ -148,4 +148,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user