Merge version_1 into main #1
208
src/app/page.tsx
208
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, CheckCircle, Clock, DollarSign, ShieldCheck, Zap } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, DollarSign, ShieldCheck, Zap, Lightbulb, Smartphone, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,112 +31,71 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Elite Electric"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Trusted Electrical Expert in Appleton"
|
||||
description="Fast, honest, and high-quality electrical work. We do it right the first time, every time."
|
||||
kpis={[
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Jobs Completed",
|
||||
},
|
||||
value: "1000+", label: "Jobs Completed"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Client Rated",
|
||||
},
|
||||
value: "5-Star", label: "Client Rated"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Reliability",
|
||||
},
|
||||
value: "24/7", label: "Reliability"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-picture-emotional-female-male-plumbers-being-excited-as-promoted-work_273609-8785.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-picture-emotional-female-male-plumbers-being-excited-as-promoted-work_273609-8785.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-beautiful-young-woman-with-cut-curly-hair-smiling-with-cup-tea-kitchen-modern-apartment-good-morning-comfort-home-weekends-having-fun_197531-2219.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-beautiful-young-woman-with-cut-curly-hair-smiling-with-cup-tea-kitchen-modern-apartment-good-morning-comfort-home-weekends-having-fun_197531-2219.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy Appleton families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fully Licensed",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Fully Licensed", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Insured Pros",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Insured Pros", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Support", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Work",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Quality Work", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fair Pricing",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Fair Pricing", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -148,28 +107,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Wiring Installation",
|
||||
description: "Safe, compliant, and durable wiring solutions for all projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18335.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Wiring Installation", description: "Safe, compliant, and durable wiring solutions for all projects.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18335.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Lighting Design",
|
||||
description: "Transform your spaces with modern, energy-efficient lighting solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-photography-studio_23-2149033346.jpg",
|
||||
buttonIcon: "Lightbulb",
|
||||
title: "Lighting Design", description: "Transform your spaces with modern, energy-efficient lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-photography-studio_23-2149033346.jpg", buttonIcon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Smart Home",
|
||||
description: "Seamless integration of your home automation and smart devices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg",
|
||||
buttonIcon: "Smartphone",
|
||||
title: "Smart Home", description: "Seamless integration of your home automation and smart devices.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg", buttonIcon: Smartphone,
|
||||
},
|
||||
{
|
||||
title: "Emergency Repair",
|
||||
description: "Rapid response to keep your home safe and fully powered when it matters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-carpentry-tools-table_23-2148180578.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Emergency Repair", description: "Rapid response to keep your home safe and fully powered when it matters.", imageSrc: "http://img.b2bpic.net/free-photo/variety-carpentry-tools-table_23-2148180578.jpg", buttonIcon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Professional Electrical Services"
|
||||
@@ -196,55 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "Jan 2024",
|
||||
title: "Great Experience",
|
||||
quote: "Fast response, fair price, and excellent work.",
|
||||
tag: "Wiring",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Great Experience", quote: "Fast response, fair price, and excellent work.", tag: "Wiring", avatarSrc: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg", imageSrc: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Johnson",
|
||||
date: "Dec 2023",
|
||||
title: "Highly Recommend",
|
||||
quote: "Professional, clean, and extremely honest pricing.",
|
||||
tag: "Lighting",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Johnson", date: "Dec 2023", title: "Highly Recommend", quote: "Professional, clean, and extremely honest pricing.", tag: "Lighting", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Davis",
|
||||
date: "Nov 2023",
|
||||
title: "Top Notch",
|
||||
quote: "They fixed my issues in hours. Highly skilled.",
|
||||
tag: "Repair",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/indoor-picture-emotional-female-male-plumbers-being-excited-as-promoted-work_273609-8785.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-picture-emotional-female-male-plumbers-being-excited-as-promoted-work_273609-8785.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Davis", date: "Nov 2023", title: "Top Notch", quote: "They fixed my issues in hours. Highly skilled.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-picture-emotional-female-male-plumbers-being-excited-as-promoted-work_273609-8785.jpg", imageSrc: "http://img.b2bpic.net/free-photo/indoor-picture-emotional-female-male-plumbers-being-excited-as-promoted-work_273609-8785.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wilson",
|
||||
date: "Oct 2023",
|
||||
title: "Very Impressed",
|
||||
quote: "The best electrician I've ever hired in Appleton.",
|
||||
tag: "Smart Home",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg",
|
||||
},
|
||||
id: "4", name: "David Wilson", date: "Oct 2023", title: "Very Impressed", quote: "The best electrician I've ever hired in Appleton.", tag: "Smart Home", avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Brown",
|
||||
date: "Sep 2023",
|
||||
title: "Honest & Fair",
|
||||
quote: "Finally found a contractor who keeps their word.",
|
||||
tag: "Installation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cute-beautiful-young-woman-with-cut-curly-hair-smiling-with-cup-tea-kitchen-modern-apartment-good-morning-comfort-home-weekends-having-fun_197531-2219.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-beautiful-young-woman-with-cut-curly-hair-smiling-with-cup-tea-kitchen-modern-apartment-good-morning-comfort-home-weekends-having-fun_197531-2219.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Brown", date: "Sep 2023", title: "Honest & Fair", quote: "Finally found a contractor who keeps their word.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/cute-beautiful-young-woman-with-cut-curly-hair-smiling-with-cup-tea-kitchen-modern-apartment-good-morning-comfort-home-weekends-having-fun_197531-2219.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-beautiful-young-woman-with-cut-curly-hair-smiling-with-cup-tea-kitchen-modern-apartment-good-morning-comfort-home-weekends-having-fun_197531-2219.jpg"},
|
||||
]}
|
||||
title="Trusted by Appleton Residents"
|
||||
description="Real feedback from neighbors who trust our craftsmanship."
|
||||
@@ -257,25 +164,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, we are fully licensed and insured master electricians.",
|
||||
},
|
||||
id: "f1", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured master electricians."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "We offer clear, honest pricing after an initial assessment.",
|
||||
},
|
||||
id: "f2", title: "Do you offer free estimates?", content: "We offer clear, honest pricing after an initial assessment."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How quickly can you respond?",
|
||||
content: "We prioritize fast response times, especially for urgent repairs.",
|
||||
},
|
||||
id: "f3", title: "How quickly can you respond?", content: "We prioritize fast response times, especially for urgent repairs."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you work on weekends?",
|
||||
content: "We offer 24/7 reliability for our valued clients.",
|
||||
},
|
||||
id: "f4", title: "Do you work on weekends?", content: "We offer 24/7 reliability for our valued clients."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services."
|
||||
@@ -287,8 +182,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Get Your Free Quote Today"
|
||||
description="Tell us about your project and we'll be in touch quickly."
|
||||
buttonText="Submit Request"
|
||||
@@ -300,37 +194,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Wiring",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Wiring", href: "#services"},
|
||||
{
|
||||
label: "Lighting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lighting", href: "#services"},
|
||||
{
|
||||
label: "Smart Home",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Smart Home", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user