diff --git a/src/app/page.tsx b/src/app/page.tsx
index 730f331..82cee7f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,41 +43,28 @@ export default function LandingPage() {
@@ -93,18 +75,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "1", title: "Precision Soundproofing", tags: [
- "Quiet", "Design"],
- imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-bedroom-interior_1048-10250.jpg", imageAlt: "Soundproof room"},
- {
- id: "2", title: "Efficiency-First Breakfast", tags: [
- "Convenient", "Fast"],
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1288.jpg", imageAlt: "Breakfast area"},
- {
- id: "3", title: "Instant Station Access", tags: [
- "Transit", "Easy"],
- imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door-detail-with-handle-knocker_1150-14695.jpg", imageAlt: "Station entrance"},
+ { id: "1", title: "Precision Soundproofing", tags: ["Quiet", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-bedroom-interior_1048-10250.jpg", imageAlt: "Soundproof room" },
+ { id: "2", title: "Efficiency-First Breakfast", tags: ["Convenient", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1288.jpg", imageAlt: "Breakfast area" },
+ { id: "3", title: "Instant Station Access", tags: ["Transit", "Easy"], imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door-detail-with-handle-knocker_1150-14695.jpg", imageAlt: "Station entrance" },
]}
title="Why Modern Travelers Choose Us"
description="We bridge the gap between efficiency and comfort."
@@ -118,12 +91,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "1", value: "0m", description: "Feldkirch Train/Bus Hub"},
- {
- id: "2", value: "5m", description: "Feldkirch Historic Old Town"},
- {
- id: "3", value: "15m", description: "Liechtenstein Border Crossing"},
+ { id: "1", value: "0m", description: "Feldkirch Train/Bus Hub" },
+ { id: "2", value: "5m", description: "Feldkirch Historic Old Town" },
+ { id: "3", value: "15m", description: "Liechtenstein Border Crossing" },
]}
title="Minutes to Everywhere"
description="Total accessibility in the heart of Feldkirch."
@@ -137,12 +107,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
members={[
- {
- id: "1", name: "The Solo Professional", role: "On business in Feldkirch.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg"},
- {
- id: "2", name: "The Border Hopper", role: "Heading into Liechtenstein.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-asian-girl-coat-dreamily-looking-away-standing-with-yellow-suitcase-city-street_574295-2047.jpg"},
- {
- id: "3", name: "The Transit Adventurer", role: "Stopover after a long rail trip.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
+ { id: "1", name: "The Solo Professional", role: "On business in Feldkirch.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg" },
+ { id: "2", name: "The Border Hopper", role: "Heading into Liechtenstein.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-asian-girl-coat-dreamily-looking-away-standing-with-yellow-suitcase-city-street_574295-2047.jpg" },
+ { id: "3", name: "The Transit Adventurer", role: "Stopover after a long rail trip.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" },
]}
title="Perfect For"
description="Who usually calls our hotel home."
@@ -153,14 +120,11 @@ export default function LandingPage() {
@@ -169,16 +133,11 @@ export default function LandingPage() {