Merge version_1 into main #1
@@ -58,7 +58,7 @@ export default function AboutPage() {
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=4"
|
||||
imageAlt="About Boaz Handyman"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -110,7 +110,7 @@ export default function AboutPage() {
|
||||
id: "1",
|
||||
name: "Joshy",
|
||||
role: "Owner & Lead Contractor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg?_wi=2",
|
||||
imageAlt: "Joshy, founder and lead contractor",
|
||||
},
|
||||
]}
|
||||
@@ -128,7 +128,7 @@ export default function AboutPage() {
|
||||
handle: "@johnm",
|
||||
testimonial: "Boaz transformed our bathroom completely. Professional, on-time, and excellent attention to detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg?_wi=3",
|
||||
imageAlt: "John Martinez satisfied customer",
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function AboutPage() {
|
||||
handle: "@sarah_t",
|
||||
testimonial: "The drywall finishing is smooth as glass. Boaz is a true craftsman and very responsive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=2",
|
||||
imageAlt: "Sarah Thompson customer",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function AboutPage() {
|
||||
handle: "@mike_chen",
|
||||
testimonial: "Licensed, insured, and reliable. Best contractor in Lancaster County!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2",
|
||||
imageAlt: "Mike Chen testimonial",
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function AboutPage() {
|
||||
handle: "@emily_r",
|
||||
testimonial: "Kitchen island installation handled perfectly. Boaz really cares about customer satisfaction.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez happy customer",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -57,7 +57,7 @@ export default function ContactPage() {
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=5"
|
||||
imageAlt="Contact us"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function EstimatePage() {
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=6"
|
||||
imageAlt="Request estimate"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Boaz Handyman | Professional Contractor Services in Central PA",
|
||||
description: "Licensed handyman and home renovation services in Lancaster, Harrisburg, and York PA. Expert drywall, bathrooms, siding, and more. Free estimates. PA HIC: PA168940",
|
||||
keywords: "handyman, home renovation, contractor, drywall, bathroom remodel, siding, Lancaster PA, Harrisburg, York",
|
||||
metadataBase: new URL("https://boazhandyman.com"),
|
||||
alternates: {
|
||||
canonical: "https://boazhandyman.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Boaz Handyman | Professional Contractor",
|
||||
description: "Licensed handyman and home renovation services throughout Central Pennsylvania",
|
||||
url: "https://boazhandyman.com",
|
||||
siteName: "Boaz Handyman",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://boazhandyman.com/og-image.jpg",
|
||||
alt: "Boaz Handyman Services",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Boaz Handyman | Professional Contractor Services",
|
||||
description: "Expert handyman and home renovation services in Central PA",
|
||||
images: ["https://boazhandyman.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=1"
|
||||
imageAlt="professional handyman fixing home renovation"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
"Boaz transformed our bathroom completely. Professional, on-time, and excellent attention to detail. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
|
||||
"http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg?_wi=1",
|
||||
imageAlt: "John Martinez satisfied customer",
|
||||
},
|
||||
{
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
"The drywall work was flawless. The finishing is smooth as glass. Boaz is a true craftsman.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1",
|
||||
imageAlt: "Sarah Thompson customer",
|
||||
},
|
||||
{
|
||||
@@ -208,7 +208,7 @@ export default function HomePage() {
|
||||
"Licensed, insured, and reliable. Boaz helped us with siding repair and did an outstanding job. Best contractor in Lancaster County!",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=1",
|
||||
imageAlt: "Mike Chen testimonial",
|
||||
},
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export default function HomePage() {
|
||||
"Our kitchen island installation was handled perfectly. Boaz really cares about customer satisfaction.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez happy customer",
|
||||
},
|
||||
{
|
||||
@@ -266,7 +266,7 @@ export default function HomePage() {
|
||||
name: "Master Bathroom Remodel",
|
||||
price: "Complete",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2726.jpg",
|
||||
"http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2726.jpg?_wi=1",
|
||||
imageAlt: "Modern bathroom renovation",
|
||||
},
|
||||
{
|
||||
@@ -274,7 +274,7 @@ export default function HomePage() {
|
||||
name: "Drywall Installation & Finishing",
|
||||
price: "Expert Work",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124299.jpg",
|
||||
"http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124299.jpg?_wi=1",
|
||||
imageAlt: "Professional drywall finishing",
|
||||
},
|
||||
{
|
||||
@@ -282,7 +282,7 @@ export default function HomePage() {
|
||||
name: "Vinyl Siding Replacement",
|
||||
price: "Quality Exterior",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
||||
"http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg?_wi=1",
|
||||
imageAlt: "House siding installation",
|
||||
},
|
||||
{
|
||||
@@ -290,7 +290,7 @@ export default function HomePage() {
|
||||
name: "Stone Patio Installation",
|
||||
price: "Outdoor Living",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/father-swinging-child-by-arms-beachfront_23-2148146326.jpg",
|
||||
"http://img.b2bpic.net/free-photo/father-swinging-child-by-arms-beachfront_23-2148146326.jpg?_wi=1",
|
||||
imageAlt: "Backyard patio stones",
|
||||
},
|
||||
{
|
||||
@@ -298,7 +298,7 @@ export default function HomePage() {
|
||||
name: "Wood Fence Repair",
|
||||
price: "Restored",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-varnishing-wood-with-big-brush_23-2148748819.jpg",
|
||||
"http://img.b2bpic.net/free-photo/person-varnishing-wood-with-big-brush_23-2148748819.jpg?_wi=1",
|
||||
imageAlt: "Wooden fence installation",
|
||||
},
|
||||
{
|
||||
@@ -306,7 +306,7 @@ export default function HomePage() {
|
||||
name: "Kitchen Island Installation",
|
||||
price: "Custom Built",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115597.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115597.jpg?_wi=1",
|
||||
imageAlt: "Kitchen island renovation",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function ProjectsPage() {
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=3"
|
||||
imageAlt="Completed projects gallery"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -71,42 +71,42 @@ export default function ProjectsPage() {
|
||||
id: "project-1",
|
||||
name: "Master Bathroom Remodel - Lancaster",
|
||||
price: "Complete Renovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2726.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2726.jpg?_wi=2",
|
||||
imageAlt: "Bathroom remodel completed",
|
||||
},
|
||||
{
|
||||
id: "project-2",
|
||||
name: "Drywall Installation - Harrisburg",
|
||||
price: "New Interior Walls",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124299.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124299.jpg?_wi=2",
|
||||
imageAlt: "Drywall installation professional",
|
||||
},
|
||||
{
|
||||
id: "project-3",
|
||||
name: "Vinyl Siding Replacement - York",
|
||||
price: "Exterior Renovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg?_wi=2",
|
||||
imageAlt: "Siding installation",
|
||||
},
|
||||
{
|
||||
id: "project-4",
|
||||
name: "Stone Patio Installation - Lancaster County",
|
||||
price: "Outdoor Space",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-swinging-child-by-arms-beachfront_23-2148146326.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-swinging-child-by-arms-beachfront_23-2148146326.jpg?_wi=2",
|
||||
imageAlt: "Stone patio completed",
|
||||
},
|
||||
{
|
||||
id: "project-5",
|
||||
name: "Wood Fence Repair & Restoration",
|
||||
price: "Fence Restoration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-varnishing-wood-with-big-brush_23-2148748819.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-varnishing-wood-with-big-brush_23-2148748819.jpg?_wi=2",
|
||||
imageAlt: "Wooden fence installation",
|
||||
},
|
||||
{
|
||||
id: "project-6",
|
||||
name: "Custom Kitchen Island Installation",
|
||||
price: "Kitchen Renovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115597.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115597.jpg?_wi=2",
|
||||
imageAlt: "Kitchen island custom built",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function ServicesPage() {
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=2"
|
||||
imageAlt="Our services"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user