diff --git a/src/app/page.tsx b/src/app/page.tsx
index 61d7ab9..0ac3262 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,63 +43,24 @@ export default function LandingPage() {
@@ -136,48 +82,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "r1",
- name: "Camera Deluxe",
- price: "180€",
- variant: "Vista Vigne",
- imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831969.jpg",
- },
- {
- id: "r2",
- name: "Junior Suite",
- price: "220€",
- variant: "Comfort",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement_23-2150326120.jpg",
- },
- {
- id: "r3",
- name: "Suite La Vijà",
- price: "280€",
- variant: "Eleganza",
- imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-brushing-her-horse-ranch_23-2148956735.jpg",
- },
- {
- id: "r4",
- name: "Camera Comfort",
- price: "150€",
- variant: "Accogliente",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-interior-details-living-room-decor_169016-6010.jpg",
- },
- {
- id: "r5",
- name: "Camera Garden",
- price: "160€",
- variant: "Relax",
- imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-letters-eucalyptus-twig-wooden-background-flat-lay_169016-27917.jpg",
- },
- {
- id: "r6",
- name: "Suite Terrazza",
- price: "250€",
- variant: "Panoramica",
- imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-collection-lantern-bicycle-collector-concept_53876-14313.jpg",
- },
+ { id: "r1", name: "Camera Deluxe", price: "180€", variant: "Vista Vigne", imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831969.jpg" },
+ { id: "r2", name: "Junior Suite", price: "220€", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement_23-2150326120.jpg" },
+ { id: "r3", name: "Suite La Vijà", price: "280€", variant: "Eleganza", imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-brushing-her-horse-ranch_23-2148956735.jpg" },
+ { id: "r4", name: "Camera Comfort", price: "150€", variant: "Accogliente", imageSrc: "http://img.b2bpic.net/free-photo/still-life-interior-details-living-room-decor_169016-6010.jpg" },
+ { id: "r5", name: "Camera Garden", price: "160€", variant: "Relax", imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-letters-eucalyptus-twig-wooden-background-flat-lay_169016-27917.jpg" },
+ { id: "r6", name: "Suite Terrazza", price: "250€", variant: "Panoramica", imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-collection-lantern-bicycle-collector-concept_53876-14313.jpg" },
]}
title="Le nostre dimore"
description="Camere dal design rustico raffinato, pensate per il massimo comfort e una tranquillità assoluta."
@@ -186,24 +96,13 @@ export default function LandingPage() {
@@ -297,25 +149,10 @@ export default function LandingPage() {
title="Prenota la tua esperienza"
description="Contattaci per informazioni e disponibilità."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Nome",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Nome", required: true },
+ { name: "email", type: "email", placeholder: "Email", required: true },
]}
- textarea={{
- name: "message",
- placeholder: "La tua richiesta di soggiorno",
- rows: 4,
- required: true,
- }}
+ textarea={{ name: "message", placeholder: "La tua richiesta di soggiorno", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/mediterranean-home-entrance-with-balcony-terracotta-pot_23-2151986077.jpg"
/>
@@ -323,32 +160,8 @@ export default function LandingPage() {