Merge version_1 into main #1
@@ -96,25 +96,25 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Tradition",
|
||||
description: "We honor family recipes passed down through generations, blending timeless techniques with premium ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg?_wi=2",
|
||||
imageAlt: "Baker preparing pastry dough",
|
||||
},
|
||||
{
|
||||
title: "Quality",
|
||||
description: "Fresh daily. No artificial preservatives. Every pastry is a testament to our commitment to excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg?_wi=2",
|
||||
imageAlt: "Fresh pastry in elegant display",
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
description: "We're not just a pastry shop—we're part of Storo's heart. We celebrate birthdays, support local events, and build relationships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg?_wi=4",
|
||||
imageAlt: "Beautiful artisan desserts",
|
||||
},
|
||||
{
|
||||
title: "Innovation",
|
||||
description: "While honoring tradition, we embrace new flavors and creative designs to delight modern palates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=5",
|
||||
imageAlt: "Custom artisan cake creation",
|
||||
},
|
||||
]}
|
||||
@@ -164,7 +164,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg?_wi=4"
|
||||
imageAlt="Pastry shop warm background"
|
||||
logoText="Dolce Peccato"
|
||||
copyrightText="© 2025 Pasticceria Bar Dolce Peccato | All Rights Reserved"
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function CakeOrdersPage() {
|
||||
<ContactSplitForm
|
||||
title="Order Your Custom Cake"
|
||||
description="Celebrate special moments with a custom cake designed and made fresh by our artisans. Fill out the form below and we'll contact you to perfect your order."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=4"
|
||||
imageAlt="Custom celebration cake"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -162,7 +162,7 @@ export default function CakeOrdersPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg?_wi=3"
|
||||
imageAlt="Pastry shop warm background"
|
||||
logoText="Dolce Peccato"
|
||||
copyrightText="© 2025 Pasticceria Bar Dolce Peccato | All Rights Reserved"
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function ContactPage() {
|
||||
<ContactSplitForm
|
||||
title="Find Us in Storo"
|
||||
description="Visit our shop in the heart of Storo. Fresh pastries waiting for you every day."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-tourists-with-map_23-2147654145.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-tourists-with-map_23-2147654145.jpg?_wi=2"
|
||||
imageAlt="Dolce Peccato location map"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -114,7 +114,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg?_wi=5"
|
||||
imageAlt="Pastry shop warm background"
|
||||
logoText="Dolce Peccato"
|
||||
copyrightText="© 2025 Pasticceria Bar Dolce Peccato | All Rights Reserved"
|
||||
|
||||
@@ -6,18 +6,48 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Dolce Peccato - Artisan Pastries & Cakes in Storo",
|
||||
description: "Fresh artisan pastries, brioche, and custom cakes made daily in Storo. Order now or visit our shop. 4.6★ rated. Family tradition since 2000.",
|
||||
keywords: "pasticceria Storo, brioche Storo, torte compleanno Storo, pastry shop, bakery, custom cakes, artisan pastries",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Dolce Peccato - Artisan Italian Pastries",
|
||||
description: "Fresh artisan pastries and custom cakes in Storo. Made daily with passion.",
|
||||
url: "https://dolcepeccato.it",
|
||||
siteName: "Dolce Peccato",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg",
|
||||
alt: "Fresh artisan pastries",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Dolce Peccato - Artisan Pastries in Storo",
|
||||
description: "Fresh brioche, pastries, and cakes made daily",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +56,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +70,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -49,19 +49,19 @@ export default function MenuPage() {
|
||||
{
|
||||
title: "Fresh Pastries",
|
||||
description: "Start your day with our signature brioche, croissants, and artisan pastries. Made fresh every morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg?_wi=2",
|
||||
imageAlt: "Fresh artisan pastries",
|
||||
},
|
||||
{
|
||||
title: "Seasonal Specials",
|
||||
description: "Discover limited-time creations featuring seasonal ingredients and traditional Italian recipes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg?_wi=2",
|
||||
imageAlt: "Seasonal pastry delights",
|
||||
},
|
||||
{
|
||||
title: "Coffee & Beverages",
|
||||
description: "Pair your pastry with our carefully selected coffee blends and artisan beverages.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg?_wi=2",
|
||||
imageAlt: "Coffee and pastry pairing",
|
||||
},
|
||||
]}
|
||||
@@ -86,7 +86,7 @@ export default function MenuPage() {
|
||||
price: "€2.50",
|
||||
rating: 5,
|
||||
reviewCount: "145",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg?_wi=3",
|
||||
imageAlt: "Chocolate cornetto",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function MenuPage() {
|
||||
price: "€4.00",
|
||||
rating: 5,
|
||||
reviewCount: "112",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg?_wi=3",
|
||||
imageAlt: "Millefoglie pastry",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function MenuPage() {
|
||||
price: "€5.50",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=3",
|
||||
imageAlt: "Torta Nera chocolate cake",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function MenuPage() {
|
||||
price: "From €40",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg?_wi=3",
|
||||
imageAlt: "Custom cake service",
|
||||
},
|
||||
]}
|
||||
@@ -137,7 +137,7 @@ export default function MenuPage() {
|
||||
|
||||
<div id="menu-footer" data-section="menu-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg?_wi=2"
|
||||
imageAlt="Pastry shop warm background"
|
||||
logoText="Dolce Peccato"
|
||||
copyrightText="© 2025 Pasticceria Bar Dolce Peccato | All Rights Reserved"
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg?_wi=1"
|
||||
imageAlt="Italian artisan pastries display"
|
||||
mediaAnimation="slide-up"
|
||||
background={{
|
||||
@@ -99,7 +99,7 @@ export default function HomePage() {
|
||||
price: "€2.50",
|
||||
rating: 5,
|
||||
reviewCount: "145",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg?_wi=1",
|
||||
imageAlt: "Chocolate brioche pastry",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function HomePage() {
|
||||
price: "€3.00",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg?_wi=1",
|
||||
imageAlt: "Fresh cream pastries",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function HomePage() {
|
||||
price: "From €35",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=1",
|
||||
imageAlt: "Custom celebration cake",
|
||||
},
|
||||
{
|
||||
@@ -129,7 +129,7 @@ export default function HomePage() {
|
||||
price: "€8.50",
|
||||
rating: 5,
|
||||
reviewCount: "102",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg?_wi=1",
|
||||
imageAlt: "Breakfast pastry assortment",
|
||||
},
|
||||
]}
|
||||
@@ -156,25 +156,25 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Fresh Every Day",
|
||||
description: "Baked daily using traditional methods and premium ingredients. No artificial preservatives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg?_wi=1",
|
||||
imageAlt: "Artisan baker preparing fresh pastries",
|
||||
},
|
||||
{
|
||||
title: "Artisan Quality",
|
||||
description: "Handmade pastries and cakes crafted with passion and attention to detail. Italian heritage in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg?_wi=1",
|
||||
imageAlt: "Elegant pastry shop interior",
|
||||
},
|
||||
{
|
||||
title: "Local Favorite",
|
||||
description: "Loved by the Storo community for 25 years. Part of your neighborhood and your celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg?_wi=2",
|
||||
imageAlt: "Locally made chocolate brioche",
|
||||
},
|
||||
{
|
||||
title: "Perfect for Events",
|
||||
description: "Custom cakes for birthdays, celebrations, and catering. Let us make your event memorable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=2",
|
||||
imageAlt: "Custom designed celebration cake",
|
||||
},
|
||||
]}
|
||||
@@ -260,7 +260,7 @@ export default function HomePage() {
|
||||
<ContactSplitForm
|
||||
title="Find Us in Storo"
|
||||
description="Visit our shop in the heart of Storo. Fresh pastries waiting for you every day."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-tourists-with-map_23-2147654145.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-tourists-with-map_23-2147654145.jpg?_wi=1"
|
||||
imageAlt="Dolce Peccato location map"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -287,7 +287,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-grapes-black-grapes-sugar-raisins-brown-bowls_140725-73491.jpg?_wi=1"
|
||||
imageAlt="Pastry shop warm background"
|
||||
logoText="Dolce Peccato"
|
||||
copyrightText="© 2025 Pasticceria Bar Dolce Peccato | All Rights Reserved"
|
||||
|
||||
Reference in New Issue
Block a user