Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
169
src/app/page.tsx
169
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="Service Poles"
|
||||
/>
|
||||
@@ -53,68 +45,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Locally Built 200 Amp Service Poles"
|
||||
description="Professionally built service poles by licensed electricians in Salmon Arm, BC. Built to last with heavy-duty materials and installed exactly where you need them."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png",
|
||||
alt: "Service Pole Installation 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png", alt: "Service Pole Installation 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png",
|
||||
alt: "Service Pole Installation 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png", alt: "Service Pole Installation 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png",
|
||||
alt: "Service Pole Installation 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png", alt: "Service Pole Installation 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png",
|
||||
alt: "Service Pole Installation 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png", alt: "Service Pole Installation 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png",
|
||||
alt: "Service Pole Installation 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png", alt: "Service Pole Installation 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+12505555555",
|
||||
},
|
||||
text: "Call Now", href: "tel:+12505555555"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "200 Amp Standard",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "200 Amp Standard", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed BC Electricians",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed BC Electricians", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Salmon Arm Based",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Salmon Arm Based", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Installation",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Fast Installation", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Industrial Materials",
|
||||
icon: Building2,
|
||||
type: "text-icon", text: "Industrial Materials", icon: Building2,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -128,20 +95,14 @@ export default function LandingPage() {
|
||||
description="We build 200 Amp service poles right here in Salmon Arm using high-quality materials and professional electrical standards. Every pole is assembled by fully licensed electricians and designed for long-term reliability. From permitting to delivery, we make the process simple so you can get power exactly where you need it."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Licensed Expertise",
|
||||
description: "Fully licensed electricians in BC.",
|
||||
},
|
||||
title: "Licensed Expertise", description: "Fully licensed electricians in BC."},
|
||||
{
|
||||
title: "Quality Materials",
|
||||
description: "Steel masts and industrial fasteners.",
|
||||
},
|
||||
title: "Quality Materials", description: "Steel masts and industrial fasteners."},
|
||||
{
|
||||
title: "End-to-End Service",
|
||||
description: "From permits to final installation.",
|
||||
},
|
||||
title: "End-to-End Service", description: "From permits to final installation."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png"
|
||||
imageAlt="Professional installation team at work"
|
||||
/>
|
||||
</div>
|
||||
@@ -154,63 +115,31 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "200 Amp Service",
|
||||
description: "Reliable electrical service ready for residential or rural properties.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-electric-1774818367454-ffef595d.png?_wi=1",
|
||||
imageAlt: "Power",
|
||||
},
|
||||
title: "200 Amp Service", description: "Reliable electrical service ready for residential or rural properties.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-electric-1774818367454-ffef595d.png", imageAlt: "Power"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-electric-1774818367454-ffef595d.png?_wi=2",
|
||||
imageAlt: "Power",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/a-professional-200-amp-electrical-servic-1774818368853-809cea5b.png?_wi=2",
|
||||
imageAlt: "A professional 200 Amp electrical service pole installation on a scenic rural property in Salmon Arm",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-electric-1774818367454-ffef595d.png", imageAlt: "Power"}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Heavy Duty Materials",
|
||||
description: "Steel mast, meter base panel combo, lag bolts, and industrial fasteners.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-heavy-du-1774818368808-2829743b.png?_wi=1",
|
||||
imageAlt: "Steel",
|
||||
},
|
||||
title: "Heavy Duty Materials", description: "Steel mast, meter base panel combo, lag bolts, and industrial fasteners.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-heavy-du-1774818368808-2829743b.png", imageAlt: "Steel"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-heavy-du-1774818368808-2829743b.png?_wi=2",
|
||||
imageAlt: "Steel",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-electric-1774818367454-ffef595d.png?_wi=3",
|
||||
imageAlt: "Simple modern icon representing electrical power, clean vector style, electric blue color.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-heavy-du-1774818368808-2829743b.png", imageAlt: "Steel"}
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Permits & Delivery",
|
||||
description: "We handle the paperwork and deliver the pole to your property.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-permits--1774818368194-fc315155.png?_wi=1",
|
||||
imageAlt: "Permits",
|
||||
},
|
||||
title: "Permits & Delivery", description: "We handle the paperwork and deliver the pole to your property.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-permits--1774818368194-fc315155.png", imageAlt: "Permits"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-permits--1774818368194-fc315155.png?_wi=2",
|
||||
imageAlt: "Permits",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-heavy-du-1774818368808-2829743b.png?_wi=3",
|
||||
imageAlt: "Simple modern icon representing heavy duty materials, steel mast concept, clean vector style.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-permits--1774818368194-fc315155.png", imageAlt: "Permits"}
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Custom Add-Ons",
|
||||
description: "Optional RV plugs and general-use outlets available.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-custom-a-1774818367925-6d77d668.png?_wi=1",
|
||||
imageAlt: "Add-ons",
|
||||
},
|
||||
title: "Custom Add-Ons", description: "Optional RV plugs and general-use outlets available.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-custom-a-1774818367925-6d77d668.png", imageAlt: "Add-ons"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-custom-a-1774818367925-6d77d668.png?_wi=2",
|
||||
imageAlt: "Add-ons",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-permits--1774818368194-fc315155.png?_wi=3",
|
||||
imageAlt: "Simple modern icon representing permits and paperwork, clean vector style.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdUCkwKW5c28hmgHGRj0dgtRTm/simple-modern-icon-representing-custom-a-1774818367925-6d77d668.png", imageAlt: "Add-ons"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -226,23 +155,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
tag: "Most Popular",
|
||||
price: "$4,800",
|
||||
period: "CAD",
|
||||
description: "The complete 200 Amp service pole solution for your rural property.",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included Components:",
|
||||
features: [
|
||||
"Meter base panel combo",
|
||||
"Heavy-duty steel mast",
|
||||
"All industrial fasteners",
|
||||
"Delivery included",
|
||||
"Permit handling",
|
||||
],
|
||||
id: "standard", tag: "Most Popular", price: "$4,800", period: "CAD", description: "The complete 200 Amp service pole solution for your rural property.", button: {
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
featuresTitle: "Included Components:", features: [
|
||||
"Meter base panel combo", "Heavy-duty steel mast", "All industrial fasteners", "Delivery included", "Permit handling"],
|
||||
},
|
||||
]}
|
||||
title="Professional Service Pole Pricing"
|
||||
@@ -254,18 +170,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Need More Than Just a Service Pole? Contact us today to discuss your specific electrical needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+12505555555",
|
||||
},
|
||||
text: "Call Now", href: "tel:+12505555555"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@servicepoles.ca",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@servicepoles.ca"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user