diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d2d8440..b4e85e3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,22 +30,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + id: "/", }, { name: "Services", id: "services", - href: "/services", + id: "/services", }, { name: "About Us", id: "about", - href: "/about", + id: "/about", }, { name: "Contact", id: "contact", - href: "/contact", + id: "/contact", }, ]} brandName="Local Service Pro" @@ -109,7 +109,7 @@ export default function LandingPage() { ]} tag="By the Numbers" tagIcon={Activity} - imageSrc="http://img.b2bpic.net/free-photo/male-carpenter-processes-block-with-random-orbit-sander-workshop_23-2147944818.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-carpenter-processes-block-with-random-orbit-sander-workshop_23-2147944818.jpg" imageAlt="Service worker at work" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -126,25 +126,25 @@ export default function LandingPage() { id: "1", name: "Michael Chen", role: "Lead Electrician", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg", }, { id: "2", name: "Sophia Rodriguez", role: "Master Plumber", - imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg", }, { id: "3", name: "Jameson Lee", role: "HVAC Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", }, { id: "4", name: "Emily White", role: "Emergency Coordinator", - imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", }, ]} title="Meet Our Expert Team" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a93a42b..d3a795c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,22 +29,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + id: "/", }, { name: "Services", id: "services", - href: "/services", + id: "/services", }, { name: "About Us", id: "about", - href: "/about", + id: "/about", }, { name: "Contact", id: "contact", - href: "/contact", + id: "/contact", }, ]} brandName="Local Service Pro" @@ -91,7 +91,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/male-carpenter-processes-block-with-random-orbit-sander-workshop_23-2147944818.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/male-carpenter-processes-block-with-random-orbit-sander-workshop_23-2147944818.jpg" imageAlt="Professional service worker with tools" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 522f532..f4938f2 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -29,22 +29,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + id: "/", }, { name: "Services", id: "services", - href: "/services", + id: "/services", }, { name: "About Us", id: "about", - href: "/about", + id: "/about", }, { name: "Contact", id: "contact", - href: "/contact", + id: "/contact", }, ]} brandName="Local Service Pro" @@ -106,6 +106,7 @@ export default function LandingPage() { href: "/contact", }} ctaIcon={MessageCircle} + faqs={[]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index a33942e..5b7f2e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + id: "/", }, { name: "Services", id: "services", - href: "/services", + id: "/services", }, { name: "About Us", id: "about", - href: "/about", + id: "/about", }, { name: "Contact", id: "contact", - href: "/contact", + id: "/contact", }, ]} brandName="Local Service Pro" @@ -76,7 +76,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-carpenter-processes-block-with-random-orbit-sander-workshop_23-2147944818.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/male-carpenter-processes-block-with-random-orbit-sander-workshop_23-2147944818.jpg" imageAlt="Professional service worker smiling and ready to help" /> @@ -91,7 +91,7 @@ export default function LandingPage() { { title: "Emergency Repairs", description: "Fast response for urgent issues to keep your home running smoothly, day or night.", - imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57316.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57316.jpg", imageAlt: "Wrench icon", button: { text: "Call for Service", @@ -101,7 +101,7 @@ export default function LandingPage() { { title: "Electrical Services", description: "Safe and efficient electrical installations, repairs, and upgrades by certified experts.", - imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-flash-sale-background_23-2147763977.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-flash-sale-background_23-2147763977.jpg", imageAlt: "Lightning bolt icon", button: { text: "Learn More", @@ -111,7 +111,7 @@ export default function LandingPage() { { title: "Plumbing Solutions", description: "From leaky faucets to full system overhauls, we handle all your plumbing needs with precision.", - imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collecion-flat-style_23-2147865017.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collecion-flat-style_23-2147865017.jpg", imageAlt: "Water drop icon", button: { text: "Learn More", @@ -121,7 +121,7 @@ export default function LandingPage() { { title: "HVAC Maintenance", description: "Keep your home comfortable year-round with our comprehensive heating and cooling services.", - imageSrc: "http://img.b2bpic.net/free-vector/smooth-wave-design-blue-background_1017-18385.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/smooth-wave-design-blue-background_1017-18385.jpg", imageAlt: "Fan icon", button: { text: "Learn More", @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Sarah J.", handle: "Local Resident", testimonial: "Local Service Pro responded quickly to my emergency plumbing issue. The technician was professional, efficient, and fixed everything perfectly. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", imageAlt: "Sarah J.", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { name: "Mark D.", handle: "Homeowner", testimonial: "I've used Local Service Pro for various electrical repairs and their work is consistently excellent. They are reliable, trustworthy, and offer competitive pricing. My go-to service now.", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", imageAlt: "Mark D.", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { name: "Emily R.", handle: "Small Business Owner", testimonial: "Their HVAC service is top-notch! My office's AC broke down in the middle of summer, and they had it fixed the same day. Fantastic customer service!", - imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg", imageAlt: "Emily R.", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { name: "David K.", handle: "Property Manager", testimonial: "We rely on Local Service Pro for all our property maintenance needs. Their team is always punctual, respectful, and delivers exceptional results.", - 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=1", + 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", imageAlt: "David K.", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { name: "Robert B.", handle: "Community Member", testimonial: "Finding a dependable service provider can be hard, but Local Service Pro always exceeds expectations. Their commitment to the community is evident in their quality work.", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg", imageAlt: "Robert B.", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a19f42e..dc8ee8a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Phone, Star } from "lucide-react"; +import { Phone, Star, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + id: "/", }, { name: "Services", id: "services", - href: "/services", + id: "/services", }, { name: "About Us", id: "about", - href: "/about", + id: "/about", }, { name: "Contact", id: "contact", - href: "/contact", + id: "/contact", }, ]} brandName="Local Service Pro" @@ -68,7 +68,7 @@ export default function LandingPage() { title: "Electrical Wiring & Repairs", subtitle: "Safe and Efficient Solutions", description: "From minor fixes to major installations, our certified electricians ensure safety and efficiency in every project.", - imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-flash-sale-background_23-2147763977.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-flash-sale-background_23-2147763977.jpg", imageAlt: "icon lightning bolt electricity", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { title: "Plumbing Pipe & Leak Solutions", subtitle: "Solving Your Water Woes", description: "Expert plumbers handle everything from leaky faucets to complete pipe replacements with precision and care.", - imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collecion-flat-style_23-2147865017.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collecion-flat-style_23-2147865017.jpg", imageAlt: "icon water drop plumbing", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { title: "HVAC Heating & Cooling Systems", subtitle: "Optimal Home Climate Control", description: "Maintain your home comfort with our professional HVAC installation, repair, and maintenance services.", - imageSrc: "http://img.b2bpic.net/free-vector/smooth-wave-design-blue-background_1017-18385.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/smooth-wave-design-blue-background_1017-18385.jpg", imageAlt: "icon fan air conditioning", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { title: "24/7 Emergency Repairs", subtitle: "Rapid Response When You Need It Most", description: "Unexpected issues? Our emergency team is ready to respond swiftly and effectively, day or night.", - imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57316.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57316.jpg", imageAlt: "icon wrench repair tool", }, ]} @@ -118,7 +118,7 @@ export default function LandingPage() { handle: "@sarah_home", testimonial: "Local Service Pro saved us! Our AC went out in July, and they had it fixed within hours. Professional, courteous, and highly skilled. Truly a lifesaver!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", }, { id: "2", @@ -126,7 +126,7 @@ export default function LandingPage() { handle: "@david_hvac", testimonial: "Had a complex plumbing issue that other companies couldn't figure out. The team here diagnosed it quickly and fixed it right the first time. Excellent service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", }, { id: "3", @@ -134,7 +134,7 @@ export default function LandingPage() { handle: "@jess_home", testimonial: "Needed some electrical work done for a renovation. The electricians were fantastic, neat, and very knowledgeable. Highly recommend their services!", rating: 4, - imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg", }, { id: "4", @@ -142,7 +142,7 @@ export default function LandingPage() { handle: "@mark_repairs", testimonial: "Fast response for an emergency leak. They arrived quickly, contained the damage, and completed the repair efficiently. Couldn't ask for better service.", 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?_wi=2", + 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", }, ]} showRating={true}