diff --git a/src/app/page.tsx b/src/app/page.tsx
index d5c5778..adf612b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,139 +30,53 @@ export default function LandingPage() {
@@ -173,27 +87,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Montaj Anvelope",
- description: "Montaj precis folosind chei dinamometrice și verificare completă la final.",
- tag: "Popular",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26893.jpg",
- },
- {
- id: "s2",
- title: "Revizie Aer Condiționat",
- description: "Diagnosticare și reîncărcare profesională pentru confortul tău termic.",
- tag: "Expert",
- imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3918.jpg",
- },
- {
- id: "s3",
- title: "Întreținere și Service",
- description: "Personal amabil și rapid care pune preț pe siguranța prezoanelor și a roților tale.",
- tag: "Siguranță",
- imageSrc: "http://img.b2bpic.net/free-photo/tools-tool-tray-repairing-cars_1150-18951.jpg",
- },
+ { id: "s1", title: "Montaj Anvelope", description: "Montaj precis folosind chei dinamometrice și verificare completă la final.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26893.jpg" },
+ { id: "s2", title: "Revizie Aer Condiționat", description: "Diagnosticare și reîncărcare profesională pentru confortul tău termic.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3918.jpg" },
+ { id: "s3", title: "Întreținere și Service", description: "Personal amabil și rapid care pune preț pe siguranța prezoanelor și a roților tale.", tag: "Siguranță", imageSrc: "http://img.b2bpic.net/free-photo/tools-tool-tray-repairing-cars_1150-18951.jpg" }
]}
title="Servicii Automotive Complete"
description="Soluții rapide și eficiente pentru întreținerea vehiculului tău."
@@ -202,52 +98,17 @@ export default function LandingPage() {
@@ -386,28 +173,12 @@ export default function LandingPage() {
title="Contactează-ne"
description="Vizitează-ne pe Strada Sitei 8 sau sună-ne pentru o programare rapidă."
inputs={[
- {
- name: "nume",
- type: "text",
- placeholder: "Numele tău",
- required: true,
- },
- {
- name: "telefon",
- type: "tel",
- placeholder: "Număr de telefon",
- required: true,
- },
- {
- name: "serviciu",
- type: "text",
- placeholder: "Serviciul dorit",
- },
+ { name: "nume", type: "text", placeholder: "Numele tău", required: true },
+ { name: "telefon", type: "tel", placeholder: "Număr de telefon", required: true },
+ { name: "serviciu", type: "text", placeholder: "Serviciul dorit" }
]}
textarea={{
- name: "mesaj",
- placeholder: "Detalii suplimentare",
- rows: 4,
+ name: "mesaj", placeholder: "Detalii suplimentare", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-desk-with-copy-space_23-2148256978.jpg"
/>
@@ -418,35 +189,18 @@ export default function LandingPage() {
logoText="Anvelomax Trading Company SRL"
columns={[
{
- title: "Locație",
- items: [
- {
- label: "Strada Sitei 8, Brașov",
- href: "#",
- },
- {
- label: "Tel: 0268 414 911",
- href: "tel:0268414911",
- },
- ],
+ title: "Locație", items: [
+ { label: "Strada Sitei 8, Brașov", href: "#" },
+ { label: "Tel: 0268 414 911", href: "tel:0268414911" }
+ ]
},
{
- title: "Servicii",
- items: [
- {
- label: "Montaj Anvelope",
- href: "#services",
- },
- {
- label: "Revizii AC",
- href: "#services",
- },
- {
- label: "Magazin Anvelope",
- href: "#products",
- },
- ],
- },
+ title: "Servicii", items: [
+ { label: "Montaj Anvelope", href: "#services" },
+ { label: "Revizii AC", href: "#services" },
+ { label: "Magazin Anvelope", href: "#products" }
+ ]
+ }
]}
copyrightText="© 2025 | Brașov"
/>