diff --git a/src/app/page.tsx b/src/app/page.tsx
index ff43545..46922af 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,64 +46,39 @@ export default function LandingPage() {
@@ -121,14 +88,9 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "A Unique Culinary Sanctuary",
- },
+ type: "text", content: "A Unique Culinary Sanctuary"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg",
- alt: "Restaurant interior",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg", alt: "Restaurant interior"},
]}
/>
@@ -136,38 +98,19 @@ export default function LandingPage() {
@@ -337,33 +199,21 @@ export default function LandingPage() {
logoText="M. Restaurant"
columns={[
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Kertész u. 48, 1073 Budapest",
- href: "#",
- },
+ label: "Kertész u. 48, 1073 Budapest", href: "#"},
{
- label: "+36 30 878 3809",
- href: "tel:+36308783809",
- },
+ label: "+36 30 878 3809", href: "tel:+36308783809"},
],
},
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Book a Table",
- href: "https://metterem.hu",
- },
+ label: "Book a Table", href: "https://metterem.hu"},
{
- label: "View Menu",
- href: "#product",
- },
+ label: "View Menu", href: "#product"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
],
},
]}