Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-11 17:16:31 +00:00
5 changed files with 78 additions and 49 deletions

View File

@@ -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"
}
]}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<body
className={`${montserrat.variable} ${inter.variable} ${halant.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +72,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -49,7 +49,7 @@ export default function MenuPage() {
price: "125 PLN",
variant: "Classic grilled to perfection",
imageSrc:
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg",
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg?_wi=3",
imageAlt: "Prime ribeye steak",
isFavorited: false,
},
@@ -59,7 +59,7 @@ export default function MenuPage() {
price: "135 PLN",
variant: "8oz premium tenderloin",
imageSrc:
"http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg",
"http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg?_wi=2",
imageAlt: "Filet mignon premium cut",
isFavorited: false,
},
@@ -69,7 +69,7 @@ export default function MenuPage() {
price: "48 PLN",
variant: "Double patty with special sauce",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg",
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg?_wi=3",
imageAlt: "Buffalo burger signature dish",
isFavorited: false,
},
@@ -79,7 +79,7 @@ export default function MenuPage() {
price: "45 PLN",
variant: "Classic thin patty with cheese",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg",
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg?_wi=4",
imageAlt: "Smash burger deluxe",
isFavorited: false,
},
@@ -89,7 +89,7 @@ export default function MenuPage() {
price: "52 PLN",
variant: "Wood-fired fresh baked",
imageSrc:
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg",
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg?_wi=2",
imageAlt: "Fire pizza wood oven",
isFavorited: false,
},
@@ -99,7 +99,7 @@ export default function MenuPage() {
price: "35 PLN",
variant: "Premium spirits selection",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346959.jpg",
"http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346959.jpg?_wi=2",
imageAlt: "Craft cocktails premium",
isFavorited: false,
},
@@ -123,7 +123,7 @@ export default function MenuPage() {
description:
"Hand-selected USDA Prime beef from the finest suppliers, aged to perfection for maximum flavor and tenderness",
imageSrc:
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg",
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg?_wi=4",
imageAlt: "Premium beef selection",
},
{
@@ -132,7 +132,7 @@ export default function MenuPage() {
description:
"Made fresh daily with premium beef, house-made sauces, and finest toppings for the ultimate burger experience",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg",
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg?_wi=5",
imageAlt: "Gourmet burger creation",
},
{
@@ -141,7 +141,7 @@ export default function MenuPage() {
description:
"Authentic Italian-style pizzas baked in our brick oven at 900°F with premium ingredients and artisanal dough",
imageSrc:
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg",
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg?_wi=3",
imageAlt: "Wood fired pizza oven",
},
{
@@ -150,7 +150,7 @@ export default function MenuPage() {
description:
"Expertly crafted cocktails, premium whiskeys, and curated wine selection to complement your meal perfectly",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346959.jpg",
"http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346959.jpg?_wi=3",
imageAlt: "Craft beverage selection",
},
]}

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg"
imageSrc="http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg?_wi=1"
imageAlt="Premium grilled steaks at Buffalo House"
mediaAnimation="opacity"
frameStyle="card"
@@ -95,7 +95,7 @@ export default function HomePage() {
price: "125 PLN",
variant: "16oz grilled to perfection",
imageSrc:
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg",
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg?_wi=1",
imageAlt: "Premium ribeye steak",
isFavorited: false,
},
@@ -105,7 +105,7 @@ export default function HomePage() {
price: "48 PLN",
variant: "Double patty with special sauce",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg",
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg?_wi=1",
imageAlt: "Gourmet buffalo burger",
isFavorited: false,
},
@@ -115,7 +115,7 @@ export default function HomePage() {
price: "52 PLN",
variant: "Wood-fired fresh baked",
imageSrc:
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg",
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg?_wi=1",
imageAlt: "Authentic fire pizza",
isFavorited: false,
},
@@ -125,7 +125,7 @@ export default function HomePage() {
price: "35 PLN",
variant: "Premium spirits selection",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346959.jpg",
"http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346959.jpg?_wi=1",
imageAlt: "Craft cocktails and drinks",
isFavorited: false,
},
@@ -195,7 +195,7 @@ export default function HomePage() {
description:
"Hand-selected prime cuts grilled to your preference with expert seasoning",
imageSrc:
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg",
"http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg?_wi=2",
imageAlt: "Premium steak preparation",
},
{
@@ -204,7 +204,7 @@ export default function HomePage() {
description:
"Gourmet burgers made with fresh beef and signature toppings daily",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg",
"http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-vegetable-salad_141793-4767.jpg?_wi=2",
imageAlt: "Gourmet burger plating",
},
{
@@ -213,7 +213,7 @@ export default function HomePage() {
description:
"Casual, welcoming environment perfect for groups and celebrations",
imageSrc:
"http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006641.jpg",
"http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006641.jpg?_wi=1",
imageAlt: "Friends dining together",
},
{
@@ -221,7 +221,7 @@ export default function HomePage() {
title: "Easy Parking",
description: "Convenient parking near the venue for stress-free visits",
imageSrc:
"http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg",
"http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg?_wi=1",
imageAlt: "Restaurant exterior",
},
]}
@@ -244,7 +244,7 @@ export default function HomePage() {
company: "Poznań",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -254,7 +254,7 @@ export default function HomePage() {
company: "Poznań",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -264,7 +264,7 @@ export default function HomePage() {
company: "Poznań",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
"http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
{
@@ -274,7 +274,7 @@ export default function HomePage() {
company: "Poznań",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
"http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg?_wi=1",
imageAlt: "David Kim",
},
{
@@ -284,7 +284,7 @@ export default function HomePage() {
company: "Poznań",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
"http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg?_wi=1",
imageAlt: "Anna Kowalski",
},
{
@@ -294,7 +294,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg?_wi=1",
imageAlt: "James Wilson",
},
]}
@@ -331,7 +331,7 @@ export default function HomePage() {
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=1"
imageAlt="Buffalo House location in Poznań"
mediaAnimation="opacity"
mediaPosition="right"

View File

@@ -49,7 +49,7 @@ export default function ReservationsPage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg"
imageSrc="http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg?_wi=3"
imageAlt="Premium grilled steaks at Buffalo House"
mediaAnimation="opacity"
frameStyle="card"
@@ -86,28 +86,28 @@ export default function ReservationsPage() {
id: 1,
title: "Premium Steaks",
description: "Hand-selected prime cuts grilled to your exact preference with our signature seasoning.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg?_wi=5",
imageAlt: "Premium steak preparation"
},
{
id: 2,
title: "Perfect Atmosphere",
description: "Casual yet elegant dining room designed for relaxation and celebration with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg?_wi=2",
imageAlt: "Restaurant interior"
},
{
id: 3,
title: "Expert Service",
description: "Our friendly staff ensures every detail of your meal is perfect from start to finish.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006641.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006641.jpg?_wi=2",
imageAlt: "Friends dining together"
},
{
id: 4,
title: "Easy Parking",
description: "Convenient parking available near the restaurant for stress-free visits.",
imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg?_wi=3",
imageAlt: "Restaurant exterior"
}
]}