Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-16 18:37:17 +00:00
6 changed files with 65 additions and 26 deletions

View File

@@ -93,7 +93,7 @@ export default function AboutPage() {
title: "Client Retention",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg"
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg?_wi=2"
imageAlt="Professional cleaning team"
mediaAnimation="opacity"
metricsAnimation="slide-up"
@@ -127,7 +127,7 @@ export default function AboutPage() {
content: "Same high standards every single time — no shortcuts, no surprises.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg?_wi=3"
imageAlt="Pristine clean kitchen"
mediaAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -97,7 +97,7 @@ export default function ContactPage() {
content: "We love hearing from our clients. Tell us about your experience or suggestions for improvement.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-waving-her-friends_23-2149143970.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-waving-her-friends_23-2149143970.jpg?_wi=2"
imageAlt="Happy customer satisfied with cleaning service"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -134,7 +134,7 @@ export default function ContactPage() {
title: "Response Time",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg"
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg?_wi=4"
imageAlt="Professional Vivi's Cleaning team ready to serve"
mediaAnimation="opacity"
metricsAnimation="slide-up"

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } 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 { Nunito } 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 nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Vivi's Cleaning Services - Trusted Local Cleaning in Garner, NC",
description: "Professional house cleaning services in Garner, NC. Trusted by homeowners for deep cleaning, recurring maintenance, and move-out services. Get your free quote today.",
keywords: "house cleaning Garner NC, deep cleaning service, home cleaning Garner, professional cleaners, cleaning service near me",
metadataBase: new URL("https://viviscleaningservices.com"),
alternates: {
canonical: "https://viviscleaningservices.com",
},
openGraph: {
title: "Vivi's Cleaning Services - Trusted by Garner Homeowners",
description: "Professional house cleaning with attention to detail. 4.9★ rating, 65+ reviews. Free quote today.",
url: "https://viviscleaningservices.com",
siteName: "Vivi's Cleaning Services",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg",
alt: "Vivi's Cleaning Services - Professional Clean Home",
},
],
},
twitter: {
card: "summary_large_image",
title: "Vivi's Cleaning Services - Garner's Trusted Cleaning",
description: "Professional house cleaning. Detail-focused. Reliable. Trusted by 65+ families.",
images: ["http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.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={`${nunito.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -98,7 +98,7 @@ export default function HomePage() {
handle: "@sarahmitchell",
testimonial: "They pay incredible attention to detail — especially kitchens and bathrooms. My home feels brand new!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waving-her-friends_23-2149143970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waving-her-friends_23-2149143970.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
{
@@ -224,7 +224,7 @@ export default function HomePage() {
content: "Same high standards every single time — no shortcuts, no surprises.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg?_wi=1"
imageAlt="Pristine clean kitchen"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -242,7 +242,7 @@ export default function HomePage() {
name: "Standard Cleaning",
price: "Starting at $150",
variant: "Maintain a Fresh Home",
imageSrc: "http://img.b2bpic.net/free-photo/mirror-with-shape-eye-shelves_181624-25355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mirror-with-shape-eye-shelves_181624-25355.jpg?_wi=1",
imageAlt: "Standard cleaning service",
},
{
@@ -250,7 +250,7 @@ export default function HomePage() {
name: "Deep Cleaning",
price: "Starting at $350",
variant: "Full Reset Cleaning",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-cleaning-table_23-2148523039.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-cleaning-table_23-2148523039.jpg?_wi=1",
imageAlt: "Deep cleaning service",
},
{
@@ -258,7 +258,7 @@ export default function HomePage() {
name: "Recurring Cleaning",
price: "Custom Pricing",
variant: "Stress-Free Upkeep",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-doing-housework-while-cleaning-kitchen_231208-540.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-doing-housework-while-cleaning-kitchen_231208-540.jpg?_wi=1",
imageAlt: "Recurring cleaning service",
},
{
@@ -266,7 +266,7 @@ export default function HomePage() {
name: "Move-Out Cleaning",
price: "Starting at $400",
variant: "Perfect Transitions",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sweeping-floor_1398-572.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sweeping-floor_1398-572.jpg?_wi=1",
imageAlt: "Move-out cleaning service",
},
]}
@@ -324,7 +324,7 @@ export default function HomePage() {
{ value: "5 Years", title: "Serving Garner" },
{ value: "100%", title: "Client Retention" },
]}
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg"
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg?_wi=1"
imageAlt="Professional cleaning team"
mediaAnimation="opacity"
metricsAnimation="slide-up"

View File

@@ -96,7 +96,7 @@ export default function QuotePage() {
content: "Book your service or contact us with any questions. We're here to help!",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg?_wi=4"
imageAlt="Beautiful clean kitchen ready for service"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -137,7 +137,7 @@ export default function QuotePage() {
content: "100% satisfaction guaranteed. If you're not happy, we'll make it right.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg"
imageSrc="http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg?_wi=3"
imageAlt="Friendly professional cleaning team"
mediaAnimation="opacity"
useInvertedBackground={false}

View File

@@ -83,7 +83,7 @@ export default function ServicesPage() {
name: "Standard Cleaning",
price: "Starting at $150",
variant: "Regular Maintenance",
imageSrc: "http://img.b2bpic.net/free-photo/mirror-with-shape-eye-shelves_181624-25355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mirror-with-shape-eye-shelves_181624-25355.jpg?_wi=2",
imageAlt: "Standard cleaning service",
},
{
@@ -91,7 +91,7 @@ export default function ServicesPage() {
name: "Deep Cleaning",
price: "Starting at $350",
variant: "Comprehensive Care",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-cleaning-table_23-2148523039.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-medical-mask-cleaning-table_23-2148523039.jpg?_wi=2",
imageAlt: "Deep cleaning service",
},
{
@@ -99,7 +99,7 @@ export default function ServicesPage() {
name: "Recurring Cleaning",
price: "Custom Pricing",
variant: "Ongoing Support",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-doing-housework-while-cleaning-kitchen_231208-540.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-doing-housework-while-cleaning-kitchen_231208-540.jpg?_wi=2",
imageAlt: "Recurring cleaning service",
},
{
@@ -107,7 +107,7 @@ export default function ServicesPage() {
name: "Move-Out Cleaning",
price: "Starting at $400",
variant: "Specialized Preparation",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sweeping-floor_1398-572.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sweeping-floor_1398-572.jpg?_wi=2",
imageAlt: "Move-out cleaning service",
},
]}
@@ -140,7 +140,7 @@ export default function ServicesPage() {
content: "Build a routine with our recurring service. Schedule weekly, bi-weekly, or monthly visits with the same trusted team. Enjoy the peace of mind knowing your home stays fresh without the hassle of rescheduling.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886738.jpg?_wi=2"
imageAlt="Professional cleaning detail"
mediaAnimation="slide-up"
useInvertedBackground={false}