From e443b26169eef7baa7c1b3216bdb00b1c08ccc61 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:11:44 +0000 Subject: [PATCH 1/7] Update src/app/catering/page.tsx --- src/app/catering/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/catering/page.tsx b/src/app/catering/page.tsx index d66e174..14fef62 100644 --- a/src/app/catering/page.tsx +++ b/src/app/catering/page.tsx @@ -73,7 +73,7 @@ export default function CateringPage() { id: "weddings", title: "Weddings & Receptions", description: "Create an unforgettable dining experience for your guests with authentic L'Industrie pizza. We offer customized menus and can accommodate dietary preferences.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-eating-pizza-restaurant_273609-44915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-eating-pizza-restaurant_273609-44915.jpg?_wi=1", }, { id: "corporate", @@ -85,13 +85,13 @@ export default function CateringPage() { id: "private-parties", title: "Private Parties", description: "Celebrate birthdays, anniversaries, and milestones with our catering service. We handle setup and cleanup so you can focus on enjoying time with loved ones.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-eating-pizza-restaurant_273609-44915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-eating-pizza-restaurant_273609-44915.jpg?_wi=2", }, { id: "large-orders", title: "Large Order Fulfillment", description: "Need pizza for a group? We specialize in bulk orders for organizations and community events. Contact us for volume pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-assortment_23-2150062734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-assortment_23-2150062734.jpg?_wi=2", }, ]} gridVariant="bento-grid" -- 2.49.1 From 8420849a1d5783dd19776401ca2fbbc86d2198dc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:11:45 +0000 Subject: [PATCH 2/7] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 819ad79..0b7c386 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -57,7 +57,7 @@ export default function GalleryPage() { id: "gallery-ingredients", title: "Premium Italian Ingredients", description: "We source only the finest imported ingredients from Italy, including San Marzano tomatoes and buffalo mozzarella.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-assortment_23-2150062734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-assortment_23-2150062734.jpg?_wi=1", imageAlt: "fresh italian ingredients tomatoes basil", }, { @@ -95,7 +95,7 @@ export default function GalleryPage() { price: "$35.00", rating: 4.9, reviewCount: "47", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-green-uniform-cape-holding-delivery-coffee-cups-with-food-package-pink-background-service-uniform-delivery-job_140725-39519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-green-uniform-cape-holding-delivery-coffee-cups-with-food-package-pink-background-service-uniform-delivery-job_140725-39519.jpg?_wi=1", imageAlt: "branded t-shirt pizzeria logo merchandise", }, { @@ -105,7 +105,7 @@ export default function GalleryPage() { price: "$35.00", rating: 5, reviewCount: "52", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-green-uniform-cape-holding-delivery-coffee-cups-with-food-package-pink-background-service-uniform-delivery-job_140725-39519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-green-uniform-cape-holding-delivery-coffee-cups-with-food-package-pink-background-service-uniform-delivery-job_140725-39519.jpg?_wi=2", imageAlt: "branded t-shirt pizzeria logo merchandise", }, { @@ -115,7 +115,7 @@ export default function GalleryPage() { price: "$28.00", rating: 4.8, reviewCount: "31", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-cook-black-apron_176474-93742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-cook-black-apron_176474-93742.jpg?_wi=1", imageAlt: "branded cap hat pizzeria logo", }, ]} -- 2.49.1 From fba0658c399e8be1de1686252e2eb89430dcd4cd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:11:45 +0000 Subject: [PATCH 3/7] Update src/app/layout.tsx --- src/app/layout.tsx | 54 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..034c660 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Montserrat } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "L'Industrie Pizzeria - Authentic Brooklyn Pizza", + description: "Award-winning thin-crust pizza in Williamsburg, Brooklyn. 3-day cold fermented dough, imported Italian ingredients, Neapolitan craftsmanship.", + keywords: "pizza brooklyn, neapolitan pizza, williamsburg pizza, authentic pizza, thin crust pizza, italian restaurant brooklyn", + metadataBase: new URL("https://lindustriepizzeria.com"), + alternates: { + canonical: "https://lindustriepizzeria.com", + }, + openGraph: { + title: "L'Industrie Pizzeria - Authentic Brooklyn Pizza", + description: "Experience authentic Neapolitan pizza at L'Industrie. Award-winning pizzeria in Williamsburg, Brooklyn.", + siteName: "L'Industrie Pizzeria", + type: "website", + images: [ + { + url: "https://lindustriepizzeria.com/og-image.jpg", + alt: "L'Industrie Signature Burrata Pizza", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "L'Industrie Pizzeria - Authentic Brooklyn Pizza", + description: "Award-winning thin-crust pizza in Williamsburg. Neapolitan tradition meets Brooklyn style.", + images: ["https://lindustriepizzeria.com/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +63,9 @@ export default function RootLayout({ return ( - + {children}