diff --git a/src/app/page.tsx b/src/app/page.tsx
index ab57dd7..189bb6d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,28 +29,14 @@ export default function LandingPage() {
@@ -58,13 +44,8 @@ export default function LandingPage() {
@@ -74,15 +55,8 @@ export default function LandingPage() {
@@ -93,24 +67,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "History",
- description: "Records from Neustift Monastery mention our vineyards.",
- imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels-arrangement_23-2149428782.jpg",
- },
- {
- id: "2",
- title: "Terroir",
- description: "Unique climate on the Golser hill for exceptional wines.",
- imageSrc: "http://img.b2bpic.net/free-photo/sown-fields-lush-greenery-flowing-river-distance-village-near-shore-moldova_1268-15990.jpg?_wi=1",
- },
- {
- id: "3",
- title: "Innovation",
- description: "Modern techniques meeting long-standing traditions.",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bartender-pouring-wine-into-glass_181624-2977.jpg",
- },
+ { id: "1", title: "History", description: "Records from Neustift Monastery mention our vineyards.", imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels-arrangement_23-2149428782.jpg", tag: "History" },
+ { id: "2", title: "Terroir", description: "Unique climate on the Golser hill for exceptional wines.", imageSrc: "http://img.b2bpic.net/free-photo/sown-fields-lush-greenery-flowing-river-distance-village-near-shore-moldova_1268-15990.jpg", tag: "Terroir" },
+ { id: "3", title: "Innovation", description: "Modern techniques meeting long-standing traditions.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bartender-pouring-wine-into-glass_181624-2977.jpg", tag: "Innovation" },
]}
title="Heritage & Winery"
description="Winemaking has been part of our heritage for centuries, tracing back to the 14th century."
@@ -124,27 +83,9 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
- {
- id: "apart-1",
- name: "Luxury Attic Suite",
- price: "From €250",
- variant: "Premium Stay",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-from-home_23-2149187577.jpg",
- },
- {
- id: "apart-2",
- name: "Historic Barn View",
- price: "Suite",
- variant: "Authentic",
- imageSrc: "http://img.b2bpic.net/free-photo/medieval-church-brick-gothic-tower-spire_169016-68140.jpg",
- },
- {
- id: "apart-3",
- name: "Modern Interior",
- price: "Suite",
- variant: "Elegant",
- imageSrc: "http://img.b2bpic.net/free-photo/brown-scratched-wooden-cutting-board-wood-texture_127675-2819.jpg",
- },
+ { id: "apart-1", name: "Luxury Attic Suite", price: "From €250", variant: "Premium Stay", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-from-home_23-2149187577.jpg" },
+ { id: "apart-2", name: "Historic Barn View", price: "Suite", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/medieval-church-brick-gothic-tower-spire_169016-68140.jpg" },
+ { id: "apart-3", name: "Modern Interior", price: "Suite", variant: "Elegant", imageSrc: "http://img.b2bpic.net/free-photo/brown-scratched-wooden-cutting-board-wood-texture_127675-2819.jpg" },
]}
title="Exclusive Holiday Apartment"
description="A cultural monument renovated to highest modern standards."
@@ -157,27 +98,9 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "5 min",
- title: "Brixen",
- description: "Center of culture.",
- imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-dolomites-mountain-peaks-south-tyrol-italy_181624-37592.jpg",
- },
- {
- id: "m2",
- value: "30 min",
- title: "Bolzano",
- description: "City vibes.",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-glass-wine_140725-4323.jpg",
- },
- {
- id: "m3",
- value: "50 min",
- title: "Merano",
- description: "Relaxation.",
- imageSrc: "http://img.b2bpic.net/free-photo/sown-fields-lush-greenery-flowing-river-distance-village-near-shore-moldova_1268-15990.jpg?_wi=2",
- },
+ { id: "m1", value: "5 min", title: "Brixen", description: "Center of culture.", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-dolomites-mountain-peaks-south-tyrol-italy_181624-37592.jpg" },
+ { id: "m2", value: "30 min", title: "Bolzano", description: "City vibes.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-glass-wine_140725-4323.jpg" },
+ { id: "m3", value: "50 min", title: "Merano", description: "Relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/sown-fields-lush-greenery-flowing-river-distance-village-near-shore-moldova_1268-15990.jpg" },
]}
title="Perfectly Located"
description="Brixen and Neustift Monastery are just moments away."
@@ -190,25 +113,10 @@ export default function LandingPage() {
title="Get in Touch"
description="Griesserhof – Fam. Paul Huber, Griessweg 5, 39040 Vahrn, Italy."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Name", required: true },
+ { name: "email", type: "email", placeholder: "Email", required: true },
]}
- textarea={{
- name: "msg",
- placeholder: "Your message",
- rows: 4,
- required: true,
- }}
+ textarea={{ name: "msg", placeholder: "Your message", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-front-shed-with-houseplant_53876-96630.jpg"
mediaAnimation="slide-up"
/>
@@ -216,29 +124,16 @@ export default function LandingPage() {