From de9f1f28dbb9fe4b7f182d7f772424884acfcf96 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:46:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df94b1a..f61cce8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { features={[ { id: "f1", label: "Gastronomie", title: "Mese în restaurant", items: ["Atmosferă primitoare", "Personal amabil", "Cadru elegant"] }, { id: "f2", label: "Flexibilitate", title: "La pachet și Livrare", items: ["Comenzi rapide", "Ambalaje sigure", "Livrare fără contact"] }, - { id: "f3", label: "Comunitate", title: "Spațiu Incluziv", items: ["Potrivit pentru LGBTQ+", "Familial", "Evenimente private"] } + { id: "f3", label: "Comunitate", title: "Spațiu Incluziv", items: ["Familial", "Evenimente private"] } ]} title="Serviciile Noastre" description="Ne străduim să oferim o experiență completă, adaptată nevoilor fiecărui client." @@ -181,4 +181,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1