From c7d404128e8c7bac118dcc76d2ea85bc98a0a667 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:39:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b58398c..9887d71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "האם יש משלוחים?", content: "כן, אנו מבצעים משלוחים ברדיוס של 8 ק"מ." }, + { id: "f1", title: "האם יש משלוחים?", content: "כן, אנו מבצעים משלוחים ברדיוס של 8 ק"+"מ." }, { id: "f2", title: "האם יש אפשרויות טבעוניות?", content: "כן, אנו מציעים גבינה טבעונית ותוספות ירקות." }, { id: "f3", title: "מה שעות הפעילות?", content: "אנחנו פתוחים מדי יום מ-11:00 עד 22:00." }, ]} -- 2.49.1