diff --git a/src/app/page.tsx b/src/app/page.tsx
index a973406..cd3a08c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,121 +31,45 @@ export default function LandingPage() {
@@ -154,12 +78,7 @@ export default function LandingPage() {
@@ -170,21 +89,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- {
- title: "Itinerari su misura",
- description: "Percorsi creati esclusivamente per i tuoi interessi.",
- imageSrc: "http://img.b2bpic.net/free-photo/navigation-gps-map-location-travel-direction-website-icon-sign-symbol-illustration-3d-rendering_56104-1229.jpg",
- },
- {
- title: "Alloggi Selezionati",
- description: "Solo le migliori strutture per il massimo comfort.",
- imageSrc: "http://img.b2bpic.net/free-vector/hotel-flat-set_98292-544.jpg",
- },
- {
- title: "Supporto 24/7",
- description: "Assistenza costante in ogni momento del viaggio.",
- imageSrc: "http://img.b2bpic.net/free-photo/push-pin-left-side-white-background_187299-40194.jpg",
- },
+ { title: "Itinerari su misura", description: "Percorsi creati esclusivamente per i tuoi interessi.", imageSrc: "http://img.b2bpic.net/free-photo/navigation-gps-map-location-travel-direction-website-icon-sign-symbol-illustration-3d-rendering_56104-1229.jpg" },
+ { title: "Alloggi Selezionati", description: "Solo le migliori strutture per il massimo comfort.", imageSrc: "http://img.b2bpic.net/free-vector/hotel-flat-set_98292-544.jpg" },
+ { title: "Supporto 24/7", description: "Assistenza costante in ogni momento del viaggio.", imageSrc: "http://img.b2bpic.net/free-photo/push-pin-left-side-white-background_187299-40194.jpg" },
]}
title="Perché viaggiare con noi"
description="Offriamo un servizio completo per sollevarti da ogni pensiero."
@@ -198,48 +105,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Bali Paradise",
- price: "€1.200",
- variant: "Mare",
- imageSrc: "http://img.b2bpic.net/free-photo/hammock-beautiful-tropical-beach_74190-6714.jpg",
- },
- {
- id: "2",
- name: "Parigi Chic",
- price: "€800",
- variant: "Città",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-new-place-with-copy-space_23-2148631334.jpg",
- },
- {
- id: "3",
- name: "Tokyo Modern",
- price: "€1.900",
- variant: "Cultura",
- imageSrc: "http://img.b2bpic.net/free-photo/neon-light-bathroom-sign-night_23-2150002442.jpg",
- },
- {
- id: "4",
- name: "Islanda Wilderness",
- price: "€1.500",
- variant: "Natura",
- imageSrc: "http://img.b2bpic.net/free-photo/hikers-ascending-mountain-sunset_23-2152024906.jpg",
- },
- {
- id: "5",
- name: "Roma Imperiale",
- price: "€600",
- variant: "Arte",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-famous-colosseum-rome-italy-sunset_181624-52589.jpg",
- },
- {
- id: "6",
- name: "New York Skyline",
- price: "€1.100",
- variant: "Metropoli",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-usa-skyline-with-brooklyn-washington-bridges-near-manhattan-island_181624-48717.jpg",
- },
+ { id: "1", name: "Bali Paradise", price: "€1.200", variant: "Mare", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beautiful-tropical-beach_74190-6714.jpg" },
+ { id: "2", name: "Parigi Chic", price: "€800", variant: "Città", imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-new-place-with-copy-space_23-2148631334.jpg" },
+ { id: "3", name: "Tokyo Modern", price: "€1.900", variant: "Cultura", imageSrc: "http://img.b2bpic.net/free-photo/neon-light-bathroom-sign-night_23-2150002442.jpg" },
+ { id: "4", name: "Islanda Wilderness", price: "€1.500", variant: "Natura", imageSrc: "http://img.b2bpic.net/free-photo/hikers-ascending-mountain-sunset_23-2152024906.jpg" },
+ { id: "5", name: "Roma Imperiale", price: "€600", variant: "Arte", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-famous-colosseum-rome-italy-sunset_181624-52589.jpg" },
+ { id: "6", name: "New York Skyline", price: "€1.100", variant: "Metropoli", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-usa-skyline-with-brooklyn-washington-bridges-near-manhattan-island_181624-48717.jpg" },
]}
title="Destinazioni imperdibili"
description="Esplora i nostri pacchetti viaggio più amati dai clienti."
@@ -250,15 +121,7 @@ export default function LandingPage() {
@@ -268,42 +131,13 @@ export default function LandingPage() {
@@ -357,29 +172,15 @@ export default function LandingPage() {
logoText="Viaggi d'Autore"
columns={[
{
- title: "Servizi",
- items: [
- {
- label: "Viaggi",
- href: "#",
- },
- {
- label: "Assistenza",
- href: "#",
- },
+ title: "Servizi", items: [
+ { label: "Viaggi", href: "#" },
+ { label: "Assistenza", href: "#" },
],
},
{
- title: "Legale",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Termini",
- href: "#",
- },
+ title: "Legale", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Termini", href: "#" },
],
},
]}