Update src/app/page.tsx
This commit is contained in:
106
src/app/page.tsx
106
src/app/page.tsx
@@ -29,24 +29,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Spark & Volt"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,16 +44,11 @@ export default function LandingPage() {
|
||||
logoText="Spark & Volt Electric"
|
||||
description="Certified residential and commercial electrical services. Safety-first, reliable, and professional solutions for every project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Get a Quote", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/professional-electrician-working-on-a-mo-1774609870899-81a099b8.png",
|
||||
imageAlt: "Electrician working",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/professional-electrician-working-on-a-mo-1774609870899-81a099b8.png", imageAlt: "Electrician working"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,22 +70,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Lighting Installation",
|
||||
description: "Indoor and outdoor aesthetic lighting upgrades.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/iconic-residential-lighting-installation-1774609870801-20ca2238.png",
|
||||
},
|
||||
title: "Lighting Installation", description: "Indoor and outdoor aesthetic lighting upgrades.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/iconic-residential-lighting-installation-1774609870801-20ca2238.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Smart Home Integration",
|
||||
description: "Professional installation for security and convenience systems.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/electrician-performing-smart-home-securi-1774609872989-dc22c8e5.png",
|
||||
},
|
||||
title: "Smart Home Integration", description: "Professional installation for security and convenience systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/electrician-performing-smart-home-securi-1774609872989-dc22c8e5.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Emergency Repair",
|
||||
description: "Rapid response for dangerous wiring and power issues.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/emergency-electrical-repair-focus-on-wir-1774609870604-1a456025.png",
|
||||
},
|
||||
title: "Emergency Repair", description: "Rapid response for dangerous wiring and power issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/emergency-electrical-repair-focus-on-wir-1774609870604-1a456025.png"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From emergency repairs to full home automation and security lighting installations."
|
||||
@@ -113,25 +88,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice T.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609870508-8f26240b.png",
|
||||
},
|
||||
id: "1", name: "Alice T.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609870508-8f26240b.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob M.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609871892-c6dbd0a9.png",
|
||||
},
|
||||
id: "2", name: "Bob M.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609871892-c6dbd0a9.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Charlie D.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609870590-47e86c34.png",
|
||||
},
|
||||
id: "3", name: "Charlie D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609870590-47e86c34.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609870317-70197aee.png",
|
||||
},
|
||||
id: "4", name: "David W.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfb8l4nHxWuSsYxr2hnezrOG0/portrait-of-a-happy-residential-client-a-1774609870317-70197aee.png"},
|
||||
]}
|
||||
cardTitle="Client Experiences"
|
||||
cardAnimation="slide-up"
|
||||
@@ -145,27 +108,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, we are fully licensed and bonded for all electrical work.",
|
||||
},
|
||||
id: "1", title: "Are you licensed?", content: "Yes, we are fully licensed and bonded for all electrical work."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency service?",
|
||||
content: "Yes, we have 24/7 emergency response for urgent safety issues.",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency service?", content: "Yes, we have 24/7 emergency response for urgent safety issues."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve all metro areas and surrounding suburbs within 30 miles.",
|
||||
},
|
||||
id: "3", title: "What areas do you serve?", content: "We serve all metro areas and surrounding suburbs within 30 miles."},
|
||||
]}
|
||||
ctaTitle="Ready for your project?"
|
||||
ctaDescription="Contact us today to schedule your consultation. We are ready to help."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:5550199",
|
||||
}}
|
||||
text: "Call Now", href: "tel:5550199"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,29 +126,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lighting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lighting", href: "#services"},
|
||||
{
|
||||
label: "Smart Home",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Smart Home", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "FAQ", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user