diff --git a/src/app/page.tsx b/src/app/page.tsx
index 248dd45..21b09e7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,16 +29,11 @@ export default function LandingPage() {
@@ -50,40 +45,38 @@ export default function LandingPage() {
description="Offering reliable, honest 24/7 handyman services for all your home repair needs. Al is ready to help."
testimonials={[
{
- name: "Sarah J.", handle: "Local Resident", testimonial: "Al is honest, personable and his communication is unparalleled.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-industrial-workers-looking-with-bugged-eyes-while-standing-against-yellow-blank-wall-handsome-professional-roofer-protective-mask-holding-electric-drill-having-kit-instruments_273609-7942.jpg?_wi=1", imageAlt: "friendly handyman tools home repair"},
+ name: "Sarah J.", handle: "Local Resident", testimonial: "Al is honest, personable and his communication is unparalleled.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-industrial-workers-looking-with-bugged-eyes-while-standing-against-yellow-blank-wall-handsome-professional-roofer-protective-mask-holding-electric-drill-having-kit-instruments_273609-7942.jpg?_wi=1", imageAlt: "friendly handyman tools home repair"
+ },
{
- name: "Mark D.", handle: "Local Resident", testimonial: "His prices are fair and work is quality. I highly recommend him!", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=1", imageAlt: "home repair tools workbench"},
+ name: "Mark D.", handle: "Local Resident", testimonial: "His prices are fair and work is quality. I highly recommend him!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=1", imageAlt: "home repair tools workbench"
+ },
{
- name: "Jessica R.", handle: "Local Resident", testimonial: "Professional, clean, and fast. Fixed my drywall perfectly.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=1", imageAlt: "handyman painting wall repair"},
+ name: "Jessica R.", handle: "Local Resident", testimonial: "Professional, clean, and fast. Fixed my drywall perfectly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=1", imageAlt: "handyman painting wall repair"
+ },
{
- name: "Tom W.", handle: "Local Resident", testimonial: "Best handyman experience I've had in NMB. Very punctual.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=1", imageAlt: "electrical fix maintenance repair"},
+ name: "Tom W.", handle: "Local Resident", testimonial: "Best handyman experience I've had in NMB. Very punctual.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=1", imageAlt: "electrical fix maintenance repair"
+ },
{
- name: "Emily B.", handle: "Local Resident", testimonial: "Reliable 24/7 service. Al saved me during a plumbing emergency!", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=1", imageAlt: "handyman portrait smiling"},
+ name: "Emily B.", handle: "Local Resident", testimonial: "Reliable 24/7 service. Al saved me during a plumbing emergency!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=1", imageAlt: "handyman portrait smiling"
+ },
]}
buttons={[
- {
- text: "Call Now", href: "tel:8436558600"},
+ { text: "Call Now", href: "tel:8436558600" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-industrial-workers-looking-with-bugged-eyes-while-standing-against-yellow-blank-wall-handsome-professional-roofer-protective-mask-holding-electric-drill-having-kit-instruments_273609-7942.jpg?_wi=2"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", alt: "Sarah J."},
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg", alt: "Mark D."},
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", alt: "Jessica R."},
- {
- src: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg", alt: "Tom W."},
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Emily B."},
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", alt: "Sarah J." },
+ { src: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg", alt: "Mark D." },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", alt: "Jessica R." },
+ { src: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg", alt: "Tom W." },
+ { src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Emily B." },
]}
avatarText="Trusted by 100+ local homeowners"
- ratingClassName="text-yellow-400"
/>
@@ -94,30 +87,24 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "General Repairs", description: "Fixing leaks, patches, and minor structural repairs.", icon: Wrench,
+ title: "General Repairs", description: "Fixing leaks, patches, and minor structural repairs.", icon: Wrench,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=2"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=3"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=2" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=3" },
]
},
{
- title: "Installations", description: "Mounting TVs, hanging fixtures, and shelf installation.", icon: Wrench,
+ title: "Installations", description: "Mounting TVs, hanging fixtures, and shelf installation.", icon: Wrench,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=2"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=3"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=2" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=3" },
]
},
{
- title: "Maintenance", description: "Routine upkeep to keep your home running smoothly.", icon: Zap,
+ title: "Maintenance", description: "Routine upkeep to keep your home running smoothly.", icon: Zap,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=2"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=3"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=2" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=3" },
]
},
]}
@@ -142,37 +129,24 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Sarah J.", role: "Client", company: "NMB", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
- {
- id: "2", name: "Mark D.", role: "Client", company: "NMB", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg"},
- {
- id: "3", name: "Jessica R.", role: "Client", company: "NMB", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg"},
- {
- id: "4", name: "Tom W.", role: "Client", company: "NMB", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg"},
- {
- id: "5", name: "Emily B.", role: "Client", company: "NMB", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
+ { id: "1", name: "Sarah J.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg" },
+ { id: "2", name: "Mark D.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg" },
+ { id: "3", name: "Jessica R.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg" },
+ { id: "4", name: "Tom W.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg" },
+ { id: "5", name: "Emily B.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
]}
title="Highly Recommended"
description="Proud to have a 5.0 star rating from 37+ reviews."
- ratingClassName="text-yellow-400"
/>
@@ -181,27 +155,21 @@ export default function LandingPage() {