diff --git a/src/app/page.tsx b/src/app/page.tsx
index 06eb70b..8852862 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,112 +45,65 @@ export default function LandingPage() {
@@ -168,24 +113,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Unabhängigkeit für ",
- },
+ type: "text", content: "Unabhängigkeit für "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg",
- alt: "Owner",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg", alt: "Owner"},
{
- type: "text",
- content: " Ihren Erfolg",
- },
+ type: "text", content: " Ihren Erfolg"},
]}
buttons={[
{
- text: "Mehr erfahren",
- href: "#features",
- },
+ text: "Mehr erfahren", href: "#features"},
]}
/>
@@ -194,47 +130,30 @@ export default function LandingPage() {
@@ -243,14 +162,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Restaurant A",
- "Bistro B",
- "Café C",
- "Pizza D",
- "Burger E",
- "Sushi F",
- "Grill G",
- ]}
+ "Restaurant A", "Bistro B", "Café C", "Pizza D", "Burger E", "Sushi F", "Grill G"]}
title="Von Restaurantinhabern geschätzt"
description="Erfolgreiche Partner setzen auf unsere Technologie."
/>
@@ -262,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Wie hoch sind die Kosten?",
- content: "Wir bieten faire monatliche Gebühren ohne versteckte Kosten.",
- },
+ id: "1", title: "Wie hoch sind die Kosten?", content: "Wir bieten faire monatliche Gebühren ohne versteckte Kosten."},
{
- id: "2",
- title: "Wie lange dauert die Einrichtung?",
- content: "Meistens sind Sie innerhalb von wenigen Tagen voll einsatzbereit.",
- },
+ id: "2", title: "Wie lange dauert die Einrichtung?", content: "Meistens sind Sie innerhalb von wenigen Tagen voll einsatzbereit."},
{
- id: "3",
- title: "Ist mein Design anpassbar?",
- content: "Ja, wir bieten eine vollständig individualisierbare White-Label Lösung.",
- },
+ id: "3", title: "Ist mein Design anpassbar?", content: "Ja, wir bieten eine vollständig individualisierbare White-Label Lösung."},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20848.jpg"
title="Häufige Fragen"
@@ -289,8 +192,7 @@ export default function LandingPage() {