From b14d109ebd5c42863693d7a3882e307c28b522f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:16:25 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5615ba2..2e1f275 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,7 +61,7 @@ export default function ContactPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-with-map_23-2147654173.jpg" + imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-with-map_23-2147654173.jpg?_wi=2" imageAlt="Buffalo House location in Poznań" mediaAnimation="opacity" mediaPosition="right" @@ -81,7 +81,7 @@ export default function ContactPage() { role: "Regular Customer", company: "Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg?_wi=2", imageAlt: "Sarah Johnson" }, { @@ -90,7 +90,7 @@ export default function ContactPage() { role: "Food Enthusiast", company: "Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen" }, { @@ -99,7 +99,7 @@ export default function ContactPage() { role: "Event Organizer", company: "Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { @@ -108,7 +108,7 @@ export default function ContactPage() { role: "Business Owner", company: "Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg?_wi=2", imageAlt: "David Kim" }, { @@ -117,7 +117,7 @@ export default function ContactPage() { role: "Local Resident", company: "Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg?_wi=2", imageAlt: "Anna Kowalski" }, { @@ -126,7 +126,7 @@ export default function ContactPage() { role: "Visitor", company: "Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg?_wi=2", imageAlt: "James Wilson" } ]} From 466e8cc0eff7c95301bfbd2a5ea1c758b4f8befb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:16:25 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 51 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edb6b42..3751a79 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,28 +1,55 @@ import type { Metadata } from "next"; +import { Montserrat, Inter } from "next/font/google"; import { Halant } from "next/font/google"; -import { Inter } 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"; - - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); + const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); + +export const metadata: Metadata = { + title: "Buffalo House - Steakhouse & Burgers in Poznań", + description: "Premium steaks, burgers, and pizza in Poznań. Casual American steakhouse with great atmosphere, perfect for groups and celebrations. Reserve your table now.", + keywords: "steakhouse Poznań, burgers Poznań, pizza Poznań, restaurant Piątkowska, where to eat Poznań, premium steaks", + openGraph: { + title: "Buffalo House - Premium Steaks & Atmosphere", + description: "Discover Buffalo House, the ultimate steakhouse in Poznań. Premium beef, gourmet burgers, craft cocktails, and unforgettable dining experiences.", + siteName: "Buffalo House", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg", + alt: "Buffalo House Premium Steaks", + } + ], + }, + twitter: { + card: "summary_large_image", + title: "Buffalo House - Steakhouse Poznań", + description: "Premium steaks and great atmosphere in Poznań", + images: ["http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -31,7 +58,9 @@ export default function RootLayout({ return ( - + {children}