diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ccc0df4..3047f07 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,37 +6,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Fermento Osteria Artigiana - Craft Italian Cuisine in Vigonza, Padova", - description: "Artisan osteria in Vigonza (Padova, Italy). Seasonal ingredients, refined wine list, intimate atmosphere. Signature dishes: breaded egg, tagliatelle, beef tartare, tiramisù. Dinner €50–60. Reservations: +39 049 725597.", - keywords: "osteria Vigonza, Italian restaurant Padova, craft cuisine, seasonal menu, artisan food, fine dining Italy, Fermento restaurant", - openGraph: { - title: "Fermento Osteria Artigiana", - description: "Few dishes. Pure craft. An artisan osteria in Vigonza, Padova with authentic Italian cuisine and refined wine selection.", - type: "website", - siteName: "Fermento Osteria Artigiana", - images: [ + title: "Fermento Osteria Artigiana - Craft Italian Cuisine in Vigonza, Padova", description: "Artisan osteria in Vigonza (Padova, Italy). Seasonal ingredients, refined wine list, intimate atmosphere. Signature dishes: breaded egg, tagliatelle, beef tartare, tiramisù. Dinner €50–60. Reservations: +39 049 725597.", keywords: "osteria Vigonza, Italian restaurant Padova, craft cuisine, seasonal menu, artisan food, fine dining Italy, Fermento restaurant", openGraph: { + title: "Fermento Osteria Artigiana", description: "Few dishes. Pure craft. An artisan osteria in Vigonza, Padova with authentic Italian cuisine and refined wine selection.", type: "website", siteName: "Fermento Osteria Artigiana", images: [ { - url: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", - alt: "Fermento Osteria dining experience", - }, + url: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", alt: "Fermento Osteria dining experience"}, ], }, twitter: { - card: "summary_large_image", - title: "Fermento Osteria Artigiana - Craft Italian Cuisine", - description: "Seasonal ingredients, refined wine, intimate atmosphere. Vigonza, Padova.", - images: ["http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg"], + card: "summary_large_image", title: "Fermento Osteria Artigiana - Craft Italian Cuisine", description: "Seasonal ingredients, refined wine, intimate atmosphere. Vigonza, Padova.", images: ["http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg"], }, robots: { index: true, @@ -1428,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 72d43a2..e97d867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,8 +42,8 @@ export default function HomePage() {
@@ -155,30 +135,15 @@ export default function HomePage() { ctaIcon={Phone} faqs={[ { - id: "1", - title: "What are your opening hours?", - content: "We're open for dinner service only. Check Facebook for seasonal hours and special closures.", - }, + id: "1", title: "What are your opening hours?", content: "We're open for dinner service only. Check Facebook for seasonal hours and special closures."}, { - id: "2", - title: "Do you take reservations?", - content: "Yes, reservations are strongly recommended, especially weekends. Call +39 049 725597 or message us on WhatsApp.", - }, + id: "2", title: "Do you take reservations?", content: "Yes, reservations are strongly recommended, especially weekends. Call +39 049 725597 or message us on WhatsApp."}, { - id: "3", - title: "Is there a dress code?", - content: "Smart casual. We're intimate and welcoming—come as you are, but dress respectfully.", - }, + id: "3", title: "Is there a dress code?", content: "Smart casual. We're intimate and welcoming—come as you are, but dress respectfully."}, { - id: "4", - title: "Do you accommodate dietary restrictions?", - content: "Absolutely. Mention preferences when reserving. Our menu is seasonal, and we're happy to adapt.", - }, + id: "4", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Mention preferences when reserving. Our menu is seasonal, and we're happy to adapt."}, { - id: "5", - title: "What's the average price per person?", - content: "Dinner ranges €50–60 per person, excluding drinks. Wine pairings available.", - }, + id: "5", title: "What's the average price per person?", content: "Dinner ranges €50–60 per person, excluding drinks. Wine pairings available."}, ]} useInvertedBackground={true} animationType="slide-up" @@ -200,4 +165,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}