Update src/app/page.tsx

This commit is contained in:
2026-05-15 12:54:49 +00:00
parent 309aa0cb58
commit f6938f1c47

View File

@@ -130,7 +130,7 @@ export default function LandingPage() {
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 פאמיליה. כל הזכויות שמורות."