diff --git a/src/app/page.tsx b/src/app/page.tsx
index a76c892..53f3587 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,6 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
export default function LandingPage() {
return (
@@ -31,14 +32,11 @@ export default function LandingPage() {
@@ -105,12 +92,9 @@ export default function LandingPage() {
title="Why Adept Handyman Services?"
description="Based in the heart of West Palm Beach, we serve our community with unmatched professionalism and attention to detail. We make home maintenance simple."
metrics={[
- {
- value: "15+", title: "Years Experience"},
- {
- value: "1000+", title: "Projects Completed"},
- {
- value: "7", title: "Days a Week"},
+ { value: "15+", title: "Years Experience" },
+ { value: "1000+", title: "Projects Completed" },
+ { value: "7", title: "Days a Week" },
]}
imageSrc="http://img.b2bpic.net/free-photo/tools-collection-top-view_1112-396.jpg?_wi=2"
mediaAnimation="slide-up"
@@ -123,12 +107,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- tag: "Repair", title: "General Home Repairs", subtitle: "Minor to major fixes", description: "Walls, doors, and general maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/variety-carpentry-tools-table_23-2148180578.jpg", imageAlt: "Variety of carpentry tools on table"},
- {
- tag: "Install", title: "Appliance Installation", subtitle: "Professional setups", description: "Efficient installation for all household appliances.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530686.jpg?_wi=3", imageAlt: "Variety of carpentry tools on table"},
- {
- tag: "Electric", title: "Fixture Upgrades", subtitle: "Lights and outlets", description: "Safe and reliable electrical fixture swaps.", imageSrc: "http://img.b2bpic.net/free-photo/tools-collection-top-view_1112-396.jpg?_wi=3", imageAlt: "Variety of carpentry tools on table"},
+ { tag: "Repair", title: "General Home Repairs", subtitle: "Minor to major fixes", description: "Walls, doors, and general maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/variety-carpentry-tools-table_23-2148180578.jpg", imageAlt: "Variety of carpentry tools on table" },
+ { tag: "Install", title: "Appliance Installation", subtitle: "Professional setups", description: "Efficient installation for all household appliances.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530686.jpg?_wi=3", imageAlt: "Variety of carpentry tools on table" },
+ { tag: "Electric", title: "Fixture Upgrades", subtitle: "Lights and outlets", description: "Safe and reliable electrical fixture swaps.", imageSrc: "http://img.b2bpic.net/free-photo/tools-collection-top-view_1112-396.jpg?_wi=3", imageAlt: "Variety of carpentry tools on table" },
]}
title="Comprehensive Repair Solutions"
description="No job is too big or too small. We handle all your repair needs."
@@ -142,24 +123,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "s1", brand: "Service", name: "Furniture Assembly", price: "Contact for quote", rating: 5,
- reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg"},
- {
- id: "s2", brand: "Service", name: "Painting Services", price: "Contact for quote", rating: 5,
- reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-workman-white-wall_23-2147772246.jpg"},
- {
- id: "s3", brand: "Service", name: "Plumbing Fixes", price: "Contact for quote", rating: 5,
- reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24901.jpg"},
- {
- id: "s4", brand: "Service", name: "Drywall Patching", price: "Contact for quote", rating: 5,
- reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg"},
- {
- id: "s5", brand: "Service", name: "General Cleaning", price: "Contact for quote", rating: 5,
- reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg"},
- {
- id: "s6", brand: "Service", name: "Pressure Washing", price: "Contact for quote", rating: 5,
- reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mechanic-tools_23-2148558021.jpg"},
+ { id: "s1", brand: "Service", name: "Furniture Assembly", price: "Contact for quote", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg" },
+ { id: "s2", brand: "Service", name: "Painting Services", price: "Contact for quote", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-workman-white-wall_23-2147772246.jpg" },
+ { id: "s3", brand: "Service", name: "Plumbing Fixes", price: "Contact for quote", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24901.jpg" },
+ { id: "s4", brand: "Service", name: "Drywall Patching", price: "Contact for quote", rating: 5, reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg" },
+ { id: "s5", brand: "Service", name: "General Cleaning", price: "Contact for quote", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg" },
+ { id: "s6", brand: "Service", name: "Pressure Washing", price: "Contact for quote", rating: 5, reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mechanic-tools_23-2148558021.jpg" },
]}
title="Our Professional Services"
description="A glimpse into our core service offerings for your home or business."
@@ -171,12 +140,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "What service areas do you cover?", content: "We proudly serve the West Palm Beach, FL area."},
- {
- id: "f2", title: "Are you open on weekends?", content: "Yes, we are open every day from 9:00 AM to 5:00 PM."},
- {
- id: "f3", title: "How do I get a free quote?", content: "Just fill out our contact form or give us a call."},
+ { id: "f1", title: "What service areas do you cover?", content: "We proudly serve the West Palm Beach, FL area." },
+ { id: "f2", title: "Are you open on weekends?", content: "Yes, we are open every day from 9:00 AM to 5:00 PM." },
+ { id: "f3", title: "How do I get a free quote?", content: "Just fill out our contact form or give us a call." },
]}
imageSrc="http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-isolated-purple_141793-84112.jpg?_wi=2"
title="Frequently Asked Questions"
@@ -191,29 +157,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "John D.", role: "Owner", company: "West Palm Property", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg?_wi=2"},
- {
- id: "2", name: "Linda M.", role: "Homeowner", company: "Placido Mar", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-his-boyfriend-hanging-picture-frame-white-wall_23-2148060096.jpg"},
- {
- id: "3", name: "Steve P.", role: "Resident", company: "WPB Neighborhood", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138710.jpg"},
- {
- id: "4", name: "Karen T.", role: "Tenant", company: "Local Apt", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
- {
- id: "5", name: "Mike H.", role: "Office Mgr", company: "Business Dist", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-cups-coffee-while-smiling_114579-52412.jpg"},
+ { id: "1", name: "John D.", role: "Owner", company: "West Palm Property", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg?_wi=2" },
+ { id: "2", name: "Linda M.", role: "Homeowner", company: "Placido Mar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-his-boyfriend-hanging-picture-frame-white-wall_23-2148060096.jpg" },
+ { id: "3", name: "Steve P.", role: "Resident", company: "WPB Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138710.jpg" },
+ { id: "4", name: "Karen T.", role: "Tenant", company: "Local Apt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" },
+ { id: "5", name: "Mike H.", role: "Office Mgr", company: "Business Dist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-cups-coffee-while-smiling_114579-52412.jpg" },
]}
kpiItems={[
- {
- value: "4.8", label: "Avg Rating"},
- {
- value: "100%", label: "Reliability"},
- {
- value: "24/7", label: "Support"},
+ { value: "4.8", label: "Avg Rating" },
+ { value: "100%", label: "Reliability" },
+ { value: "24/7", label: "Support" },
]}
title="Client Feedback"
description="What our customers are saying about our work."
@@ -223,8 +176,7 @@ export default function LandingPage() {