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() {