diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0bb5c08..df94b1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,111 +43,24 @@ export default function LandingPage() {
@@ -179,36 +80,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
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: "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"] }
]}
title="Serviciile Noastre"
description="Ne străduim să oferim o experiență completă, adaptată nevoilor fiecărui client."
@@ -217,46 +91,17 @@ export default function LandingPage() {