diff --git a/src/app/page.tsx b/src/app/page.tsx index 99f7ac2..8406ad4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,6 +87,7 @@ export default function HvacPage() { description="De la instalări complexe la reparații rapide, avem soluția potrivită pentru confortul tău." buttons={[{ text: "Cere Ofertă", href: "#contact" }]} buttonAnimation="slide-up" + carouselMode="auto" features={[ { title: "Instalare AC", description: "Instalare expertă pentru sisteme de aer condiționat eficiente.", imageSrc: "http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg" }, { title: "Sisteme Încălzire", description: "Instalări complete de centrale și pompe de căldură.", imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3994.jpg" }, @@ -185,4 +186,4 @@ export default function HvacPage() { ); -} \ No newline at end of file +}