Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-17 19:09:20 +00:00
7 changed files with 77 additions and 38 deletions

View File

@@ -83,21 +83,21 @@ export default function AboutPage() {
id: 1,
title: "Crafted Breakfasts",
description: "Authentic European flavors inspired by morning traditions — made fresh every morning with exceptional ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=4",
imageAlt: "fresh homemade breakfast platter artisanal",
},
{
id: 2,
title: "Specialty Coffee",
description: "Perfectly balanced coffee served with care and consistency — each cup is an experience in itself.",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg?_wi=3",
imageAlt: "artisan specialty coffee preparation barista",
},
{
id: 3,
title: "Warm Atmosphere",
description: "Cozy interiors, relaxed mornings, unforgettable moments — a space designed to feel like a home away from home.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=2",
imageAlt: "cozy café interior warm lighting ambiance",
},
]}

View File

@@ -83,21 +83,21 @@ export default function BoxesPage() {
id: "english-breakfast",
name: "English Breakfast",
price: "From €12",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg?_wi=5",
imageAlt: "traditional English breakfast full plate",
},
{
id: "artisan-desserts",
name: "Artisan Desserts",
price: "From €6",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg?_wi=4",
imageAlt: "homemade cakes artisan pastries display",
},
{
id: "specialty-coffee",
name: "Specialty Coffee",
price: "From €4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148892879.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148892879.jpg?_wi=3",
imageAlt: "specialty coffee drinks latte cappuccino",
},
]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } 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 { Figtree } 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 figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Fusiara - Luxury Café & Breakfast Destination in Kościerzyna",
description: "Experience Kościerzyna's beloved breakfast & coffee café. Artisanal breakfasts, specialty coffee, and warm European hospitality. Open Wed-Sun, 8am daily.",
keywords: "café Kościerzyna, breakfast, specialty coffee, artisan desserts, luxury café, Polish café, morning ritual",
metadataBase: new URL("https://fusiara.pl"),
alternates: {
canonical: "https://fusiara.pl",
},
openGraph: {
title: "Fusiara - Premium Breakfast & Coffee Café",
description: "Discover exceptional morning experiences at Fusiara. Fresh breakfasts, specialty coffee, and unforgettable moments.",
url: "https://fusiara.pl",
siteName: "Fusiara",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg",
alt: "Fusiara café breakfast and coffee experience",
},
],
},
twitter: {
card: "summary_large_image",
title: "Fusiara - Premium Café Experience",
description: "Slow mornings. Exceptional taste. Visit Kościerzyna's most loved café.",
images: ["http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -87,7 +87,7 @@ export default function MenuPage() {
{ value: "Fresh", label: "Daily" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg"
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg?_wi=2"
imageAlt="Premium menu showcase"
mediaAnimation="slide-up"
imagePosition="right"
@@ -107,42 +107,42 @@ export default function MenuPage() {
id: "english-breakfast",
name: "English Breakfast",
price: "€12",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg?_wi=2",
imageAlt: "Traditional English breakfast full plate",
},
{
id: "continental",
name: "Continental Spread",
price: "€10",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=2",
imageAlt: "Continental breakfast variety",
},
{
id: "artisan-toast",
name: "Artisan Toast Selection",
price: "€8",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg?_wi=3",
imageAlt: "Premium artisan toasts",
},
{
id: "smoothie-bowls",
name: "Acai Smoothie Bowls",
price: "€9",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=3",
imageAlt: "Vibrant smoothie bowl",
},
{
id: "pastry-combo",
name: "Pastry & Coffee Combo",
price: "€7",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg?_wi=2",
imageAlt: "Fresh pastries with coffee",
},
{
id: "veggie-plate",
name: "Vegetarian Plate",
price: "€11",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg?_wi=4",
imageAlt: "Fresh vegetarian breakfast",
},
]}
@@ -165,21 +165,21 @@ export default function MenuPage() {
id: "artisan-desserts",
name: "Artisan Desserts",
price: "€6",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg?_wi=3",
imageAlt: "Homemade cakes artisan pastries",
},
{
id: "specialty-coffee",
name: "Specialty Coffee",
price: "€4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148892879.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148892879.jpg?_wi=2",
imageAlt: "Specialty coffee drinks",
},
{
id: "espresso",
name: "Premium Espresso",
price: "€3.50",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg?_wi=2",
imageAlt: "Perfect espresso shot",
},
]}

