Merge version_2 into main #7

Merged
bender merged 2 commits from version_2 into main 2026-03-07 23:57:41 +00:00
2 changed files with 10 additions and 42 deletions

View File

@@ -1,54 +1,23 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const dmSans = DM_Sans({
subsets: ["latin"],
weight: ["400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Bar U Justyny | Tanie Obiady Domowe w Ursynowie Warszawa", description: "Autentyczne polskie obiady od 2040 zł. Duże porcje, świeże składniki, serdeczna obsługa. Jedzenie na miejscu, takeaway i dostarczamy w Ursynowie. ⭐ 4.5/5 z 690 opinii.", keywords: "obiady domowe Warszawa, tanie obiady Ursynów, bar mleczny Warszawa, kuchnia polska, takeaway Ursynów, dostarczamy obiady", metadataBase: new URL("https://barujustyny.pl"),
alternates: {
canonical: "https://barujustyny.pl"
},
openGraph: {
title: "Bar U Justyny - Autentyczne Polskie Obiady w Ursynowie", description: "Tradycyjne polskie dania, duże porcje, przystępne ceny. Od 2040 zł na osobę. Jedzenie na miejscu, takeaway, dostawa.", url: "https://barujustyny.pl", siteName: "Bar U Justyny", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/azerbaijani-meat-stew-piti-with-yogurt-wooden-board_114579-4556.jpg", alt: "Bar U Justyny - restauracja domowych obiadów"
}
]
},
twitter: {
card: "summary_large_image", title: "Bar U Justyny - Domowe Obiady w Ursynowie", description: "Autentyczne polskie dania, duże porcje, tanie. ⭐ 4.5/5 z 690 opinii.", images: ["http://img.b2bpic.net/free-photo/azerbaijani-meat-stew-piti-with-yogurt-wooden-board_114579-4556.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Bar U Justyny - Domowe Obiady w Ursynowie", description: "Autentyczne polskie obiady, duże porcje, uczciwe ceny. Serdeczna obsługa w Ursynowie od 2040 zł."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="pl">
<body className={dmSans.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1385,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
title="Smacznie i Niedrogo w Ursynowie"
description="Autentyczne polskie obiady przygotowywane z tradycją i miłością. Duże porcje, uczciwe ceny, serdeczna obsługa. Od 2040 zł na osobę."
buttons={[
{ text: "ZADZWOŃ TERAZ", href: "tel:791110121" },
{ text: "Zamów Teraz 791 110 121", href: "tel:791110121" },
{ text: "Zamów Online", href: "#contact" }
]}
buttonAnimation="slide-up"