14 Commits

Author SHA1 Message Date
76e717b459 Switch to version 3: remove src/app/admin/page.tsx 2026-05-15 13:07:17 +00:00
0bafe95cf3 Switch to version 3: modified src/app/page.tsx 2026-05-15 13:07:17 +00:00
0dc16189bf Merge version_4 into main
Merge version_4 into main
2026-05-15 13:04:49 +00:00
c11eaaaecb Update src/app/admin/page.tsx 2026-05-15 13:04:43 +00:00
6a9607be7a Merge version_4 into main
Merge version_4 into main
2026-05-15 12:58:15 +00:00
a5d649dc1a Update src/app/page.tsx 2026-05-15 12:58:12 +00:00
c3abe7a3f9 Add src/app/admin/page.tsx 2026-05-15 12:58:12 +00:00
9e1f88b82e Merge version_3 into main
Merge version_3 into main
2026-05-15 12:54:52 +00:00
f6938f1c47 Update src/app/page.tsx 2026-05-15 12:54:49 +00:00
309aa0cb58 Merge version_2 into main
Merge version_2 into main
2026-05-15 12:51:42 +00:00
9623bedcc1 Update src/app/page.tsx 2026-05-15 12:51:36 +00:00
a445dc72e5 Merge version_2 into main
Merge version_2 into main
2026-05-15 12:51:14 +00:00
df970a65ed Update src/app/page.tsx 2026-05-15 12:51:08 +00:00
c00437becc Merge version_1 into main
Merge version_1 into main
2026-05-15 12:48:54 +00:00

View File

@@ -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,13 +124,13 @@ 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="אנחנו נמצאים בלב ראשון לציון, פתוחים בשבת ושירות אישי מובטח."
buttons={[ buttons={[
{ text: "WhatsApp", href: "https://wa.me/972535314001" }, { text: "WhatsApp", href: "https://wa.me/972535314001" },
{ text: "Google Maps", href: "#" }, { text: "Google Maps", href: "#contact" },
]} ]}
/> />
</div> </div>
@@ -139,7 +139,7 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ title: "תפריט", items: [{ label: "קפה חם", href: "#menu" }, { label: "מאפים", href: "#menu" }, { label: "ארוחות בוקר", href: "#menu" }] }, { 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" logoText="Familia"
copyrightText="© 2025 פאמיליה. כל הזכויות שמורות." copyrightText="© 2025 פאמיליה. כל הזכויות שמורות."