Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:12:46 +00:00
parent b1d6c21129
commit 88f2efcf8c

View File

@@ -104,7 +104,7 @@ export default function LandingPage() {
}, },
{ {
id: "f3", label: "שירות", title: "נוחות מירבית", items: [ id: "f3", label: "שירות", title: "נוחות מירבית", items: [
"אכילה במקום", "משלוחים (וולט/סיבוס)", "חניה ונגישות"], "אכילה במקום", "הזמנה מהירה בוולט", "חניה ונגישות"],
}, },
]} ]}
title="למה לבחור בנו?" title="למה לבחור בנו?"
@@ -208,4 +208,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }