From ee5d140caf7b6893b2557dff4a04a53ddd8b93fc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:34:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 248 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18f1948..97c7ca3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,42 +47,21 @@ export default function LandingPage() {
@@ -298,31 +176,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "loc1", - value: "Limmerstraße 1", - title: "Address", - items: [ - "30451 Hannover", - "Germany", - ], + id: "loc1", value: "Limmerstraße 1", title: "Address", items: [ + "30451 Hannover", "Germany"], }, { - id: "loc2", - value: "Daily Open", - title: "Hours", - items: [ - "Mon-Sun", - "13:00 - 22:00", - ], + id: "loc2", value: "Daily Open", title: "Hours", items: [ + "Mon-Sun", "13:00 - 22:00"], }, { - id: "loc3", - value: "Reach Out", - title: "Contact", - items: [ - "+49 178 8224434", - "pyramids@hannover.de", - ], + id: "loc3", value: "Reach Out", title: "Contact", items: [ + "+49 178 8224434", "pyramids@hannover.de"], }, ]} title="Visit Us in Hannover" @@ -334,21 +197,17 @@ export default function LandingPage() { @@ -357,16 +216,13 @@ export default function LandingPage() { @@ -375,29 +231,19 @@ export default function LandingPage() {