Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 17:25:44 +00:00
2 changed files with 19 additions and 68 deletions

View File

@@ -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 €5060. 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 €5060. 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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -42,8 +42,8 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Few dishes. Pure craft. Fermento."
description="An artisan osteria in Vigonza, Padova. Seasonal ingredients, refined wine list, intimate family-like atmosphere. Dinner €5060 per person."
tag="Craft Osteria"
description="An artisan osteria in Vigonza, Padova. Seasonal ingredients, refined wine list, intimate family-like atmosphere. Dinner €5060 per person. Book your experience now—limited reservations each evening."
tag="Craft Osteria · €5060 per person"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
@@ -97,33 +97,13 @@ export default function HomePage() {
gridVariant="two-columns-alternating-heights"
products={[
{
id: "1",
name: "Breaded Egg",
price: "€12",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-chicken-roll-cherry-tomatoes_141793-4236.jpg?_wi=2",
imageAlt: "Signature breaded egg",
},
id: "1", name: "Breaded Egg", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-chicken-roll-cherry-tomatoes_141793-4236.jpg?_wi=2", imageAlt: "Signature breaded egg"},
{
id: "2",
name: "40-Yolk Tagliatelle",
price: "€16",
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pappardelle-pasta-wooden-basket_53876-98235.jpg?_wi=2",
imageAlt: "Handmade tagliatelle pasta",
},
id: "2", name: "40-Yolk Tagliatelle", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pappardelle-pasta-wooden-basket_53876-98235.jpg?_wi=2", imageAlt: "Handmade tagliatelle pasta"},
{
id: "3",
name: "Beef Tartare",
price: "€14",
imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-slices-topped-with-arugula-parmesan-slice_140725-1508.jpg?_wi=2",
imageAlt: "Fresh beef tartare",
},
id: "3", name: "Beef Tartare", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-slices-topped-with-arugula-parmesan-slice_140725-1508.jpg?_wi=2", imageAlt: "Fresh beef tartare"},
{
id: "4",
name: "Tiramisù with Truffle",
price: "€9",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg?_wi=2",
imageAlt: "Tiramisù with truffle shavings",
},
id: "4", name: "Tiramisù with Truffle", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg?_wi=2", imageAlt: "Tiramisù with truffle shavings"},
]}
/>
</div>
@@ -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 €5060 per person, excluding drinks. Wine pairings available.",
},
id: "5", title: "What's the average price per person?", content: "Dinner ranges €5060 per person, excluding drinks. Wine pairings available."},
]}
useInvertedBackground={true}
animationType="slide-up"
@@ -200,4 +165,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}