diff --git a/src/app/page.tsx b/src/app/page.tsx
index c66e2ab..d43223d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,9 +47,7 @@ export default function LandingPage() {
description="Exquisite private dining experiences brought to your table. Elevating culinary standards with bespoke menus tailored for you."
buttons={[
{
- text: "Book a Consultation",
- href: "#contact",
- },
+ text: "Book a Consultation", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cook-smelling-salad-with-meat-plate_23-2148040175.jpg"
@@ -70,9 +60,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Culinary Passion & Craft"
description={[
- "With over 15 years of experience in Michelin-starred kitchens, I bring the art of fine dining directly to your home.",
- "Every menu is crafted with locally sourced, seasonal ingredients to provide an unforgettable sensory journey for you and your guests.",
- ]}
+ "With over 15 years of experience in Michelin-starred kitchens, I bring the art of fine dining directly to your home.", "Every menu is crafted with locally sourced, seasonal ingredients to provide an unforgettable sensory journey for you and your guests."]}
/>
@@ -80,50 +68,21 @@ export default function LandingPage() {
@@ -185,29 +131,19 @@ export default function LandingPage() {
{
items: [
{
- label: "Services",
- href: "#",
- },
+ label: "Services", href: "#"},
{
- label: "Portfolio",
- href: "#gallery",
- },
+ label: "Portfolio", href: "#gallery"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
@@ -217,4 +153,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file