diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ce35e0..75573ea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,84 +48,53 @@ export default function LandingPage() {
@@ -146,9 +105,7 @@ export default function LandingPage() {
title="A Peaceful Retreat in Gisenyi"
buttons={[
{
- text: "Learn More",
- href: "#",
- },
+ text: "Learn More", href: "#"},
]}
/>
@@ -161,47 +118,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "m1",
- name: "Grilled Goat",
- price: "$15",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg?_wi=1",
- },
+ id: "m1", name: "Grilled Goat", price: "$15", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg"},
{
- id: "m2",
- name: "Signature Cocktail",
- price: "$8",
- variant: "Drinks",
- imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg?_wi=1",
- },
+ id: "m2", name: "Signature Cocktail", price: "$8", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg"},
{
- id: "m3",
- name: "Chicken Lollipops",
- price: "$10",
- variant: "Starters",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg?_wi=1",
- },
+ id: "m3", name: "Chicken Lollipops", price: "$10", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg"},
{
- id: "m4",
- name: "Grilled Curry",
- price: "$18",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg?_wi=2",
- },
+ id: "m4", name: "Grilled Curry", price: "$18", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg"},
{
- id: "m5",
- name: "Red Wine Glass",
- price: "$7",
- variant: "Drinks",
- imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg?_wi=2",
- },
+ id: "m5", name: "Red Wine Glass", price: "$7", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg"},
{
- id: "m6",
- name: "Bologna Chips",
- price: "$9",
- variant: "Starters",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg?_wi=2",
- },
+ id: "m6", name: "Bologna Chips", price: "$9", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg"},
]}
title="Signature Flavors"
description="Indulge in our carefully crafted menu featuring local ingredients and international favorites."
@@ -210,28 +137,17 @@ export default function LandingPage() {
@@ -328,33 +208,21 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Spa Services",
- href: "#services",
- },
+ label: "Spa Services", href: "#services"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}