diff --git a/src/app/page.tsx b/src/app/page.tsx
index c9c5282..b158cff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,41 +47,26 @@ export default function LandingPage() {
@@ -101,14 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "The Experience",
- },
+ type: "text", content: "The Experience"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
- alt: "Dining table",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Dining table"},
]}
/>
@@ -120,26 +90,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Tartar",
- description: "Hand-cut beef with seasonal accompaniments.",
- tag: "Starter",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg",
- },
+ id: "1", title: "Tartar", description: "Hand-cut beef with seasonal accompaniments.", tag: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg"},
{
- id: "2",
- title: "Østers",
- description: "Fresh oysters with curated Nordic vinaigrette.",
- tag: "Seafood",
- imageSrc: "http://img.b2bpic.net/free-photo/freshness-oysters-plates_1398-5019.jpg",
- },
+ id: "2", title: "Østers", description: "Fresh oysters with curated Nordic vinaigrette.", tag: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/freshness-oysters-plates_1398-5019.jpg"},
{
- id: "3",
- title: "Makrel",
- description: "Line-caught seasonal mackerel, lightly seared.",
- tag: "Main",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-mug-hot-chocolate_23-2148312049.jpg",
- },
+ id: "3", title: "Makrel", description: "Line-caught seasonal mackerel, lightly seared.", tag: "Main", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-mug-hot-chocolate_23-2148312049.jpg"},
]}
title="Signature Dishes"
description="Carefully prepared with seasonal ingredients and a modern Nordic touch."
@@ -154,25 +109,15 @@ export default function LandingPage() {
author="Sarah J."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
- alt: "Author 1",
- },
+ src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 1"},
{
- src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
- alt: "Author 2",
- },
+ src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 2"},
{
- src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
- alt: "Author 3",
- },
+ src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 3"},
{
- src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
- alt: "Author 4",
- },
+ src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 4"},
{
- src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
- alt: "Author 5",
- },
+ src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -183,16 +128,13 @@ export default function LandingPage() {
@@ -204,14 +146,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ href: "#", ariaLabel: "Instagram"},
{
icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
+ href: "#", ariaLabel: "Facebook"},
]}
/>