Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a42fc99452 | |||
| 11ba9555f1 | |||
| 2793f75ce0 | |||
| 1e9b7ff6ae | |||
| da06a657c1 | |||
| d2ed6b2529 | |||
| e3b6ba9250 | |||
| 06c4865230 | |||
| 509fce6b11 | |||
| 98468a674d | |||
| ce9806101c | |||
| 38c7219ea9 | |||
| 600c80139d | |||
| d27be86fdf | |||
| 98e9411ed6 | |||
| 568dc37608 |
132
src/app/page.tsx
132
src/app/page.tsx
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="JMS Plumbing"
|
||||
brandName="Blaney Electric Inc"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -41,35 +41,35 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Expert Plumbing Solutions for Your Home"
|
||||
description="24/7 emergency plumbing services. Professional, reliable, and affordable. Licensed and insured plumbers ready to solve any issue."
|
||||
tag="JMS Plumbing"
|
||||
tagIcon={Wrench}
|
||||
title="Professional Electrical Services You Can Trust"
|
||||
description="Expert electricians serving Stokesdale, NC. Licensed, insured. From emergency repairs to new installations."
|
||||
tag="Blaney Electric Inc"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
{ text: "Book Service", href: "#contact" }
|
||||
{ text: "Call Now", href: "tel:+13364278866" },
|
||||
{ text: "Request Service", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg", imageAlt: "Professional plumber at work"
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249768631-eylleq74.webp", imageAlt: "Professional electrician at work"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg", imageAlt: "Emergency plumbing service"
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249206970-fn5vxt9w.webp", imageAlt: "Emergency electrical service"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Installation service"
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249301791-emzkgfy1.webp", imageAlt: "Installation service"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg", imageAlt: "Maintenance service"
|
||||
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249311722-c3281z98.webp", imageAlt: "Panel and wiring work"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg", imageAlt: "Professional team"
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249728182-jpo7sqpg.webp", imageAlt: "Professional team"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg", imageAlt: "Quality workmanship"
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249578700-svpd1jwb.webp", imageAlt: "Quality workmanship"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -79,56 +79,56 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Serving Your Plumbing Needs Since 2010"
|
||||
description="JMS Plumbing is your trusted local plumbing company. With over 13 years of experience, we've earned the reputation for honest work, fair pricing, and customer satisfaction. Our team of licensed professionals is committed to solving your plumbing problems quickly and efficiently."
|
||||
title="Trusted Electrical Experts in North Carolina"
|
||||
description="Blaney Electric Inc is a leading electrical contractor serving Stokesdale and surrounding areas. With years of experience in residential and commercial electrical work, our team of licensed electricians is committed to delivering quality service at fair prices. We handle everything from emergency repairs to complete electrical panel upgrades."
|
||||
tag="About Us"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg"
|
||||
imageAlt="JMS Plumbing professional team"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg?_wi=2"
|
||||
imageAlt="Blaney Electric professional team"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTen
|
||||
title="Our Services"
|
||||
description="Comprehensive plumbing solutions for residential and commercial properties. From emergency repairs to planned installations, we handle it all."
|
||||
title="Our Electrical Services"
|
||||
description="Comprehensive electrical solutions for residential and commercial properties. Professional installation, repair, and maintenance services."
|
||||
tag="Services"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Emergency Repairs", description: "24/7 emergency plumbing service for burst pipes, leaks, clogs, and other urgent issues. We respond quickly to minimize damage.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg", imageAlt: "Emergency plumbing repair"
|
||||
id: "1", title: "Emergency Repairs", description: "Available 24/7 for urgent electrical issues including power outages, circuit breaker problems, and dangerous situations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg?_wi=2", imageAlt: "Emergency electrical repair"
|
||||
},
|
||||
items: [
|
||||
{ icon: AlertCircle, text: "24/7 rapid response" },
|
||||
{ icon: CheckCircle, text: "No hidden charges" },
|
||||
{ icon: CheckCircle, text: "Licensed electricians" },
|
||||
{ icon: Zap, text: "Same-day solutions" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Installation & Upgrades", description: "Professional installation of new fixtures, water heaters, and plumbing systems. We handle all your upgrade needs with precision.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Installation service"
|
||||
id: "2", title: "Panel Upgrades & Installation", description: "Professional electrical panel replacement and upgrades. Generator hookups and complete rewiring services available.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=2", imageAlt: "Panel installation service"
|
||||
},
|
||||
items: [
|
||||
{ icon: Hammer, text: "Expert installation" },
|
||||
{ icon: CheckCircle, text: "Quality materials" },
|
||||
{ icon: CheckCircle, text: "Licensed & insured" },
|
||||
{ icon: Shield, text: "Warranty included" }
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Maintenance Plans", description: "Preventive maintenance keeps your plumbing system running smoothly. Regular inspections and cleanings prevent costly repairs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg", imageAlt: "Maintenance service"
|
||||
id: "3", title: "Electrical Maintenance", description: "Regular inspections and maintenance to ensure your electrical system operates safely and efficiently.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg?_wi=2", imageAlt: "Electrical maintenance"
|
||||
},
|
||||
items: [
|
||||
{ icon: Calendar, text: "Scheduled inspections" },
|
||||
{ icon: TrendingDown, text: "Reduce emergency calls" },
|
||||
{ icon: TrendingDown, text: "Prevent problems" },
|
||||
{ icon: DollarSign, text: "Save money long-term" }
|
||||
],
|
||||
reverse: false
|
||||
@@ -142,23 +142,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Why Choose JMS Plumbing"
|
||||
description="Our proven track record speaks for itself. Join thousands of satisfied customers who trust us with their plumbing needs."
|
||||
tag="Our Impact"
|
||||
title="Why Choose Blaney Electric Inc"
|
||||
description="We're committed to providing reliable, professional electrical services with exceptional customer care."
|
||||
tag="Our Reputation"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5000", title: "Homes Served", description: "Trusted by over 5,000 satisfied homeowners", icon: Home
|
||||
id: "1", value: "4.1", title: "Rating", description: "Highly rated by satisfied customers", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", value: "98", title: "% Satisfaction", description: "Consistently high customer satisfaction ratings", icon: Smile
|
||||
id: "2", value: "29", title: "Reviews", description: "Trusted reviews from local customers", icon: MessageSquare
|
||||
},
|
||||
{
|
||||
id: "3", value: "24", title: "/7 Available", description: "Round-the-clock emergency service response", icon: Clock
|
||||
id: "3", value: "24", title: "/7 Service", description: "Always available for emergencies", icon: Clock
|
||||
},
|
||||
{
|
||||
id: "4", value: "13", title: "Years Experience", description: "Over a decade of reliable plumbing expertise", icon: Award
|
||||
id: "4", value: "Licensed", title: "& Insured", description: "Full coverage and professional credentials", icon: Award
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -171,30 +171,30 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from homeowners who experienced our professional plumbing services"
|
||||
description="Real feedback from homeowners and businesses who trust Blaney Electric Inc"
|
||||
tag="Testimonials"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Downtown", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Keivin Smith", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Keivin Smith"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "Riverside Apartments", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-happy-student-girl-blue-sweatshirt-using-wireless-headphones-having-online-examination-sitting-home-people-education-learning-technology-electronic-gadgets_343059-1924.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Brandi Richardson", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-happy-student-girl-blue-sweatshirt-using-wireless-headphones-having-online-examination-sitting-home-people-education-learning-technology-electronic-gadgets_343059-1924.jpg", imageAlt: "Brandi Richardson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Local Restaurant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", imageAlt: "Emily Rodriguez"
|
||||
id: "3", name: "Cameron", role: "Electrician", company: "Blaney Electric", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", imageAlt: "Cameron"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Williams", role: "Homeowner", company: "Suburbs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "David Williams"
|
||||
id: "4", name: "Brooks", role: "Electrician", company: "Blaney Electric", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Brooks"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", role: "Homeowner", company: "Hillside", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg", imageAlt: "Jessica Martinez"
|
||||
id: "5", name: "Tim", role: "Estimator", company: "Blaney Electric", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg", imageAlt: "Tim"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -207,32 +207,32 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our plumbing services, pricing, and availability."
|
||||
description="Find answers to common questions about Blaney Electric Inc services and expertise."
|
||||
tag="Help & Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you offer emergency plumbing services?", content: "Yes, we provide 24/7 emergency plumbing services. Call us anytime for urgent issues like burst pipes, severe leaks, or clogs that require immediate attention."
|
||||
id: "1", title: "Do you offer 24/7 emergency electrical service?", content: "Yes! Blaney Electric Inc is available 24/7 for emergency electrical repairs. Whether it's a power outage, circuit breaker issue, or dangerous electrical situation, we're ready to help day or night."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our plumbers are fully licensed, insured, and trained to the highest standards. We guarantee professional workmanship on every job."
|
||||
id: "2", title: "Are your electricians licensed and insured?", content: "Absolutely. All our electricians are fully licensed, insured, and highly trained. We maintain all necessary certifications to ensure professional and safe electrical work on your property."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What is your service area?", content: "We serve the entire metro area and surrounding communities. Contact us to confirm if we service your location."
|
||||
id: "3", title: "What areas do you serve?", content: "We serve Stokesdale, NC and surrounding areas including the greater Triad region. Contact us to confirm service availability for your location."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer maintenance plans?", content: "Yes, we offer customizable maintenance plans to keep your plumbing system in top condition. Regular maintenance prevents costly repairs down the line."
|
||||
id: "4", title: "Do you provide electrical panel upgrades?", content: "Yes, we specialize in electrical panel replacements and upgrades, including generator hookups. We can help you upgrade your system for increased capacity and safety."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How quickly can you respond to emergencies?", content: "We aim to respond to emergency calls within 30-60 minutes. Our rapid response team is always ready to help you."
|
||||
id: "5", title: "How quickly do you respond to emergencies?", content: "We prioritize emergency calls and aim to respond as quickly as possible. Our team works hard to get to urgent electrical issues in a timely manner to prevent further damage."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you provide warranties on your work?", content: "Yes, we stand behind our work with comprehensive warranties on parts and labor. Ask us about specific warranty details for your project."
|
||||
id: "6", title: "Do you provide warranties on your work?", content: "Yes, we stand behind our work with warranties on labor and materials. We want you to have confidence in the quality of our electrical services."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg"
|
||||
imageAlt="Professional plumbing consultation"
|
||||
imageAlt="Professional electrical consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -247,11 +247,11 @@ export default function LandingPage() {
|
||||
tag="Get In Touch"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Fix Your Plumbing Problem?"
|
||||
description="Contact JMS Plumbing today for fast, reliable service. Our friendly team is ready to help with any plumbing need."
|
||||
title="Need Electrical Services? Contact Blaney Electric Inc Today"
|
||||
description="Reach out for professional electrical services in Stokesdale, NC. Our friendly team is ready to help with any electrical need, emergency or routine."
|
||||
buttons={[
|
||||
{ text: "Call (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ text: "Email Us", href: "mailto:info@jmsplumbing.com" }
|
||||
{ text: "Call (336) 427-8866", href: "tel:+13364278866" },
|
||||
{ text: "Get Free Quote", href: "/contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -265,9 +265,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Repairs", href: "#services" },
|
||||
{ label: "Installation", href: "#services" },
|
||||
{ label: "Maintenance", href: "#services" },
|
||||
{ label: "24/7 Support", href: "tel:+15551234567" }
|
||||
{ label: "Panel Upgrades", href: "#services" },
|
||||
{ label: "Installations", href: "#services" },
|
||||
{ label: "24/7 Support", href: "tel:+13364278866" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -280,16 +280,16 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ label: "Email: info@jmsplumbing.com", href: "mailto:info@jmsplumbing.com" },
|
||||
{ label: "License: #PL12345", href: "#" },
|
||||
{ label: "Phone: (336) 427-8866", href: "tel:+13364278866" },
|
||||
{ label: "Address: 130 Newnam Rd, Stokesdale, NC 27357", href: "#" },
|
||||
{ label: "Licensed & Insured", href: "#" },
|
||||
{ label: "Available 24/7", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 JMS Plumbing. All rights reserved."
|
||||
copyrightText="© 2025 Blaney Electric Inc. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user