From 87b0622efe1d7b7c6a3d52c46b49a929035e9b5c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:34:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 152 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a60a50e..730f331 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,65 +49,40 @@ export default function LandingPage() {
@@ -129,35 +94,17 @@ export default function LandingPage() { 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: "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: "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: "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." @@ -172,20 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "0m", - description: "Feldkirch Train/Bus Hub", - }, + id: "1", value: "0m", description: "Feldkirch Train/Bus Hub"}, { - id: "2", - value: "5m", - description: "Feldkirch Historic Old Town", - }, + id: "2", value: "5m", description: "Feldkirch Historic Old Town"}, { - id: "3", - value: "15m", - description: "Liechtenstein Border Crossing", - }, + id: "3", value: "15m", description: "Liechtenstein Border Crossing"}, ]} title="Minutes to Everywhere" description="Total accessibility in the heart of Feldkirch." @@ -194,28 +132,17 @@ export default function LandingPage() {
@@ -249,30 +170,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "User 1", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", - }, + id: "1", name: "User 1", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg"}, { - id: "2", - name: "User 2", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-dark-skinned-smiling-guy-with-bristle-listening-music-while-walking-street-being-good-mood_176420-19798.jpg", - }, + id: "2", name: "User 2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-dark-skinned-smiling-guy-with-bristle-listening-music-while-walking-street-being-good-mood_176420-19798.jpg"}, { - id: "3", - name: "User 3", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg", - }, + id: "3", name: "User 3", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg"}, { - id: "4", - name: "User 4", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg", - }, + id: "4", name: "User 4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg"}, { - id: "5", - name: "User 5", - imageSrc: "http://img.b2bpic.net/free-photo/three-content-designers-standing-indoors-discussing-design_74855-10433.jpg", - }, + id: "5", name: "User 5", imageSrc: "http://img.b2bpic.net/free-photo/three-content-designers-standing-indoors-discussing-design_74855-10433.jpg"}, ]} cardTitle="Guest Experiences" cardTag="4.8/5 Rating" @@ -286,20 +192,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Is the train station noisy?", - content: "Rooms are equipped with superior soundproofing to ensure tranquility.", - }, + id: "1", title: "Is the train station noisy?", content: "Rooms are equipped with superior soundproofing to ensure tranquility."}, { - id: "2", - title: "Do you have parking?", - content: "Yes, secure underground parking is available for guests.", - }, + id: "2", title: "Do you have parking?", content: "Yes, secure underground parking is available for guests."}, { - id: "3", - title: "How is the breakfast?", - content: "We offer a decent, hearty buffet to start your transit day right.", - }, + id: "3", title: "How is the breakfast?", content: "We offer a decent, hearty buffet to start your transit day right."}, ]} title="Frequently Asked" description="Answers for the modern traveler." @@ -311,13 +208,11 @@ export default function LandingPage() { -- 2.49.1