From fddb1ba9f4669731bd53f89c20ca9448a3ab0310 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 5 May 2026 15:07:38 +0200 Subject: [PATCH] feat: update layout and styling for Home page and TrovaCasaCTA component Co-authored-by: Copilot --- apps/infoalloggi/src/pages/index.tsx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/apps/infoalloggi/src/pages/index.tsx b/apps/infoalloggi/src/pages/index.tsx index b7b7f24..2000000 100644 --- a/apps/infoalloggi/src/pages/index.tsx +++ b/apps/infoalloggi/src/pages/index.tsx @@ -42,8 +42,8 @@ const Home: NextPage = () => {
-
-
+
+
@@ -75,14 +75,15 @@ export default Home; const TrovaCasaCTA = (props: { testi: LangDict }) => { const { testi } = props; return ( -
-

- {testi.index.titolo_1} - {testi.index.titolo_2}{" "} - {testi.index.titolo_3} -

- -
+
+
+

+ {testi.index.titolo_1} + {testi.index.titolo_2}{" "} + {testi.index.titolo_3} +

+ +
{
*/}
+

+ Visita garantita o ti rimborsiamo! +

); };