Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-11 16:43:35 +00:00
5 changed files with 72 additions and 34 deletions

View File

@@ -122,37 +122,37 @@ export default function AboutPage() {
{
id: "1",
name: "Judit Szabó",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg?_wi=2",
imageAlt: "Judit Szabó, satisfied client",
},
{
id: "2",
name: "László Nagy",
imageSrc: "http://img.b2bpic.net/free-vector/professional-join-team-linkedin-profile-picture_742173-11941.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/professional-join-team-linkedin-profile-picture_742173-11941.jpg?_wi=2",
imageAlt: "László Nagy, business owner",
},
{
id: "3",
name: "Márta Kovács",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=2",
imageAlt: "Márta Kovács, corporate manager",
},
{
id: "4",
name: "Péter Fekete",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=2",
imageAlt: "Péter Fekete, facility director",
},
{
id: "5",
name: "Éva Molnár",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280701.jpg?_wi=2",
imageAlt: "Éva Molnár, healthcare administrator",
},
{
id: "6",
name: "Tamás Horváth",
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg?_wi=2",
imageAlt: "Tamás Horváth, industry manager",
},
]}

View File

@@ -42,7 +42,7 @@ export default function ContactPage() {
variant: "sparkles-gradient",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167359.jpg"
imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167359.jpg?_wi=2"
mediaAnimation="blur-reveal"
mediaPosition="right"
inputPlaceholder="Your email address"

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Lato } 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 { Lato } 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 lato = Lato({
variable: "--font-lato",
@@ -20,6 +24,38 @@ const lato = Lato({
weight: ["100", "300", "400", "700", "900"],
});
export const metadata: Metadata = {
title: "MESTERHIG - Professional Cleaning Services Pécs Hungary",
description: "Professional cleaning services for residential, commercial, industrial, and healthcare facilities in Pécs and Baranya. 5-star rated. Free quote.",
keywords: "takarítás Pécs, professzionális takarítás, ablak tisztítás, szőnyeg tisztítás, iroda takarítás, ózonos fertőtlenítés, napelem tisztítás",
metadataBase: new URL("https://mesterhig.hu"),
alternates: {
canonical: "https://mesterhig.hu",
},
openGraph: {
title: "MESTERHIG - Professional Cleaning Services in Pécs",
description: "Reliable cleaning solutions for homes, offices, industrial facilities, and healthcare institutions. 5-star rated service.",
type: "website",
siteName: "MESTERHIG",
images: [
{
url: "https://mesterhig.hu/og-image.jpg",
alt: "MESTERHIG Professional Cleaning Services",
},
],
},
twitter: {
card: "summary_large_image",
title: "MESTERHIG - Professional Cleaning Services Pécs",
description: "Premium cleaning solutions for all sectors. Trusted by 150+ clients.",
images: ["https://mesterhig.hu/twitter-image.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
price: "Custom Quote",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118475.jpg?_wi=1",
imageAlt: "Professional residential home cleaning service",
},
{
@@ -111,7 +111,7 @@ export default function HomePage() {
price: "Custom Quote",
rating: 5,
reviewCount: "127",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-gloves-cleaning-table_23-2148523038.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-gloves-cleaning-table_23-2148523038.jpg?_wi=1",
imageAlt: "Professional office and commercial space cleaning",
},
{
@@ -121,7 +121,7 @@ export default function HomePage() {
price: "Custom Quote",
rating: 5,
reviewCount: "84",
imageSrc: "http://img.b2bpic.net/free-photo/heavy-construction-loader-bulldozer-construction-area_146671-19127.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/heavy-construction-loader-bulldozer-construction-area_146671-19127.jpg?_wi=1",
imageAlt: "Industrial facility professional cleaning service",
},
{
@@ -131,7 +131,7 @@ export default function HomePage() {
price: "Custom Quote",
rating: 5,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-pest-control-spraying-poison-kill-insects-rodents_342744-904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-pest-control-spraying-poison-kill-insects-rodents_342744-904.jpg?_wi=1",
imageAlt: "Professional healthcare facility disinfection and cleaning",
},
{
@@ -141,7 +141,7 @@ export default function HomePage() {
price: "Custom Quote",
rating: 5,
reviewCount: "72",
imageSrc: "http://img.b2bpic.net/free-vector/male-cleaner-uniform-with-floor-mopping-machine-flat_1284-59994.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/male-cleaner-uniform-with-floor-mopping-machine-flat_1284-59994.jpg?_wi=1",
imageAlt: "Professional carpet and upholstery deep cleaning",
},
{
@@ -151,7 +151,7 @@ export default function HomePage() {
price: "Custom Quote",
rating: 5,
reviewCount: "63",
imageSrc: "http://img.b2bpic.net/free-photo/worker-painting-detail-with-air-spray-pistol_176420-4734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/worker-painting-detail-with-air-spray-pistol_176420-4734.jpg?_wi=1",
imageAlt: "Professional high-pressure pavement washing service",
},
]}
@@ -243,37 +243,37 @@ export default function HomePage() {
{
id: "1",
name: "Judit Szabó",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg?_wi=1",
imageAlt: "Judit Szabó, satisfied client",
},
{
id: "2",
name: "László Nagy",
imageSrc: "http://img.b2bpic.net/free-vector/professional-join-team-linkedin-profile-picture_742173-11941.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/professional-join-team-linkedin-profile-picture_742173-11941.jpg?_wi=1",
imageAlt: "László Nagy, business owner",
},
{
id: "3",
name: "Márta Kovács",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=1",
imageAlt: "Márta Kovács, corporate manager",
},
{
id: "4",
name: "Péter Fekete",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=1",
imageAlt: "Péter Fekete, facility director",
},
{
id: "5",
name: "Éva Molnár",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280701.jpg?_wi=1",
imageAlt: "Éva Molnár, healthcare administrator",
},
{
id: "6",
name: "Tamás Horváth",
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg?_wi=1",
imageAlt: "Tamás Horváth, industry manager",
},
]}
@@ -336,7 +336,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167359.jpg"
imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167359.jpg?_wi=1"
mediaAnimation="blur-reveal"
mediaPosition="right"
inputPlaceholder="Your email address"

View File

@@ -92,7 +92,7 @@ export default function ServicesPage() {
price: "Custom Quote",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118475.jpg?_wi=2",
imageAlt: "Professional residential home cleaning service",
},
{
@@ -102,7 +102,7 @@ export default function ServicesPage() {
price: "Custom Quote",
rating: 5,
reviewCount: "127",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-gloves-cleaning-table_23-2148523038.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-gloves-cleaning-table_23-2148523038.jpg?_wi=2",
imageAlt: "Professional office and commercial space cleaning",
},
{
@@ -112,7 +112,7 @@ export default function ServicesPage() {
price: "Custom Quote",
rating: 5,
reviewCount: "84",
imageSrc: "http://img.b2bpic.net/free-photo/heavy-construction-loader-bulldozer-construction-area_146671-19127.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/heavy-construction-loader-bulldozer-construction-area_146671-19127.jpg?_wi=2",
imageAlt: "Industrial facility professional cleaning service",
},
{
@@ -122,7 +122,7 @@ export default function ServicesPage() {
price: "Custom Quote",
rating: 5,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-pest-control-spraying-poison-kill-insects-rodents_342744-904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-pest-control-spraying-poison-kill-insects-rodents_342744-904.jpg?_wi=2",
imageAlt: "Professional healthcare facility disinfection and cleaning",
},
{
@@ -132,7 +132,7 @@ export default function ServicesPage() {
price: "Custom Quote",
rating: 5,
reviewCount: "72",
imageSrc: "http://img.b2bpic.net/free-vector/male-cleaner-uniform-with-floor-mopping-machine-flat_1284-59994.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/male-cleaner-uniform-with-floor-mopping-machine-flat_1284-59994.jpg?_wi=2",
imageAlt: "Professional carpet and upholstery deep cleaning",
},
{
@@ -142,7 +142,7 @@ export default function ServicesPage() {
price: "Custom Quote",
rating: 5,
reviewCount: "63",
imageSrc: "http://img.b2bpic.net/free-photo/worker-painting-detail-with-air-spray-pistol_176420-4734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/worker-painting-detail-with-air-spray-pistol_176420-4734.jpg?_wi=2",
imageAlt: "Professional high-pressure pavement washing service",
},
]}