11 Commits

Author SHA1 Message Date
385ed281b7 Merge version_5 into main
Merge version_5 into main
2026-03-05 00:52:50 +00:00
804901051d Update src/app/page.tsx 2026-03-05 00:52:46 +00:00
2e209f88fd Update src/app/layout.tsx 2026-03-05 00:52:46 +00:00
58b7801d91 Merge version_4 into main
Merge version_4 into main
2026-03-05 00:50:44 +00:00
200ecab714 Update src/app/page.tsx 2026-03-05 00:50:40 +00:00
1d8c5e090b Update src/app/layout.tsx 2026-03-05 00:50:39 +00:00
8afeb52b88 Merge version_3 into main
Merge version_3 into main
2026-03-05 00:48:02 +00:00
0c96ad23a7 Update src/app/realtor-program/page.tsx 2026-03-05 00:47:58 +00:00
feff7563ab Update src/app/page.tsx 2026-03-05 00:47:58 +00:00
3cca98d8bf Merge version_2 into main
Merge version_2 into main
2026-03-04 21:59:08 +00:00
f8dcd8ca3f Merge version_2 into main
Merge version_2 into main
2026-03-04 21:58:17 +00:00
3 changed files with 29 additions and 47 deletions

View File

@@ -1,45 +1,28 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Raleway } from "next/font/google"; import localFont from "next/font/local";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const raleway = Raleway({ const geistSans = localFont({
variable: "--font-raleway", subsets: ["latin"], src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"
}); });
const geistMono = localFont({
const halant = Halant({ src: "./fonts/GeistMonoVF.woff2", variable: "--font-geist-mono", weight: "100 900"
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Professional House Cleaning Services - Magalys Reyes | South Jersey", description: "Expert house cleaning services in South Jersey. From deep cleaning to move-out services. Professional team serving all of South Jersey. Request your free quote today!", keywords: "house cleaning South Jersey, professional cleaning, move-out cleaning, realtor cleaning services, deep cleaning", openGraph: { title: "Create Next App", description: "Generated by create next app"
title: "Professional House Cleaning Services - Magalys Reyes", description: "Expert house cleaning services serving all of South Jersey. Deep cleaning, regular maintenance, and realtor programs.", url: "https://magalysreyes.com", siteName: "Magalys Reyes House Cleaning", type: "website"},
twitter: {
card: "summary_large_image", title: "Professional House Cleaning Services - South Jersey", description: "Expert cleaning solutions from Magalys Reyes. Serving all of South Jersey with professional, trustworthy service."},
}; };
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${raleway.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1407,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
title="Professional House Cleaning Services for Your Home" title="Professional House Cleaning Services for Your Home"
description="Premium cleaning solutions tailored to your needs. From deep cleaning to regular maintenance, we keep your home spotless. Serving all of South Jersey with professional, trustworthy service." description="Premium cleaning solutions tailored to your needs. From deep cleaning to regular maintenance, we keep your home spotless. Serving all of New Jersey with professional, trustworthy service."
tag="Expert Cleaning" tag="Expert Cleaning"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -54,9 +54,9 @@ export default function LandingPage() {
} }
]} ]}
rating={5} rating={5}
ratingText="Trusted by South Jersey families" ratingText="Trusted by New Jersey families"
buttons={[ buttons={[
{ text: "Request a Quote", href: "#quote" }, { text: "Get Free Quote Today", href: "#quote" },
{ text: "Learn More", href: "#services" } { text: "Learn More", href: "#services" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -109,13 +109,13 @@ export default function LandingPage() {
<div id="coverage" data-section="coverage"> <div id="coverage" data-section="coverage">
<SplitAbout <SplitAbout
title="Serving All of South Jersey" title="Serving All of New Jersey"
description="We're proud to serve families and businesses throughout South Jersey, bringing professional cleaning excellence to your community. From Atlantic County to Camden County and everywhere in between." description="We're proud to serve families and businesses throughout New Jersey, bringing professional cleaning excellence to your community. From Atlantic County to Camden County and everywhere in between."
tag="Our Coverage" tag="Our Coverage"
tagIcon={MapPin} tagIcon={MapPin}
tagAnimation="slide-up" tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/map-new-york-polygonal-mesh-line-map-flag-map_559531-11421.jpg" imageSrc="https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/1_United_States_001.svg/350px-1_United_States_001.svg.png"
imageAlt="South Jersey service coverage area" imageAlt="New Jersey service coverage area"
imagePosition="right" imagePosition="right"
mediaAnimation="slide-up" mediaAnimation="slide-up"
bulletPoints={[ bulletPoints={[
@@ -123,10 +123,10 @@ export default function LandingPage() {
title: "Comprehensive Coverage", description: "Serving Atlantic, Burlington, Camden, Gloucester, and surrounding counties.", icon: MapPin title: "Comprehensive Coverage", description: "Serving Atlantic, Burlington, Camden, Gloucester, and surrounding counties.", icon: MapPin
}, },
{ {
title: "Fast Response Times", description: "Quick scheduling and reliable service throughout South Jersey." title: "Fast Response Times", description: "Quick scheduling and reliable service throughout New Jersey."
}, },
{ {
title: "Local Expertise", description: "Deep understanding of South Jersey communities and customer needs." title: "Local Expertise", description: "Deep understanding of New Jersey communities and customer needs."
}, },
{ {
title: "24/7 Availability", description: "Flexible scheduling to accommodate your busy lifestyle." title: "24/7 Availability", description: "Flexible scheduling to accommodate your busy lifestyle."
@@ -166,7 +166,7 @@ export default function LandingPage() {
id: "4", title: "Can I schedule recurring cleaning?", content: "Absolutely! We offer flexible weekly, bi-weekly, and monthly cleaning schedules tailored to your needs." id: "4", title: "Can I schedule recurring cleaning?", content: "Absolutely! We offer flexible weekly, bi-weekly, and monthly cleaning schedules tailored to your needs."
}, },
{ {
id: "5", title: "What areas do you service?", content: "We proudly serve all of South Jersey, including Atlantic, Burlington, Camden, Gloucester counties and surrounding areas." id: "5", title: "What areas do you service?", content: "We proudly serve all of New Jersey, including Atlantic, Burlington, Camden, Gloucester counties and surrounding areas."
}, },
{ {
id: "6", title: "How far in advance should I schedule?", content: "We recommend booking at least 3-5 days in advance, though we do accommodate rush requests when possible based on availability." id: "6", title: "How far in advance should I schedule?", content: "We recommend booking at least 3-5 days in advance, though we do accommodate rush requests when possible based on availability."
@@ -179,7 +179,7 @@ export default function LandingPage() {
<TestimonialCardSix <TestimonialCardSix
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Martinez", handle: "South Jersey Homeowner", testimonial: "Magalys and her team transformed our home. Professional, punctual, and incredibly thorough. We've been using them for over a year!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=1", imageAlt: "Sarah Martinez" id: "1", name: "Sarah Martinez", handle: "New Jersey Homeowner", testimonial: "Magalys and her team transformed our home. Professional, punctual, and incredibly thorough. We've been using them for over a year!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=1", imageAlt: "Sarah Martinez"
}, },
{ {
id: "2", name: "James Wilson", handle: "Real Estate Agent", testimonial: "The best cleaning service for property turnover. Fast, reliable, and my listings always look pristine. Highly recommend for all realtors.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "James Wilson" id: "2", name: "James Wilson", handle: "Real Estate Agent", testimonial: "The best cleaning service for property turnover. Fast, reliable, and my listings always look pristine. Highly recommend for all realtors.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "James Wilson"
@@ -199,7 +199,7 @@ export default function LandingPage() {
]} ]}
animationType="slide-up" animationType="slide-up"
title="What Our Clients Say" title="What Our Clients Say"
description="Real feedback from families and businesses throughout South Jersey who trust us with their homes." description="500+ Happy Customers | 99% Satisfaction Rate — Real feedback from families and businesses throughout New Jersey who trust us with their homes."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
tag="Testimonials" tag="Testimonials"
@@ -235,7 +235,7 @@ export default function LandingPage() {
title: "Contact", items: [ title: "Contact", items: [
{ label: "Email Us", href: "mailto:info@magalysreyes.com" }, { label: "Email Us", href: "mailto:info@magalysreyes.com" },
{ label: "Call Today", href: "tel:+16095551234" }, { label: "Call Today", href: "tel:+16095551234" },
{ label: "South Jersey", href: "#coverage" }, { label: "New Jersey", href: "#coverage" },
{ label: "Privacy Policy", href: "#" } { label: "Privacy Policy", href: "#" }
] ]
} }

View File

@@ -54,7 +54,7 @@ export default function RealtorProgramPage() {
} }
]} ]}
rating={5} rating={5}
ratingText="Trusted by South Jersey realtors" ratingText="Trusted by New Jersey realtors"
buttons={[ buttons={[
{ text: "Join Our Program", href: "#quote" }, { text: "Join Our Program", href: "#quote" },
{ text: "Learn More", href: "#benefits" } { text: "Learn More", href: "#benefits" }
@@ -199,7 +199,7 @@ export default function RealtorProgramPage() {
]} ]}
animationType="slide-up" animationType="slide-up"
title="Realtor Program Reviews" title="Realtor Program Reviews"
description="Hear from South Jersey real estate professionals who are already part of our realtor program." description="Hear from New Jersey real estate professionals who are already part of our realtor program."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
tag="Client Testimonials" tag="Client Testimonials"
@@ -235,7 +235,7 @@ export default function RealtorProgramPage() {
title: "Contact", items: [ title: "Contact", items: [
{ label: "Realtor Email", href: "mailto:realtors@magalysreyes.com" }, { label: "Realtor Email", href: "mailto:realtors@magalysreyes.com" },
{ label: "Main Line", href: "tel:+16095551234" }, { label: "Main Line", href: "tel:+16095551234" },
{ label: "South Jersey", href: "/#coverage" }, { label: "New Jersey", href: "/#coverage" },
{ label: "Privacy Policy", href: "#" } { label: "Privacy Policy", href: "#" }
] ]
} }
@@ -244,4 +244,4 @@ export default function RealtorProgramPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }