Merge version_2 into main #6
@@ -1,60 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "MNIAM Sulechów - Lodziarnia & Kawiarnia", description: "MNIAM to lodziarnia i kawiarnia w Sulechowie. 4,7★ rating, lody, kawa, bubble tea, gofry, torty lodowe. Zamawiaj online lub dzwoń: 785 058 585.", keywords: "lody Sulechów, kawiarnia Sulechów, lodziarnia, tor lodowy, bubble tea, kawa, gofry, Sulechów", metadataBase: new URL("https://mniam-sulechow.pl"),
|
||||
alternates: {
|
||||
canonical: "https://mniam-sulechow.pl"
|
||||
},
|
||||
openGraph: {
|
||||
title: "MNIAM Sulechów - Smakuje najlepiej na placu Kaczmarka", description: "Lodziarnia i kawiarnia w sercu Sulechowa. Najlepsze lody, kawa i przyjemność.", url: "https://mniam-sulechow.pl", siteName: "MNIAM Sulechów", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg", alt: "MNIAM - Lodziarnia w Sulechowie"
|
||||
}
|
||||
],
|
||||
type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "MNIAM Sulechów - Lodziarnia & Kawiarnia", description: "Zamawiaj lody, kawę i torty lodowe w MNIAM. Plac Ks. Kaczmarka, Sulechów.", images: ["http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "MNIAM Sulechów", description: "Lodziarnia & Kawiarnia - Smakuje najlepiej na placu Kaczmarka"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="pl">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1422,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -117,13 +117,13 @@ export default function LandingPage() {
|
||||
id: "1", name: "Maria Kowalska, mama trójki dzieci", date: "Date: 15 grudnia 2024", title: "Moje dzieci kochają MNIAM!", quote: "Zawsze zaglądamy do MNIAM w piątkowe popołudnia. Personel jest miły, lody pyszne, a atmosfera rodzinna. To nasz ulubiony punkt na placu Kaczmarka!", tag: "Rodzina", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", avatarAlt: "Maria Kowalska", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Happy family at MNIAM"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Piotr Lewandowski, właściciel firmy", date: "Date: 10 grudnia 2024", title: "Doskonałe miejsce do spotkań biznesowych", quote: "Organizowaliśmy tam spotkanie zespołu. Profesjonalna obsługa, świetna kawa i miły, spokojny klimat. Wszystko na najwyższym poziomie!", tag: "Biznes", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Piotr Lewandowski", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Business meeting at MNIAM"
|
||||
id: "2", name: "Piotr Lewandowski, właściciel firmy", date: "Date: 10 grudnia 2024", title: "Doskonałe miejsce do spotkań biznesowych", quote: "Organizowaliśmy tam spotkanie zespołu. Profesjonalna obsługa, świetna kawa i miły, spokojny klimat. Wszystko na najwyższym poziomie!", tag: "Biznes", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Piotr Lewandowski", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Business meeting at MNIAM"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anna Nowak, studentka", date: "Date: 5 grudnia 2024", title: "Idealne miejsce do nauki", quote: "Lodiarnia MNIAM to moje ulubione miejsce do nauki. Wygodnie, cicho, WiFi jest, a kawa świeża. Polecam każdemu studentowi!", tag: "Studenci", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", avatarAlt: "Anna Nowak", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Student at MNIAM"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Tomasz Szymański, organizator imprez", date: "Date: 28 listopada 2024", title: "Tort lodowy na urodziny moim hitem", quote: "Zamówiłem tort lodowy na urodziny córki. Wspaniały wygląd, doskonały smak, dostawa punktualnie. Goście nie mogli się oderwać!", tag: "Imprezy", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Tomasz Szymański", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Birthday ice cream cake"
|
||||
id: "4", name: "Tomasz Szymański, organizator imprez", date: "Date: 28 listopada 2024", title: "Tort lodowy na urodziny moim hitem", quote: "Zamówiłem tort lodowy na urodziny córki. Wspaniały wygląd, doskonały smak, dostawa punktualnie. Goście nie mogli się oderwać!", tag: "Imprezy", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Tomasz Szymański", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Birthday ice cream cake"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Zamów tort lodowy"
|
||||
ctaDescription="Wyślij zapytanie, a my skontaktujemy się z Tobą w ciągu 24 godzin. Wszystkie nasze torty są przygotowywane na zamówienie z najlepszych składników."
|
||||
ctaButton={{ text: "Wyślij zapytanie", href: "#contact-form" }}
|
||||
ctaButton={{ text: "Zamów Teraz – Bezpłatna Konsultacja", href: "#contact-form" }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user