diff --git a/src/app/page.tsx b/src/app/page.tsx
index b16d692..0ce8a80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,23 +29,15 @@ export default function LandingPage() {
@@ -53,16 +45,13 @@ export default function LandingPage() {
@@ -122,11 +91,8 @@ export default function LandingPage() {
title="Welcome to Antica Trattoria Salutati, a true taste of Italy in Milan."
buttons={[
{
- text: "Learn More About Us",
- href: "#",
- },
+ text: "Learn More About Us", href: "#"},
]}
- description="Nestled in the bustling streets of Milan, our trattoria offers a culinary escape to the heart of Italy. Savor traditional recipes passed down through generations in a cozy setting."
/>
@@ -138,23 +104,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Handmade Pasta",
- description: "Crafted fresh daily with the finest Italian ingredients, just like nonna used to make.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-chestnuts_23-2148395157.jpg",
- imageAlt: "authentic italian pasta dish",
- },
+ title: "Handmade Pasta", description: "Crafted fresh daily with the finest Italian ingredients, just like nonna used to make.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-chestnuts_23-2148395157.jpg", imageAlt: "authentic italian pasta dish"},
{
- title: "Wood-Fired Pizza",
- description: "Perfectly crispy crusts and authentic toppings baked in our traditional wood-fired oven.",
- imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven-restaurant_1147-94.jpg",
- imageAlt: "traditional wood fired pizza oven",
- },
+ title: "Wood-Fired Pizza", description: "Perfectly crispy crusts and authentic toppings baked in our traditional wood-fired oven.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven-restaurant_1147-94.jpg", imageAlt: "traditional wood fired pizza oven"},
{
- title: "Curated Wine List",
- description: "An exquisite selection of Italian wines, hand-picked to perfectly complement your meal.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-carafe-glass-table_23-2149706820.jpg",
- imageAlt: "vintage italian wine cellar",
- },
+ title: "Curated Wine List", description: "An exquisite selection of Italian wines, hand-picked to perfectly complement your meal.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-carafe-glass-table_23-2149706820.jpg", imageAlt: "vintage italian wine cellar"},
]}
title="Our Culinary Delights"
description="Discover the authentic flavors and traditions that make our cuisine a true Milanese gem."
@@ -166,41 +120,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Isabella Rossi",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg",
- imageAlt: "happy senior man dining italian restaurant",
- },
+ id: "1", name: "Isabella Rossi", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", imageAlt: "happy senior man dining italian restaurant"},
{
- id: "2",
- name: "Marco Bianchi",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198354.jpg",
- imageAlt: "elegant woman smiling at restaurant",
- },
+ id: "2", name: "Marco Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198354.jpg", imageAlt: "elegant woman smiling at restaurant"},
{
- id: "3",
- name: "Sofia Conti",
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006613.jpg",
- imageAlt: "happy family dinner italian restaurant",
- },
+ id: "3", name: "Sofia Conti", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006613.jpg", imageAlt: "happy family dinner italian restaurant"},
{
- id: "4",
- name: "Giovanni Ferrari",
- imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514966.jpg",
- imageAlt: "man enjoying italian wine",
- },
+ id: "4", name: "Giovanni Ferrari", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514966.jpg", imageAlt: "man enjoying italian wine"},
{
- id: "5",
- name: "Elena Ricci",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-plate_23-2148681855.jpg",
- imageAlt: "woman smiling at a restaurant table",
- },
+ id: "5", name: "Elena Ricci", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-plate_23-2148681855.jpg", imageAlt: "woman smiling at a restaurant table"},
{
- id: "6",
- name: "Luca Marino",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg",
- imageAlt: "happy diners at italian restaurant",
- },
+ id: "6", name: "Luca Marino", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg", imageAlt: "happy diners at italian restaurant"},
]}
cardTitle="What Our Guests Say"
cardTag="Rave Reviews"
@@ -215,28 +145,17 @@ export default function LandingPage() {
description="Book your table online for an unforgettable dining experience at Antica Trattoria Salutati."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "specialRequests",
- placeholder: "Special Requests (e.g., dietary needs, anniversary)",
- rows: 4,
+ name: "specialRequests", placeholder: "Special Requests (e.g., dietary needs, anniversary)", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/sadj-with-fried-meat-vegetables-buns_140725-3690.jpg"
imageAlt="friendly restaurant staff welcoming guests"
@@ -250,62 +169,37 @@ export default function LandingPage() {