4 Commits

Author SHA1 Message Date
fb961b6b7f Update src/app/page.tsx 2026-03-07 12:02:46 +00:00
fb3cc3f503 Update src/app/layout.tsx 2026-03-07 12:02:45 +00:00
7a90701f9f Merge version_2 into main
Merge version_2 into main
2026-03-07 11:58:55 +00:00
fb7efb8f7e Update src/app/page.tsx 2026-03-07 11:58:49 +00:00
2 changed files with 37 additions and 61 deletions

View File

@@ -1,57 +1,20 @@
import type { Metadata } from "next";
import { Halant } 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";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Joel Handyman Services | Brooklyn NY | Same-Day Repairs", description: "Professional handyman services in Brooklyn. Plumbing, electrical, carpentry, drywall repair. Licensed, insured, 5.0-star rated. Same-day service available.", keywords: "handyman Brooklyn, plumbing repair, electrical services, carpentry, drywall repair, home repair Brooklyn NY", metadataBase: new URL("https://joelhandymanservices.com"),
alternates: {
canonical: "https://joelhandymanservices.com"},
openGraph: {
title: "Joel Handyman Services | Trusted Brooklyn Home Repair", description: "Professional handyman for plumbing, electrical, carpentry, and wall repair. Licensed. Insured. 5-star Google rated.", url: "https://joelhandymanservices.com", siteName: "Joel Handyman Services", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746296.jpg", alt: "professional handyman with tools organized Brooklyn"},
],
},
twitter: {
card: "summary_large_image", title: "Joel Handyman Services | Brooklyn Home Repair", description: "Professional plumbing, electrical, carpentry, and drywall repair. Same-day service. 5.0-star Google rated.", images: ["http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746296.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Joel Handyman Services", description: "Professional home repairs in Brooklyn. Licensed, insured, transparent pricing. Plumbing, electrical, carpentry, drywall repairs."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Briefcase, CheckCircle, Zap } from "lucide-react";
import { Briefcase, CheckCircle, Zap, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -55,16 +55,20 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwentySeven
title="Our Services"
description="Expert solutions for your home. Click each service to learn more."
description="Expert solutions for your home. Click each card to reveal service details and pricing"
features={[
{
id: "plumbing", title: "Plumbing & Pipe Repair", description: "Leaking faucets, pipe repairs, fixture replacements. We arrive with the right tools and complete the job right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional plumbing repair"},
id: "plumbing", title: "Plumbing & Pipe Repair", description: "Leaking faucets, pipe repairs, fixture replacements. We arrive with the right tools and complete the job right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional plumbing repair"
},
{
id: "electrical", title: "Electrical & Light Fixtures", description: "Light fixture installation and replacement. Modern LED conversions. All work meets code and includes warranty.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67899.jpg", imageAlt: "Electrical light fixture installation"},
id: "electrical", title: "Electrical & Light Fixtures", description: "Light fixture installation and replacement. Modern LED conversions. All work meets code and includes warranty.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67899.jpg", imageAlt: "Electrical light fixture installation"
},
{
id: "carpentry", title: "Door Alignment & Carpentry", description: "Door frame alignment, hinge repair, threshold replacement. We treat your home with respect.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52999.jpg", imageAlt: "Door frame repair and alignment"},
id: "carpentry", title: "Door Alignment & Carpentry", description: "Door frame alignment, hinge repair, threshold replacement. We treat your home with respect.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52999.jpg", imageAlt: "Door frame repair and alignment"
},
{
id: "drywall", title: "Drywall & Wall Patching", description: "Wall damage repair, hole patching, finishing touches. Professional results every time.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14638.jpg", imageAlt: "Professional drywall patching and repair"},
id: "drywall", title: "Drywall & Wall Patching", description: "Wall damage repair, hole patching, finishing touches. Professional results every time.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14638.jpg", imageAlt: "Professional drywall patching and repair"
},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -94,7 +98,8 @@ export default function LandingPage() {
description="Consistent 5.0-star Google rating • 200+ satisfied customers • Licensed & insured • Reliable response times"
tag="Trust Signals"
names={[
"Clean work guaranteed", "No hidden fees", "Arrives with right tools", "Same-day service available", "Licensed & Insured", "5.0-star Google rated", "Respects your home", "Transparent pricing"]}
"Clean work guaranteed", "No hidden fees", "Arrives with right tools", "Same-day service available", "Licensed & Insured", "5.0-star Google rated", "Respects your home", "Transparent pricing"
]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -109,16 +114,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahc_brooklyn", testimonial: "Joel fixed our leaking pipe in under an hour. Clean work, fair price, and he was respectful of our home. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg", imageAlt: "Sarah Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Michael Torres", handle: "@mtorres_property", testimonial: "As a landlord managing 8 units, reliability is everything. Joel is our go-to for repairs. Always shows up on time with the right tools.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4552.jpg", imageAlt: "Michael Torres"},
imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4552.jpg", imageAlt: "Michael Torres"
},
{
id: "3", name: "Jennifer Rodriguez", handle: "@jrodriguez_home", testimonial: "New light fixtures, wall patching, door alignment—Joel handled everything. Professional, clean, and done right. No stress at all.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg", imageAlt: "Jennifer Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg", imageAlt: "Jennifer Rodriguez"
},
{
id: "4", name: "David Patel", handle: "@dpatel_ventures", testimonial: "Our commercial space needed emergency plumbing. Joel responded same-day and treated it like it was his own property. Exceptional service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-disposable-coffee-cup-workplace_23-2148187127.jpg", imageAlt: "David Patel"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-disposable-coffee-cup-workplace_23-2148187127.jpg", imageAlt: "David Patel"
},
]}
showRating={true}
animationType="slide-up"
@@ -133,15 +142,20 @@ export default function LandingPage() {
sideDescription="Everything you need to know about our service"
faqs={[
{
id: "1", title: "How quickly can you respond to urgent repairs?", content: "We offer same-day or next-day service for most emergency repairs in Brooklyn. Call us at 646-555-0123 for same-day availability. Response times are typically within 2-4 hours for urgent issues."},
id: "1", title: "How quickly can you respond to urgent repairs?", content: "We offer same-day or next-day service for most emergency repairs in Brooklyn. Call us at 646-555-0123 for same-day availability. Response times are typically within 2-4 hours for urgent issues."
},
{
id: "2", title: "Do you provide a warranty on your work?", content: "Yes. All repairs come with a 30-day workmanship warranty. For fixture installations, manufacturer warranties apply. We stand behind every job."},
id: "2", title: "Do you provide a warranty on your work?", content: "Yes. All repairs come with a 30-day workmanship warranty. For fixture installations, manufacturer warranties apply. We stand behind every job."
},
{
id: "3", title: "Are your prices transparent? Any hidden fees?", content: "No hidden fees. We provide upfront, honest quotes. You'll know the cost before we start work. If the job takes longer than expected, we'll contact you first."},
id: "3", title: "Are your prices transparent? Any hidden fees?", content: "No hidden fees. We provide upfront, honest quotes. You'll know the cost before we start work. If the job takes longer than expected, we'll contact you first."
},
{
id: "4", title: "Do you service areas outside Brooklyn?", content: "Yes, we service Brooklyn and surrounding areas including parts of Queens, Manhattan, and the Bronx. Call for a service area check and quote."},
id: "4", title: "Do you service areas outside Brooklyn?", content: "Yes, we service Brooklyn and surrounding areas including parts of Queens, Manhattan, and the Bronx. Call for a service area check and quote."
},
{
id: "5", title: "Can I send photos of the problem for a quote?", content: "Absolutely. Use our online quote form to upload 1-3 photos of the issue. We'll review and provide an estimate within 2 hours."},
id: "5", title: "Can I send photos of the problem for a quote?", content: "Absolutely. Use our online quote form to upload 1-3 photos of the issue. We'll review and provide an estimate within 2 hours."
},
]}
textPosition="left"
useInvertedBackground={false}