View File

@@ -91,7 +91,7 @@ export default function HomePage() {
{ value: "Daily", label: "Fresh Made" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg"
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg?_wi=1"
imageAlt="Beautiful morning breakfast setup with specialty coffee"
mediaAnimation="slide-up"
imagePosition="right"
@@ -134,21 +134,21 @@ export default function HomePage() {
id: 1,
title: "Crafted Breakfasts",
description: "Authentic European flavors inspired by morning traditions — made fresh every morning with exceptional ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=1",
imageAlt: "Fresh homemade breakfast platter",
},
{
id: 2,
title: "Specialty Coffee",
description: "Perfectly balanced coffee served with care and consistency — each cup is an experience in itself.",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg?_wi=1",
imageAlt: "Artisan specialty coffee preparation",
},
{
id: 3,
title: "Warm Atmosphere",
description: "Cozy interiors, relaxed mornings, unforgettable moments — a space designed to feel like a home away from home.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=1",
imageAlt: "Inviting café interior with warm lighting",
},
]}
@@ -172,21 +172,21 @@ export default function HomePage() {
id: "english-breakfast",
name: "English Breakfast",
price: "From €12",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-fork-knife_1150-20980.jpg?_wi=1",
imageAlt: "Traditional English breakfast full plate",
},
{
id: "artisan-desserts",
name: "Artisan Desserts",
price: "From €6",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg?_wi=1",
imageAlt: "Homemade cakes artisan pastries display",
},
{
id: "specialty-coffee",
name: "Specialty Coffee",
price: "From €4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148892879.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148892879.jpg?_wi=1",
imageAlt: "Specialty coffee drinks latte cappuccino",
},
]}

View File

@@ -163,21 +163,21 @@ export default function ReviewsPage() {
id: 1,
title: "Exceptional Quality",
description: "Every dish is crafted with premium ingredients and attention to detail that shows in every bite.",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=5",
imageAlt: "Fresh homemade breakfast platter artisanal",
},
{
id: 2,
title: "Welcoming Atmosphere",
description: "A warm, inviting space where regulars become friends and first-time visitors feel at home.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=3",
imageAlt: "Cozy café interior warm lighting ambiance",
},
{
id: 3,
title: "Consistent Excellence",
description: "Day after day, week after week, Fusiara delivers the same high standards guests have come to expect.",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg?_wi=4",
imageAlt: "Artisan specialty coffee preparation barista",
},
]}

View File

@@ -87,7 +87,7 @@ export default function VisitPage() {
{ value: "8:00 AM", label: "Opening Time" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg"
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg?_wi=3"
imageAlt="Fusiara café location and welcome"
mediaAnimation="slide-up"
imagePosition="right"
@@ -107,21 +107,21 @@ export default function VisitPage() {
id: 1,
title: "Operating Hours",
description: "Wednesday to Sunday, 8:00 AM Afternoon. We're closed Mondays and Tuesdays to prepare fresh ingredients for the week ahead.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=4",
imageAlt: "Café interior welcoming guests",
},
{
id: 2,
title: "Easy Access",
description: "Located at Rynek 2 in Kościerzyna's central market square. Street parking available. Perfect for morning walks from anywhere in town.",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=6",
imageAlt: "Fusiara's central location",
},
{
id: 3,
title: "Get In Touch",
description: "Call us at 668 826 497 for reservations, special requests, or to ask about our current menu offerings. We love connecting with our community.",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg?_wi=5",
imageAlt: "Coffee preparation at Fusiara",
},
]}