diff --git a/src/app/page.tsx b/src/app/page.tsx
index 80bd0e2..4920d91 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -97,9 +74,7 @@ export default function LandingPage() {
title="Authenticity in Every Dish"
buttons={[
{
- text: "Our Menu",
- href: "#menu",
- },
+ text: "Our Menu", href: "#menu"},
]}
/>
@@ -112,41 +87,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Catch of the Day",
- price: "$38",
- imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-bruschetta-with-avocado-cream-cheese-served-with-salad_140725-1619.jpg",
- },
+ id: "p1", name: "Catch of the Day", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-bruschetta-with-avocado-cream-cheese-served-with-salad_140725-1619.jpg"},
{
- id: "p2",
- name: "Handmade Pappardelle",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/composition-with-different-pasta-high-angle_23-2148584850.jpg",
- },
+ id: "p2", name: "Handmade Pappardelle", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-different-pasta-high-angle_23-2148584850.jpg"},
{
- id: "p3",
- name: "Seasonal Greek Salad",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/greek-salad_23-2151992930.jpg",
- },
+ id: "p3", name: "Seasonal Greek Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad_23-2151992930.jpg"},
{
- id: "p4",
- name: "Hummus & Mezze",
- price: "$16",
- imageSrc: "http://img.b2bpic.net/free-photo/snacks-cured-pork_140725-11089.jpg",
- },
+ id: "p4", name: "Hummus & Mezze", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/snacks-cured-pork_140725-11089.jpg"},
{
- id: "p5",
- name: "Roasted Garden Vegetables",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-tomato-cucumber-white-cheese-olive_140725-207.jpg",
- },
+ id: "p5", name: "Roasted Garden Vegetables", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-tomato-cucumber-white-cheese-olive_140725-207.jpg"},
{
- id: "p6",
- name: "Selected Vintage Wine",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine_23-2149746485.jpg",
- },
+ id: "p6", name: "Selected Vintage Wine", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine_23-2149746485.jpg"},
]}
title="Signature Flavors"
description="Our chef-curated selection of traditional Mediterranean delights."
@@ -155,44 +106,21 @@ export default function LandingPage() {
@@ -221,37 +146,25 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
],
},
{
items: [
{
- label: "Reservations",
- href: "#contact",
- },
+ label: "Reservations", href: "#contact"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
],
},
]}