Update src/app/page.tsx

This commit is contained in:
2026-06-07 17:40:38 +00:00
parent 58c433f9fa
commit 4b9016943b

View File

@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, CalendarDays, ListChecks, Sparkles, Star, Tool, Zap } from "lucide-react";
import { Award, CalendarDays, ListChecks, Sparkles, Star, Zap, Settings } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Packages",
id: "#packages",
},
name: "Packages", id: "#packages"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/plumber-flat-set_1284-10527.jpg"
logoAlt="Stan Electrical & Plumbing Logo"
@@ -73,79 +59,40 @@ export default function LandingPage() {
description="Reliable solutions for your home and business. Quality craftsmanship, exceptional service, every time."
testimonials={[
{
name: "Sarah J.",
handle: "@homeowner",
testimonial: "Stan Electrical & Plumbing completely transformed our outdated wiring. Professional, efficient, and truly experts in their field!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
imageAlt: "Sarah J.",
},
name: "Sarah J.", handle: "@homeowner", testimonial: "Stan Electrical & Plumbing completely transformed our outdated wiring. Professional, efficient, and truly experts in their field!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Sarah J."},
{
name: "Mark D.",
handle: "@bizowner",
testimonial: "Their team handled our commercial plumbing emergency swiftly. Top-notch service that kept our business running smoothly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-brunette-woman-spends-time-drinks-delicious-home-brewed-coffee_1258-202528.jpg",
imageAlt: "Mark D.",
},
name: "Mark D.", handle: "@bizowner", testimonial: "Their team handled our commercial plumbing emergency swiftly. Top-notch service that kept our business running smoothly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-brunette-woman-spends-time-drinks-delicious-home-brewed-coffee_1258-202528.jpg", imageAlt: "Mark D."},
{
name: "Emily R.",
handle: "@happyclient",
testimonial: "From electrical upgrades to new faucet installations, Stan's team always delivers. Highly recommend their comprehensive services.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-construction-worker-wearing-safety-helmet-uniform-safety-glasses-looking-camera-with-crossed-arms-isolated-white-background_141793-132492.jpg",
imageAlt: "Emily R.",
},
name: "Emily R.", handle: "@happyclient", testimonial: "From electrical upgrades to new faucet installations, Stan's team always delivers. Highly recommend their comprehensive services.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-construction-worker-wearing-safety-helmet-uniform-safety-glasses-looking-camera-with-crossed-arms-isolated-white-background_141793-132492.jpg", imageAlt: "Emily R."},
{
name: "David K.",
handle: "@satisfiedcustomer",
testimonial: "Prompt, courteous, and incredibly knowledgeable. Stan Electrical & Plumbing is my go-to for all home repair needs. Fantastic work!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-skeptical-middleaged-man-frowning-looking-doubtful-camera-standing-white-back_1258-130939.jpg",
imageAlt: "David K.",
},
name: "David K.", handle: "@satisfiedcustomer", testimonial: "Prompt, courteous, and incredibly knowledgeable. Stan Electrical & Plumbing is my go-to for all home repair needs. Fantastic work!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-skeptical-middleaged-man-frowning-looking-doubtful-camera-standing-white-back_1258-130939.jpg", imageAlt: "David K."},
{
name: "Olivia M.",
handle: "@trusteduser",
testimonial: "They installed our new water heater flawlessly and checked our electrical panel. So impressed with their attention to detail and efficiency.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-making-frame-with-fingers_1149-1146.jpg",
imageAlt: "Olivia M.",
},
name: "Olivia M.", handle: "@trusteduser", testimonial: "They installed our new water heater flawlessly and checked our electrical panel. So impressed with their attention to detail and efficiency.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-making-frame-with-fingers_1149-1146.jpg", imageAlt: "Olivia M."},
]}
tag="Your Trusted Local Experts"
tagIcon={Zap}
buttons={[
{
text: "Get a Free Estimate",
href: "#contact",
},
text: "Get a Free Estimate", href: "#contact"},
{
text: "Explore Services",
href: "#services",
},
text: "Explore Services", href: "#services"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/excited-smiling-blond-girl-happily-keeping-thumbs-up-near-with-copy-space-text-promotional-content-isolated-yellow-background-like-expression_574295-2945.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/excited-smiling-blond-girl-happily-keeping-thumbs-up-near-with-copy-space-text-promotional-content-isolated-yellow-background-like-expression_574295-2945.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-mechanic-cartoon-style_23-2151134223.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-mechanic-cartoon-style_23-2151134223.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-stands-with-closed-eyes-isolated-green-background-with-copy-space_141793-66903.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-stands-with-closed-eyes-isolated-green-background-with-copy-space_141793-66903.jpg", alt: "Client 5"},
]}
avatarText="+1,000 Happy Clients"
imageSrc="http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg"
@@ -158,18 +105,15 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Stan Electrical & Plumbing: Your Partner for Home Solutions",
},
type: "text", content: "Stan Electrical & Plumbing: Your Partner for Home Solutions"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/two-builders-work-clothes-thoughtfully-looking-sketch-plan-with-tools-background-workshop_574295-1618.jpg", alt: "Electrician and plumber technicians working on a project"
}
]}
buttons={[
{
text: "Learn More About Us",
href: "#about",
},
text: "Learn More About Us", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/two-builders-work-clothes-thoughtfully-looking-sketch-plan-with-tools-background-workshop_574295-1618.jpg"
imageAlt="Electrician and plumber technicians working on a project"
/>
</div>
@@ -181,29 +125,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Electrical Installations & Repairs",
description: "From new wiring and panel upgrades to lighting installations and emergency repairs, our certified electricians ensure safety and efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207695.jpg",
imageAlt: "Modern house electrical panel wiring",
titleImageSrc: "http://img.b2bpic.net/free-vector/page-404-found_80328-99.jpg",
buttonText: "View Electrical Services",
},
title: "Electrical Installations & Repairs", description: "From new wiring and panel upgrades to lighting installations and emergency repairs, our certified electricians ensure safety and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207695.jpg", imageAlt: "Modern house electrical panel wiring", titleImageSrc: "http://img.b2bpic.net/free-vector/page-404-found_80328-99.jpg", buttonText: "View Electrical Services"},
{
title: "Plumbing Maintenance & Upgrades",
description: "Expert solutions for leaky pipes, water heater installations, drain cleaning, and full plumbing system overhauls. We keep your water flowing.",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageAlt: "Kitchen sink plumbing repair tools",
titleImageSrc: "http://img.b2bpic.net/free-photo/heavy-wrench-used-mechanical-repairs_1194-641498.jpg",
buttonText: "View Plumbing Services",
},
title: "Plumbing Maintenance & Upgrades", description: "Expert solutions for leaky pipes, water heater installations, drain cleaning, and full plumbing system overhauls. We keep your water flowing.", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg", imageAlt: "Kitchen sink plumbing repair tools", titleImageSrc: "http://img.b2bpic.net/free-photo/heavy-wrench-used-mechanical-repairs_1194-641498.jpg", buttonText: "View Plumbing Services"},
{
title: "Emergency Service",
description: "24/7 rapid response for urgent electrical failures and plumbing emergencies. We're here when you need us most, day or night.",
imageSrc: "http://img.b2bpic.net/free-photo/man-outdoors-city-night_23-2149001287.jpg",
imageAlt: "Emergency electrical service residential",
titleImageSrc: "http://img.b2bpic.net/free-vector/tools-graphic-design_24908-54896.jpg",
buttonText: "Emergency Support",
},
title: "Emergency Service", description: "24/7 rapid response for urgent electrical failures and plumbing emergencies. We're here when you need us most, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/man-outdoors-city-night_23-2149001287.jpg", imageAlt: "Emergency electrical service residential", titleImageSrc: "http://img.b2bpic.net/free-vector/tools-graphic-design_24908-54896.jpg", buttonText: "Emergency Support"},
]}
title="Our Specialized Services"
description="Comprehensive solutions for all your electrical and plumbing needs, delivered with precision and care."
@@ -218,63 +144,31 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic-package",
badge: "Standard",
badgeIcon: Tool,
price: "$150",
subtitle: "Essential Home Check-up",
buttons: [
id: "basic-package", badge: "Standard", badgeIcon: Settings,
price: "$150", subtitle: "Essential Home Check-up", buttons: [
{
text: "Select Basic",
href: "#contact",
},
text: "Select Basic", href: "#contact"},
],
features: [
"Basic Electrical Inspection",
"Minor Plumbing Check",
"Water Heater Visual Exam",
"Safety Outlet Test",
],
"Basic Electrical Inspection", "Minor Plumbing Check", "Water Heater Visual Exam", "Safety Outlet Test"],
},
{
id: "premium-package",
badge: "Recommended",
badgeIcon: Sparkles,
price: "$300",
subtitle: "Comprehensive Home Care",
buttons: [
id: "premium-package", badge: "Recommended", badgeIcon: Sparkles,
price: "$300", subtitle: "Comprehensive Home Care", buttons: [
{
text: "Select Premium",
href: "#contact",
},
text: "Select Premium", href: "#contact"},
],
features: [
"Full Electrical System Scan",
"Advanced Plumbing Diagnostics",
"Drainage System Check",
"Water Pressure Test",
"Priority Scheduling",
],
"Full Electrical System Scan", "Advanced Plumbing Diagnostics", "Drainage System Check", "Water Pressure Test", "Priority Scheduling"],
},
{
id: "ultimate-package",
badge: "Best Value",
badgeIcon: Star,
price: "$550",
subtitle: "Ultimate Home Protection",
buttons: [
id: "ultimate-package", badge: "Best Value", badgeIcon: Star,
price: "$550", subtitle: "Ultimate Home Protection", buttons: [
{
text: "Select Ultimate",
href: "#contact",
},
text: "Select Ultimate", href: "#contact"},
],
features: [
"Complete Electrical Audit",
"Comprehensive Plumbing Overhaul",
"Annual Maintenance Plan",
"Fixture Installation Discount",
"24/7 Emergency Support",
],
"Complete Electrical Audit", "Comprehensive Plumbing Overhaul", "Annual Maintenance Plan", "Fixture Installation Discount", "24/7 Emergency Support"],
},
]}
title="Transparent Service Packages"
@@ -291,25 +185,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "15+",
title: "Years in Business",
description: "Serving homes and businesses with unparalleled expertise.",
icon: CalendarDays,
id: "1", value: "15+", title: "Years in Business", description: "Serving homes and businesses with unparalleled expertise.", icon: CalendarDays,
},
{
id: "2",
value: "98%",
title: "Customer Satisfaction",
description: "Our clients consistently rate us highly for quality and service.",
icon: Award,
id: "2", value: "98%", title: "Customer Satisfaction", description: "Our clients consistently rate us highly for quality and service.", icon: Award,
},
{
id: "3",
value: "1,000+",
title: "Projects Completed",
description: "Successfully handled a wide range of electrical and plumbing tasks.",
icon: ListChecks,
id: "3", value: "1,000+", title: "Projects Completed", description: "Successfully handled a wide range of electrical and plumbing tasks.", icon: ListChecks,
},
]}
title="Years of Trusted Service"
@@ -323,43 +205,21 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Jane D.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg",
imageAlt: "Jane D. a satisfied homeowner",
},
id: "1", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Jane D. a satisfied homeowner"},
{
id: "2",
name: "Robert P.",
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32342.jpg",
imageAlt: "Robert P. a satisfied business owner",
},
id: "2", name: "Robert P.", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32342.jpg", imageAlt: "Robert P. a satisfied business owner"},
{
id: "3",
name: "Maria S.",
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg",
imageAlt: "Maria S. a satisfied senior client",
},
id: "3", name: "Maria S.", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg", imageAlt: "Maria S. a satisfied senior client"},
{
id: "4",
name: "Chris B.",
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-young-couple-standing-kitchen_23-2148184050.jpg",
imageAlt: "Chris B. a satisfied young professional",
},
id: "4", name: "Chris B.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-young-couple-standing-kitchen_23-2148184050.jpg", imageAlt: "Chris B. a satisfied young professional"},
{
id: "5",
name: "Laura G.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg",
imageAlt: "Laura G. a satisfied residential client",
},
id: "5", name: "Laura G.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg", imageAlt: "Laura G. a satisfied residential client"},
]}
cardTitle="What Our Clients Say"
cardTag="Trusted Professionals"
buttons={[
{
text: "Read All Reviews",
href: "#",
},
text: "Read All Reviews", href: "#"},
]}
cardAnimation="slide-up"
/>
@@ -371,30 +231,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What areas do you serve?",
content: "Stan Electrical & Plumbing proudly serves the greater metropolitan area and surrounding communities. Please contact us to confirm service availability in your specific location.",
},
id: "faq-1", title: "What areas do you serve?", content: "Stan Electrical & Plumbing proudly serves the greater metropolitan area and surrounding communities. Please contact us to confirm service availability in your specific location."},
{
id: "faq-2",
title: "Are your technicians licensed and insured?",
content: "Yes, all our electricians and plumbers are fully licensed, certified, and insured professionals, ensuring high-quality and safe service delivery.",
},
id: "faq-2", title: "Are your technicians licensed and insured?", content: "Yes, all our electricians and plumbers are fully licensed, certified, and insured professionals, ensuring high-quality and safe service delivery."},
{
id: "faq-3",
title: "Do you offer emergency services?",
content: "Absolutely! We provide 24/7 emergency electrical and plumbing services for urgent issues. Call our dedicated emergency line for immediate assistance.",
},
id: "faq-3", title: "Do you offer emergency services?", content: "Absolutely! We provide 24/7 emergency electrical and plumbing services for urgent issues. Call our dedicated emergency line for immediate assistance."},
{
id: "faq-4",
title: "How do I get a quote?",
content: "You can request a free estimate by filling out the contact form on our website, calling us directly, or sending an email. We aim to respond promptly to all inquiries.",
},
id: "faq-4", title: "How do I get a quote?", content: "You can request a free estimate by filling out the contact form on our website, calling us directly, or sending an email. We aim to respond promptly to all inquiries."},
{
id: "faq-5",
title: "What types of payments do you accept?",
content: "We accept various payment methods including major credit cards, debit cards, and bank transfers. Payment plans may be available for larger projects; please discuss with our team.",
},
id: "faq-5", title: "What types of payments do you accept?", content: "We accept various payment methods including major credit cards, debit cards, and bank transfers. Payment plans may be available for larger projects; please discuss with our team."},
]}
title="Frequently Asked Questions"
description="Quick answers to common questions about our electrical and plumbing services."
@@ -407,20 +252,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get in Touch"
title="Need Expert Service? Contact Us Today!"
description="Ready to tackle your electrical or plumbing project? Reach out for a free quote or schedule a consultation. We're here to help."
buttons={[
{
text: "Request a Service",
href: "#",
},
text: "Request a Service", href: "#"},
{
text: "Call Now",
href: "tel:+1234567890",
},
text: "Call Now", href: "tel:+1234567890"},
]}
/>
</div>
@@ -433,49 +273,31 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Packages",
href: "#packages",
},
label: "Packages", href: "#packages"},
],
},
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}