Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9623bedcc1 | |||
| df970a65ed | |||
| c00437becc |
@@ -19,8 +19,8 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="noise"
|
background="fluid"
|
||||||
cardStyle="gradient-mesh"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{ variant: "rotated-rays-static" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="פאמיליה – בית קפה משפחתי בלב ראשון לציון"
|
title="פאמיליה – בית קפה משפחתי בלב ראשון לציון"
|
||||||
description="חוויה אירופאית חמימה, קפה איכותי ומאפים בעבודת יד מול הפארק."
|
description="חוויה אירופאית חמימה, קפה איכותי ומאפים בעבודת יד מול הפארק."
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
tag="בואו לבקר"
|
tag="בואו לבקר"
|
||||||
title="מחכים לכם בפאמיליה"
|
title="מחכים לכם בפאמיליה"
|
||||||
description="אנחנו נמצאים בלב ראשון לציון, פתוחים בשבת ושירות אישי מובטח."
|
description="אנחנו נמצאים בלב ראשון לציון, פתוחים בשבת ושירות אישי מובטח."
|
||||||
@@ -148,4 +148,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user