diff --git a/src/app/page.tsx b/src/app/page.tsx
index 30d495b..8c722f5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,126 +30,45 @@ export default function LandingPage() {
@@ -160,36 +79,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "s1",
- title: "Haircut Premium",
- descriptions: [
- "Tuns modern",
- "Spălare cu produse premium",
- "Stilizare profesională",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg",
- },
- {
- id: "s2",
- title: "Beard Trim",
- descriptions: [
- "Aranjare barbă",
- "Contur cu brici",
- "Uleiuri pentru hidratare",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-trimming-beard-man_23-2147778822.jpg",
- },
- {
- id: "s3",
- title: "Combo",
- descriptions: [
- "Tuns complet",
- "Aranjare barbă",
- "Îngrijire facială",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg",
- },
+ { id: "s1", title: "Haircut Premium", descriptions: ["Tuns modern", "Spălare cu produse premium"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg" },
+ { id: "s2", title: "Beard Trim", descriptions: ["Aranjare barbă", "Contur cu brici"], imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-trimming-beard-man_23-2147778822.jpg" },
+ { id: "s3", title: "Combo", descriptions: ["Tuns complet", "Aranjare barbă"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg" }
]}
title="Servicii de Grooming"
description="Oferim o gamă variată de servicii personalizate pentru nevoile tale de stil."
@@ -200,22 +92,10 @@ export default function LandingPage() {
@@ -223,42 +103,13 @@ export default function LandingPage() {