From ac10ee1909d158139c8534ce6e2869f5c49a6620 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 12 May 2026 16:13:34 +0200 Subject: [PATCH] minor change e commented garanzia possible change --- apps/infoalloggi/src/pages/index.tsx | 37 ++++++++++++++++----------- apps/infoalloggi/src/pages/prezzi.tsx | 12 +++++++++ 2 files changed, 34 insertions(+), 15 deletions(-) diff --git a/apps/infoalloggi/src/pages/index.tsx b/apps/infoalloggi/src/pages/index.tsx index 2000000..66f4dd4 100644 --- a/apps/infoalloggi/src/pages/index.tsx +++ b/apps/infoalloggi/src/pages/index.tsx @@ -8,6 +8,7 @@ import { CodiceBox } from "~/components/codiceRicerca"; import { ComeFunziona } from "~/components/expand_guida"; import { PricingChoice } from "~/components/prezzi"; import { HeroSvg, LogoSvg } from "~/components/svgs"; +import { Button } from "~/components/ui/button"; import { env } from "~/env"; import type { LangDict } from "~/i18n/locales"; import { useTranslation } from "~/providers/I18nProvider"; @@ -53,11 +54,11 @@ const Home: NextPage = () => {
- {/* */}
+ {
- - {testi.index.CTA_Annunci} + +
@@ -100,17 +104,20 @@ const TrovaCasaCTA = (props: { testi: LangDict }) => { key={"codiceBox"} optionBoxClassName="left-0" /> - {/*
-
-
*/}
-

- Visita garantita o ti rimborsiamo! -

+ {/* + + */}
); }; diff --git a/apps/infoalloggi/src/pages/prezzi.tsx b/apps/infoalloggi/src/pages/prezzi.tsx index e4319b8..8287acf 100644 --- a/apps/infoalloggi/src/pages/prezzi.tsx +++ b/apps/infoalloggi/src/pages/prezzi.tsx @@ -126,6 +126,17 @@ const Prezzi: NextPage = () => { texts={t.prezzi.faq_stabile} /> + {/* +
+
+ +
+

+ Garanzia Visite +

+

d

+
+
*/}
{ ); }; + export async function getServerSideProps() { const helper = generateSSGHelper(); await helper.prezziario.getPrezziPerTipologiaAll.fetch();