diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc25d8e..bd512be 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -56,39 +48,23 @@ export default function LandingPage() {
description="Authentic Italian flavors crafted with passion and served in the heart of the city."
buttons={[
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
{
- text: "Visit Us",
- href: "#contact",
- },
+ text: "Visit Us", href: "#contact"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg",
- imageAlt: "Italian cafe espresso",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg", imageAlt: "Italian cafe espresso"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-red-apron-pasta-machine_23-2148296894.jpg",
- imageAlt: "Fresh pasta dish",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-red-apron-pasta-machine_23-2148296894.jpg", imageAlt: "Fresh pasta dish"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-greek-street-cafe-with-flowers_661209-441.jpg",
- imageAlt: "Cafe ambience",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/traditional-greek-street-cafe-with-flowers_661209-441.jpg", imageAlt: "Cafe ambience"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-speaking-smiling-resting-cafe_176420-2280.jpg",
- imageAlt: "Coffee art",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-speaking-smiling-resting-cafe_176420-2280.jpg", imageAlt: "Coffee art"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/macaroons-plastic-box_23-2147787082.jpg",
- imageAlt: "Artisanal bread",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/macaroons-plastic-box_23-2147787082.jpg", imageAlt: "Artisanal bread"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210437.jpg",
- imageAlt: "Elegant cafe interior",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210437.jpg", imageAlt: "Elegant cafe interior"},
]}
/>
@@ -109,47 +85,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Espresso Italiano",
- price: "$3.50",
- variant: "Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg",
- },
+ id: "1", name: "Espresso Italiano", price: "$3.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg"},
{
- id: "2",
- name: "Classic Croissant",
- price: "$4.00",
- variant: "Pastry",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-83383.jpg",
- },
+ id: "2", name: "Classic Croissant", price: "$4.00", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-83383.jpg"},
{
- id: "3",
- name: "Margherita Pizza",
- price: "$12.00",
- variant: "Main",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-margherita-pizza-topped-with-rocket_141793-2150.jpg",
- },
+ id: "3", name: "Margherita Pizza", price: "$12.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/top-view-margherita-pizza-topped-with-rocket_141793-2150.jpg"},
{
- id: "4",
- name: "Pistachio Gelato",
- price: "$5.50",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-pure-vanilla-creamy-ice-cream-with-ice-cream-spoon-closeup_1220-1392.jpg",
- },
+ id: "4", name: "Pistachio Gelato", price: "$5.50", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-pure-vanilla-creamy-ice-cream-with-ice-cream-spoon-closeup_1220-1392.jpg"},
{
- id: "5",
- name: "Tagliatelle al Ragù",
- price: "$16.00",
- variant: "Main",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-pasta-dark-surface-dough-color-pasta_140725-81963.jpg",
- },
+ id: "5", name: "Tagliatelle al Ragù", price: "$16.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-pasta-dark-surface-dough-color-pasta_140725-81963.jpg"},
{
- id: "6",
- name: "Tiramisù",
- price: "$7.00",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-raspberries-top_114579-17032.jpg",
- },
+ id: "6", name: "Tiramisù", price: "$7.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-raspberries-top_114579-17032.jpg"},
]}
title="Our Signature Menu"
description="Indulge in our carefully curated selection of Italian classics."
@@ -160,61 +106,31 @@ export default function LandingPage() {