Merge version_1 into main #2
207
src/app/page.tsx
207
src/app/page.tsx
@@ -31,55 +31,31 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Fresh Start Electrical"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Brightening Your Home with Expertise"
|
||||
description="Professional electrical services for homeowners who value reliability, punctuality, and high-quality results. From panel upgrades to lighting installations, we treat your home like our own."
|
||||
tag="Reliable Residential Electricians"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-points-switchboard-inspection-module-review_169016-71328.jpg?_wi=1",
|
||||
imageAlt: "Electrician team working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-points-switchboard-inspection-module-review_169016-71328.jpg", imageAlt: "Electrician team working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-woodworkers-assembly-shop-using-sandpaper-spindle-moulder_482257-89270.jpg?_wi=1",
|
||||
imageAlt: "Electrician panel work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-off-light-switch_1398-1286.jpg",
|
||||
imageAlt: "Woman turning off the light-switch",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-53978.jpg",
|
||||
imageAlt: "A male electrician works in a switchboard with an electrical connecting cable",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/key-new-power-control-panel_1398-3.jpg",
|
||||
imageAlt: "key on New power control panel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-woodworkers-assembly-shop-using-sandpaper-spindle-moulder_482257-89270.jpg", imageAlt: "Electrician panel work"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -92,14 +68,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Fresh Start Commitment",
|
||||
},
|
||||
type: "text", content: "The Fresh Start Commitment"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18016.jpg",
|
||||
alt: "Our team",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18016.jpg", alt: "Our team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,34 +82,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Upgrades",
|
||||
title: "Electrical Panel Upgrades",
|
||||
items: [
|
||||
"Complete system overhaul",
|
||||
"Safety inspection",
|
||||
"Modern circuit protection",
|
||||
],
|
||||
id: "f1", label: "Upgrades", title: "Electrical Panel Upgrades", items: [
|
||||
"Complete system overhaul", "Safety inspection", "Modern circuit protection"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Installation",
|
||||
title: "Lighting & Fans",
|
||||
items: [
|
||||
"Recessed lighting",
|
||||
"Chandelier installation",
|
||||
"Ceiling fan mounting",
|
||||
],
|
||||
id: "f2", label: "Installation", title: "Lighting & Fans", items: [
|
||||
"Recessed lighting", "Chandelier installation", "Ceiling fan mounting"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Devices",
|
||||
title: "Smart Tech Integration",
|
||||
items: [
|
||||
"Floodlight camera setup",
|
||||
"TV flush mounts",
|
||||
"Smart home connectivity",
|
||||
],
|
||||
id: "f3", label: "Devices", title: "Smart Tech Integration", items: [
|
||||
"Floodlight camera setup", "TV flush mounts", "Smart home connectivity"],
|
||||
},
|
||||
]}
|
||||
title="Quality Services We Provide"
|
||||
@@ -154,20 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Successful Projects",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Successful Projects"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "m2", value: "4.9", description: "Average Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Customer Satisfaction"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="What our track record says about our dedication."
|
||||
@@ -180,60 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Josh Chambers",
|
||||
date: "4 months ago",
|
||||
title: "Satisfied Customer",
|
||||
quote: "Called for a Google Floodlight Camera installation. Fast response, professional service.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-brush_23-2148903532.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-points-switchboard-inspection-module-review_169016-71328.jpg?_wi=2",
|
||||
imageAlt: "happy home owner portrait",
|
||||
},
|
||||
id: "1", name: "Josh Chambers", date: "4 months ago", title: "Satisfied Customer", quote: "Called for a Google Floodlight Camera installation. Fast response, professional service.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-brush_23-2148903532.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-points-switchboard-inspection-module-review_169016-71328.jpg", imageAlt: "happy home owner portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marley Bamileke",
|
||||
date: "2 months ago",
|
||||
title: "Excellent Team",
|
||||
quote: "Took my entire downstairs from darkness to light. Professional and exceptionally thorough.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18016.jpg",
|
||||
imageAlt: "happy home owner portrait",
|
||||
},
|
||||
id: "2", name: "Marley Bamileke", date: "2 months ago", title: "Excellent Team", quote: "Took my entire downstairs from darkness to light. Professional and exceptionally thorough.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18016.jpg", imageAlt: "happy home owner portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Adam Link",
|
||||
date: "3 months ago",
|
||||
title: "Quality Panel Install",
|
||||
quote: "Cooper and Jake did an excellent job on installing a new electrical panel. Clean and informative.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-taking-e-leraning-courses_23-2149231572.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installs-sockets-apartment-checking-installed-sockets-wall-apartment-with-laser-level-selective-focus-sockets_166373-2201.jpg?_wi=1",
|
||||
imageAlt: "happy home owner portrait",
|
||||
},
|
||||
id: "3", name: "Adam Link", date: "3 months ago", title: "Quality Panel Install", quote: "Cooper and Jake did an excellent job on installing a new electrical panel. Clean and informative.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/man-taking-e-leraning-courses_23-2149231572.jpg", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installs-sockets-apartment-checking-installed-sockets-wall-apartment-with-laser-level-selective-focus-sockets_166373-2201.jpg", imageAlt: "happy home owner portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John M. Giles",
|
||||
date: "6 months ago",
|
||||
title: "Wiring Upgrade",
|
||||
quote: "The entire house wiring and fuse box upgraded. They planned it to minimize our inconvenience.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-compares-paper-schematics-with-switchgear-manual-audit_169016-71031.jpg?_wi=1",
|
||||
imageAlt: "happy home owner portrait",
|
||||
},
|
||||
id: "4", name: "John M. Giles", date: "6 months ago", title: "Wiring Upgrade", quote: "The entire house wiring and fuse box upgraded. They planned it to minimize our inconvenience.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-compares-paper-schematics-with-switchgear-manual-audit_169016-71031.jpg", imageAlt: "happy home owner portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura Stevenson",
|
||||
date: "4 months ago",
|
||||
title: "Professional Work",
|
||||
quote: "Caleb and Jordan were quick, professional and did a fantastic job wiring our outdoor lighting.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-woodworkers-assembly-shop-using-sandpaper-spindle-moulder_482257-89270.jpg?_wi=2",
|
||||
imageAlt: "happy home owner portrait",
|
||||
},
|
||||
id: "5", name: "Laura Stevenson", date: "4 months ago", title: "Professional Work", quote: "Caleb and Jordan were quick, professional and did a fantastic job wiring our outdoor lighting.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageSrc: "http://img.b2bpic.net/free-photo/team-woodworkers-assembly-shop-using-sandpaper-spindle-moulder_482257-89270.jpg", imageAlt: "happy home owner portrait"},
|
||||
]}
|
||||
title="Homeowner Stories"
|
||||
description="Don't just take our word for it. Hear from our satisfied neighbors."
|
||||
@@ -246,22 +145,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide free quotes?",
|
||||
content: "Yes, we schedule appointments promptly to evaluate your needs and provide a clear quote.",
|
||||
},
|
||||
id: "q1", title: "Do you provide free quotes?", content: "Yes, we schedule appointments promptly to evaluate your needs and provide a clear quote."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. Safety and professional standards are our top priority for every job.",
|
||||
},
|
||||
id: "q2", title: "Are you licensed and insured?", content: "Absolutely. Safety and professional standards are our top priority for every job."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you handle smart home installs?",
|
||||
content: "Yes, we are highly experienced with cameras, lighting controls, and modern device integration.",
|
||||
},
|
||||
id: "q3", title: "Do you handle smart home installs?", content: "Yes, we are highly experienced with cameras, lighting controls, and modern device integration."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-installs-sockets-apartment-checking-installed-sockets-wall-apartment-with-laser-level-selective-focus-sockets_166373-2201.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-installs-sockets-apartment-checking-installed-sockets-wall-apartment-with-laser-level-selective-focus-sockets_166373-2201.jpg"
|
||||
title="Common Questions"
|
||||
description="Have questions about our service? Here's what you need to know."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -276,31 +166,20 @@ export default function LandingPage() {
|
||||
description="Contact us today for a quote or to schedule your project. We're ready to help."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-electrician-compares-paper-schematics-with-switchgear-manual-audit_169016-71031.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-electrician-compares-paper-schematics-with-switchgear-manual-audit_169016-71031.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -310,29 +189,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user