Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 21:12:07 +00:00

View File

@@ -30,69 +30,38 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Us",
id: "why",
},
name: "Why Us", id: "why"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Panneer Selvam"
button={{
text: "Call Now",
href: "tel:+919841635139",
}}
text: "Call Now", href: "tel:+919841635139"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Trusted Hands for Every Wire & Pipe."
description="Professional electrical and plumbing services delivered with speed, care, and honest pricing. Your home is in expert hands."
tag="Velachery, Chennai"
buttons={[
{
text: "Book a Service",
href: "#contact",
},
text: "Book a Service", href: "#contact"},
{
text: "View Services",
href: "#services",
},
text: "View Services", href: "#services"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=1",
imageAlt: "Electrician at work",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", imageAlt: "Electrician at work"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=1",
imageAlt: "Plumbing repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=2",
imageAlt: "Wiring tools",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=2",
imageAlt: "Plumbing fittings",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=3",
imageAlt: "Professional maintenance",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", imageAlt: "Plumbing repair"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -108,46 +77,22 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Electrical Wiring",
description: "New wiring, rewiring, switchboard upgrades, and installations safely to code.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=4",
imageAlt: "Wiring",
},
title: "Electrical Wiring", description: "New wiring, rewiring, switchboard upgrades, and installations safely to code.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", imageAlt: "Wiring"},
{
id: 2,
title: "Lighting & Fixtures",
description: "LED upgrades, ceiling fan installation, and security lights fitted cleanly.",
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=3",
imageAlt: "Lighting",
},
title: "Lighting & Fixtures", description: "LED upgrades, ceiling fan installation, and security lights fitted cleanly.", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", imageAlt: "Lighting"},
{
id: 3,
title: "Repairs & Faults",
description: "Tripping circuits, dead sockets, and short circuits fixed fast.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=5",
imageAlt: "Repair",
},
title: "Repairs & Faults", description: "Tripping circuits, dead sockets, and short circuits fixed fast.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", imageAlt: "Repair"},
{
id: 4,
title: "Pipe & Drain Work",
description: "Pipe fitting, leaks, blocked drains, and drainage overhauls.",
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=4",
imageAlt: "Plumbing",
},
title: "Pipe & Drain Work", description: "Pipe fitting, leaks, blocked drains, and drainage overhauls.", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", imageAlt: "Plumbing"},
{
id: 5,
title: "Bathroom & Kitchen",
description: "Tap installation, mixer units, cistern repair, and shower fitouts.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=6",
imageAlt: "Bathroom",
},
title: "Bathroom & Kitchen", description: "Tap installation, mixer units, cistern repair, and shower fitouts.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", imageAlt: "Bathroom"},
{
id: 6,
title: "New Construction",
description: "Full setup for new builds and renovations with seamless coordination.",
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=5",
imageAlt: "New Build",
},
title: "New Construction", description: "Full setup for new builds and renovations with seamless coordination.", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", imageAlt: "New Build"},
]}
title="Complete Home Services"
description="From a faulty switch to a full bathroom install — we handle it all with professionalism and fair pricing."
@@ -160,60 +105,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Aswin Raj",
date: "Jan 2025",
title: "Local Guide",
quote: "Excellent work, amazing person, cost also reasonable.",
tag: "Electrician",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=7",
imageAlt: "electrician working with tools",
},
id: "1", name: "Aswin Raj", date: "Jan 2025", title: "Local Guide", quote: "Excellent work, amazing person, cost also reasonable.", tag: "Electrician", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", imageAlt: "electrician working with tools"},
{
id: "2",
name: "Pradeepa S.",
date: "Dec 2024",
title: "Homeowner",
quote: "Immediate response, came quickly, fixed the issue. Highly recommended.",
tag: "Plumbing",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=6",
imageAlt: "modern home electrical panel",
},
id: "2", name: "Pradeepa S.", date: "Dec 2024", title: "Homeowner", quote: "Immediate response, came quickly, fixed the issue. Highly recommended.", tag: "Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", imageAlt: "modern home electrical panel"},
{
id: "3",
name: "Subash Hitech",
date: "Nov 2024",
title: "Verified",
quote: "Pipe emergency late at night, answered immediately, arrived within an hour.",
tag: "Emergency",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-isolated-white-wall_231208-12430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
imageAlt: "smiling customer portrait",
},
id: "3", name: "Subash Hitech", date: "Nov 2024", title: "Verified", quote: "Pipe emergency late at night, answered immediately, arrived within an hour.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-isolated-white-wall_231208-12430.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "smiling customer portrait"},
{
id: "4",
name: "Karthik B.",
date: "Oct 2024",
title: "Client",
quote: "Very professional and tidy. Will definitely call them again.",
tag: "Electrical",
avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915136.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg",
imageAlt: "smiling woman portrait",
},
id: "4", name: "Karthik B.", date: "Oct 2024", title: "Client", quote: "Very professional and tidy. Will definitely call them again.", tag: "Electrical", avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg", imageAlt: "smiling woman portrait"},
{
id: "5",
name: "Meera T.",
date: "Sep 2024",
title: "Client",
quote: "Fair pricing and genuine work. Rare find in Chennai!",
tag: "General",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-isolated-white-wall_231208-12430.jpg",
imageAlt: "professional man portrait",
},
id: "5", name: "Meera T.", date: "Sep 2024", title: "Client", quote: "Fair pricing and genuine work. Rare find in Chennai!", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-isolated-white-wall_231208-12430.jpg", imageAlt: "professional man portrait"},
]}
title="What People Are Saying"
description="Real feedback from our happy clients."
@@ -230,31 +130,16 @@ export default function LandingPage() {
tag="Stats"
metrics={[
{
id: "1",
value: "15+",
title: "Years Experience",
items: [
"Expert workmanship",
"Reliable support",
],
id: "1", value: "15+", title: "Years Experience", items: [
"Expert workmanship", "Reliable support"],
},
{
id: "2",
value: "500+",
title: "Happy Clients",
items: [
"Quality service",
"Customer satisfaction",
],
id: "2", value: "500+", title: "Happy Clients", items: [
"Quality service", "Customer satisfaction"],
},
{
id: "3",
value: "24/7",
title: "Support",
items: [
"Emergency ready",
"Fast response",
],
id: "3", value: "24/7", title: "Support", items: [
"Emergency ready", "Fast response"],
},
]}
/>
@@ -266,27 +151,16 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What areas do you serve?",
content: "We serve Velachery, Chennai and surrounding areas.",
},
id: "1", title: "What areas do you serve?", content: "We serve Velachery, Chennai and surrounding areas."},
{
id: "2",
title: "Do you provide same-day service?",
content: "Yes, for emergencies, we prioritize same-day visits whenever possible.",
},
id: "2", title: "Do you provide same-day service?", content: "Yes, for emergencies, we prioritize same-day visits whenever possible."},
{
id: "3",
title: "How do you charge?",
content: "We provide transparent, fair pricing before starting any work.",
},
id: "3", title: "How do you charge?", content: "We provide transparent, fair pricing before starting any work."},
]}
ctaTitle="Ready to Get Started?"
ctaDescription="Emergency or planned service, we are here to help."
ctaButton={{
text: "Call Now",
href: "tel:+919841635139",
}}
text: "Call Now", href: "tel:+919841635139"}}
ctaIcon={Phone}
/>
</div>
@@ -296,33 +170,21 @@ export default function LandingPage() {
logoText="Panneer Selvam"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+91 98416 35139",
href: "tel:+919841635139",
},
label: "+91 98416 35139", href: "tel:+919841635139"},
{
label: "WhatsApp Us",
href: "https://wa.me/919841635139",
},
label: "WhatsApp Us", href: "https://wa.me/919841635139"},
],
},
]}