diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4118f67..52dc708 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,42 +45,21 @@ export default function LandingPage() {
@@ -129,37 +94,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "1",
- badge: "Antipasti",
- price: "£6.50",
- subtitle: "Starters",
- features: [
- "Pane Carasau",
- "Tagliere Sardo",
- "Calamari Fritti",
- ],
+ id: "1", badge: "Antipasti", price: "£6.50", subtitle: "Starters", features: [
+ "Pane Carasau", "Tagliere Sardo", "Calamari Fritti"],
},
{
- id: "2",
- badge: "Primi",
- price: "£16.50",
- subtitle: "Mains & Pasta",
- features: [
- "Malloreddus",
- "Culurgiones",
- "Spaghetti Bottarga",
- ],
+ id: "2", badge: "Primi", price: "£16.50", subtitle: "Mains & Pasta", features: [
+ "Malloreddus", "Culurgiones", "Spaghetti Bottarga"],
},
{
- id: "3",
- badge: "Dolci",
- price: "£7.50",
- subtitle: "Desserts & Wine",
- features: [
- "Seadas",
- "Tiramisu",
- "Cannonau Red",
- ],
+ id: "3", badge: "Dolci", price: "£7.50", subtitle: "Desserts & Wine", features: [
+ "Seadas", "Tiramisu", "Cannonau Red"],
},
]}
title="Our Menu"
@@ -174,50 +118,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah M.",
- handle: "@LocalRegular",
- testimonial: "An absolute hidden gem. The atmosphere is incredibly cozy and the Malloreddus pasta transported me straight back to Italy.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg",
- imageAlt: "vintage italian restaurant knick-knacks",
- },
+ id: "1", name: "Sarah M.", handle: "@LocalRegular", testimonial: "An absolute hidden gem. The atmosphere is incredibly cozy and the Malloreddus pasta transported me straight back to Italy.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
{
- id: "2",
- name: "David T.",
- handle: "@Foodie",
- testimonial: "Incredibly authentic. The Seadas for dessert is mandatory. Outstanding service and brilliant wines.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=2",
- imageAlt: "vintage italian restaurant knick-knacks",
- },
+ id: "2", name: "David T.", handle: "@Foodie", testimonial: "Incredibly authentic. The Seadas for dessert is mandatory. Outstanding service and brilliant wines.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
{
- id: "3",
- name: "Elena R.",
- handle: "@Traveler",
- testimonial: "A truly intimate experience. Feels like eating in a family home in Cagliari.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=1",
- imageAlt: "vintage italian restaurant knick-knacks",
- },
+ id: "3", name: "Elena R.", handle: "@Traveler", testimonial: "A truly intimate experience. Feels like eating in a family home in Cagliari.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
{
- id: "4",
- name: "James B.",
- handle: "@DinnerGuest",
- testimonial: "The best lamb chops I've had in London. Pure Sardinian perfection.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2",
- imageAlt: "vintage italian restaurant knick-knacks",
- },
+ id: "4", name: "James B.", handle: "@DinnerGuest", testimonial: "The best lamb chops I've had in London. Pure Sardinian perfection.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
{
- id: "5",
- name: "Lisa K.",
- handle: "@Local",
- testimonial: "Love the quirky decor and the Cannonau wine is fantastic.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg",
- imageAlt: "vintage italian restaurant knick-knacks",
- },
+ id: "5", name: "Lisa K.", handle: "@Local", testimonial: "Love the quirky decor and the Cannonau wine is fantastic.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
]}
showRating={true}
title="Loved by the Neighborhood"
@@ -232,23 +146,15 @@ export default function LandingPage() {
description="Reserve your table at Little Sardegna today."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Booking Details/Requests",
- }}
- imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=2"
+ name: "message", placeholder: "Booking Details/Requests"}}
+ imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg"
mediaPosition="right"
/>
@@ -259,32 +165,25 @@ export default function LandingPage() {
{
items: [
{
- label: "170 Blackstock Rd, London",
- },
+ label: "170 Blackstock Rd, London"},
{
- label: "N5 1HA, UK",
- },
+ label: "N5 1HA, UK"},
],
},
{
items: [
{
- label: "Tue-Fri: 18:00-22:00",
- },
+ label: "Tue-Fri: 18:00-22:00"},
{
- label: "Sat-Sun: 12:00-22:00",
- },
+ label: "Sat-Sun: 12:00-22:00"},
],
},
{
items: [
{
- label: "Phone: +44 20 7354 4500",
- href: "tel:+442073544500",
- },
+ label: "Phone: +44 20 7354 4500", href: "tel:+442073544500"},
{
- label: "Follow us on Facebook",
- },
+ label: "Follow us on Facebook"},
],
},
]}