From 29f65417e4d4e4e480b719d05248dd0697cf6938 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 08:52:34 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 95 +++++++++--------------------------------- 1 file changed, 19 insertions(+), 76 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index dcf8e63..42bcfd3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -15,20 +15,14 @@ export default function HomePage() { title="Il mare di Italia, come dovrebbe essere sempre." description="Ombrellone pronto, sdraio all'ombra giusta, e davanti a te solo l'azzurro. La tua giornata perfetta inizia qui." primaryButton={{ - text: "Chiama ora — 333 123 4567", - href: "tel:+393331234567", - }} + text: "Chiama ora — 333 123 4567", href: "tel:+393331234567"}} secondaryButton={{ - text: "Scopri i servizi", - href: "/servizi", - }} + text: "Scopri i servizi", href: "/servizi"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/landscape-beach-surrounded-by-sea-waves-orange-sunset-evening_181624-15303.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/landscape-beach-surrounded-by-sea-waves-orange-sunset-evening_181624-15303.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-swimming-pool_74190-434.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-swimming-pool_74190-434.jpg"}, ]} /> @@ -50,47 +44,19 @@ export default function HomePage() { description="Dalla spiaggia al tramonto, curiamo ogni dettaglio per regalarti il massimo del relax." items={[ { - title: "La Spiaggia", - description: "Il tuo posto al sole, sempre pronto.", - href: "/servizi", - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-palm-beach_1303-14419.jpg", - }, + title: "La Spiaggia", description: "Il tuo posto al sole, sempre pronto.", href: "/servizi", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-palm-beach_1303-14419.jpg"}, { - title: "Il Bar", - description: "Drink e caffè direttamente al lettino.", - href: "/servizi", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-vacations-tropical-resort-lanterns-illuminate-table-generated-by-ai_188544-39221.jpg", - }, + title: "Il Bar", description: "Drink e caffè direttamente al lettino.", href: "/servizi", imageSrc: "http://img.b2bpic.net/free-photo/luxury-vacations-tropical-resort-lanterns-illuminate-table-generated-by-ai_188544-39221.jpg"}, { - title: "Ristorante", - description: "Pranzo coi piedi nella sabbia.", - href: "/servizi", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-tablecloth-with-copyspace_23-2148234940.jpg", - }, + title: "Ristorante", description: "Pranzo coi piedi nella sabbia.", href: "/servizi", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-tablecloth-with-copyspace_23-2148234940.jpg"}, { - title: "Bambini", - description: "Area gioco sicura e animata.", - href: "/servizi", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-lifestyle-summertime-scene_23-2151068183.jpg", - }, + title: "Bambini", description: "Area gioco sicura e animata.", href: "/servizi", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-lifestyle-summertime-scene_23-2151068183.jpg"}, { - title: "Relax", - description: "Coccole in riva al mare.", - href: "/servizi", - imageSrc: "http://img.b2bpic.net/free-photo/sea-water-sunny-day_58702-16407.jpg", - }, + title: "Relax", description: "Coccole in riva al mare.", href: "/servizi", imageSrc: "http://img.b2bpic.net/free-photo/sea-water-sunny-day_58702-16407.jpg"}, { - title: "Sport", - description: "SUP e attività in mare.", - href: "/servizi", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beach-with-waves-from-sea-jungle-maldives_181624-3344.jpg", - }, + title: "Sport", description: "SUP e attività in mare.", href: "/servizi", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beach-with-waves-from-sea-jungle-maldives_181624-3344.jpg"}, { - title: "Comfort", - description: "Docce, Wi-Fi e servizi esclusivi.", - href: "/servizi", - imageSrc: "http://img.b2bpic.net/free-photo/friends-with-mojito-glass_1098-13210.jpg", - }, + title: "Comfort", description: "Docce, Wi-Fi e servizi esclusivi.", href: "/servizi", imageSrc: "http://img.b2bpic.net/free-photo/friends-with-mojito-glass_1098-13210.jpg"}, ]} /> @@ -101,37 +67,18 @@ export default function HomePage() { @@ -143,13 +90,9 @@ export default function HomePage() { tag="Prenota ora" text="Il tuo posto ti aspetta. Chiama oggi per riservare il tuo ombrellone preferito." primaryButton={{ - text: "Chiama: +39 000 000 000", - href: "tel:+39000000000", - }} + text: "Chiama: +39 000 000 000", href: "tel:+39000000000"}} secondaryButton={{ - text: "Vedi orari", - href: "/contatti", - }} + text: "Vedi orari", href: "/contatti"}} />