Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51239320e2 | |||
| 09f661749b | |||
| de4c62c361 | |||
| 50e7df1eb9 | |||
| 798e49bd6e | |||
| 27d6be5897 | |||
| 660d02c6fa | |||
| 75f7a8ea3b | |||
| 1de006a1cb | |||
| 7eeeb83151 |
76
src/app/about-us/page.tsx
Normal file
76
src/app/about-us/page.tsx
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
|
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||||
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
|
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
||||||
|
|
||||||
|
export default function AboutUsPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="shift-hover"
|
||||||
|
defaultTextAnimation="reveal-blur"
|
||||||
|
borderRadius="rounded"
|
||||||
|
contentWidth="small"
|
||||||
|
sizing="mediumSizeLargeTitles"
|
||||||
|
background="noise"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="shadow"
|
||||||
|
secondaryButtonStyle="radial-glow"
|
||||||
|
headingFontWeight="normal"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarLayoutFloatingInline
|
||||||
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "About Us", id: "/about-us" },
|
||||||
|
{ name: "Services", id: "/services" },
|
||||||
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
|
{ name: "FAQ", id: "/contact#faq" },
|
||||||
|
{ name: "Free Quote", id: "/contact" }
|
||||||
|
]}
|
||||||
|
brandName="Electrical Solutions Inc."
|
||||||
|
button={{
|
||||||
|
text: "Request a Free Quote", href: "/contact"
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<MediaAbout
|
||||||
|
useInvertedBackground={false}
|
||||||
|
title="Your Reliable Local Electricians in Essex"
|
||||||
|
description="TBE Electrical LTD is a family-run business dedicated to providing top-notch electrical services across Essex. With years of experience, our certified electricians handle everything from minor repairs to major installations, ensuring safety and compliance with the latest standards. We pride ourselves on transparent pricing, prompt service, and exceptional customer satisfaction. Choose TBE for quality workmanship you can trust."
|
||||||
|
buttons={[]}
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/electrician-working-with-switchboard_169016-12015.jpg"
|
||||||
|
imageAlt="TBE Electrical team member checking an electrical panel"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterCard
|
||||||
|
logoText="Electrical Solutions Inc."
|
||||||
|
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||||
|
socialLinks={[
|
||||||
|
{
|
||||||
|
icon: Facebook,
|
||||||
|
href: "#", ariaLabel: "Facebook"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Twitter,
|
||||||
|
href: "#", ariaLabel: "Twitter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Linkedin,
|
||||||
|
href: "#", ariaLabel: "LinkedIn"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
113
src/app/contact/page.tsx
Normal file
113
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,113 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
|
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
||||||
|
|
||||||
|
export default function ContactPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="shift-hover"
|
||||||
|
defaultTextAnimation="reveal-blur"
|
||||||
|
borderRadius="rounded"
|
||||||
|
contentWidth="small"
|
||||||
|
sizing="mediumSizeLargeTitles"
|
||||||
|
background="noise"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="shadow"
|
||||||
|
secondaryButtonStyle="radial-glow"
|
||||||
|
headingFontWeight="normal"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarLayoutFloatingInline
|
||||||
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "About Us", id: "/about-us" },
|
||||||
|
{ name: "Services", id: "/services" },
|
||||||
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
|
{ name: "FAQ", id: "/contact#faq" },
|
||||||
|
{ name: "Free Quote", id: "/contact" }
|
||||||
|
]}
|
||||||
|
brandName="Electrical Solutions Inc."
|
||||||
|
button={{
|
||||||
|
text: "Request a Free Quote", href: "/contact"
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="faq" data-section="faq">
|
||||||
|
<FaqSplitMedia
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
faqs={[
|
||||||
|
{
|
||||||
|
id: "faq1", title: "What areas do TBE Electrical LTD cover?", content: "We proudly serve all areas across Essex, including Chelmsford, Basildon, Colchester, Southend-on-Sea, and surrounding towns. Contact us to confirm service availability in your specific location."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "faq2", title: "Are your electricians licensed and insured?", content: "Yes, all our electricians are fully qualified, licensed, and highly experienced. TBE Electrical LTD is also comprehensively insured, providing you with complete peace of mind for all our services."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "faq3", title: "How quickly can you respond to an emergency?", content: "We offer 24/7 emergency electrical services and aim to respond as quickly as possible, typically within a few hours, depending on your location and the nature of the emergency. Call our emergency line for immediate assistance."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "faq4", title: "Do you provide free quotes?", content: "Absolutely! We offer no-obligation, free quotes for all our electrical services. Contact us today to discuss your requirements, and we'll arrange a convenient time for an assessment."
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/two-electrician-engineers-examine-project_169016-12126.jpg"
|
||||||
|
imageAlt="Electrician explaining electrical diagram to a homeowner"
|
||||||
|
mediaAnimation="opacity"
|
||||||
|
mediaPosition="right"
|
||||||
|
title="Your Questions, Answered"
|
||||||
|
description="Find quick answers to the most common questions about our services, pricing, and scheduling for your peace of mind."
|
||||||
|
faqsAnimation="slide-up"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contact" data-section="contact">
|
||||||
|
<ContactSplit
|
||||||
|
useInvertedBackground={false}
|
||||||
|
background={{
|
||||||
|
variant: "plain"
|
||||||
|
}}
|
||||||
|
tag="Get in Touch"
|
||||||
|
title="Request a Free Quote Today"
|
||||||
|
description="Ready for reliable electrical service? Fill out the form below or call us directly for a no-obligation quote and expert advice."
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/electrician-with-helmet-tools-working_169016-12022.jpg"
|
||||||
|
imageAlt="Electrician taking notes on a tablet during a client consultation"
|
||||||
|
mediaAnimation="opacity"
|
||||||
|
mediaPosition="left"
|
||||||
|
inputPlaceholder="Enter your email"
|
||||||
|
buttonText="Send Request"
|
||||||
|
termsText="By clicking Send Request you're confirming that you agree with our Terms and Conditions."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterCard
|
||||||
|
logoText="Electrical Solutions Inc."
|
||||||
|
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||||
|
socialLinks={[
|
||||||
|
{
|
||||||
|
icon: Facebook,
|
||||||
|
href: "#", ariaLabel: "Facebook"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Twitter,
|
||||||
|
href: "#", ariaLabel: "Twitter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Linkedin,
|
||||||
|
href: "#", ariaLabel: "LinkedIn"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
355
src/app/page.tsx
355
src/app/page.tsx
@@ -2,229 +2,160 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
||||||
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="shift-hover"
|
defaultButtonVariant="shift-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="mediumSizeLargeTitles"
|
sizing="mediumSizeLargeTitles"
|
||||||
background="noise"
|
background="noise"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home", id: "#hero"},
|
{ name: "About Us", id: "/about-us" },
|
||||||
{
|
{ name: "Services", id: "/services" },
|
||||||
name: "About Us", id: "#about"},
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{
|
{ name: "FAQ", id: "/contact#faq" },
|
||||||
name: "Services", id: "#features"},
|
{ name: "Free Quote", id: "/contact" }
|
||||||
{
|
]}
|
||||||
name: "Testimonials", id: "#testimonials"},
|
brandName="Electrical Solutions Inc."
|
||||||
{
|
button={{
|
||||||
name: "FAQ", id: "#faq"},
|
text: "Request a Free Quote", href: "/contact"
|
||||||
{
|
}}
|
||||||
name: "Contact", id: "#contact"},
|
/>
|
||||||
]}
|
</div>
|
||||||
brandName="TBE Electrical LTD"
|
|
||||||
button={{
|
|
||||||
text: "Request a Free Quote", href: "#contact"}}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="Trusted Local Electricians Serving Essex"
|
title="Trusted Local Electricians Serving Essex"
|
||||||
description="Expert electrical installation, repairs, and maintenance for homes and businesses. Licensed, insured, and available 24/7 for emergencies."
|
description="Expert electrical installation, repairs, and maintenance for homes and businesses. Licensed, insured, and available 24/7 for emergencies."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "John D.", handle: "@HomeownerEssex", testimonial: "TBE Electrical provided exceptional service. Professional, punctual, and solved our issue quickly!", rating: 5,
|
name: "John D.", handle: "@HomeownerEssex", testimonial: "TBE Electrical provided exceptional service. Professional, punctual, and solved our issue quickly!", rating: 5,
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/couple-making-online-purchase-tablet_23-2149021430.jpg"
|
imageSrc: "https://img.b2bpic.net/free-photo/couple-making-online-purchase-tablet_23-2149021430.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Sarah P.", handle: "@BizOwnerChelmsford", testimonial: "Highly recommend TBE for commercial electrical work. Fast response and reliable service every time.", rating: 5,
|
name: "Sarah P.", handle: "@BizOwnerChelmsford", testimonial: "Highly recommend TBE for commercial electrical work. Fast response and reliable service every time.", rating: 5,
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-working-office-holding-tablet_23-2149508518.jpg"
|
imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-working-office-holding-tablet_23-2149508518.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Mike R.", handle: "@ContractorEssex", testimonial: "Partnered with TBE on several projects. Their expertise and attention to detail are unmatched.", rating: 5,
|
name: "Mike R.", handle: "@ContractorEssex", testimonial: "Partnered with TBE on several projects. Their expertise and attention to detail are unmatched.", rating: 5,
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/businessman-with-laptop-his-work_23-2148818274.jpg"
|
imageSrc: "https://img.b2bpic.net/free-photo/businessman-with-laptop-his-work_23-2148818274.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Emily S.", handle: "@ResidentBasildon", testimonial: "Fantastic service from start to finish. Our new lighting installation looks great and was done efficiently.", rating: 5,
|
name: "Emily S.", handle: "@ResidentBasildon", testimonial: "Fantastic service from start to finish. Our new lighting installation looks great and was done efficiently.", rating: 5,
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/modern-interior-style-living-room_23-2149660395.jpg"
|
imageSrc: "https://img.b2bpic.net/free-photo/modern-interior-style-living-room_23-2149660395.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "David & Lisa K.", handle: "@NewHomeowners", testimonial: "Absolutely brilliant! Resolved our wiring problem with no fuss. Very knowledgeable and friendly.", rating: 5,
|
name: "David & Lisa K.", handle: "@NewHomeowners", testimonial: "Absolutely brilliant! Resolved our wiring problem with no fuss. Very knowledgeable and friendly.", rating: 5,
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/family-moving-into-new-house_23-2149313262.jpg"
|
imageSrc: "https://img.b2bpic.net/free-photo/family-moving-into-new-house_23-2149313262.jpg"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Request a Free Quote", href: "#contact"},
|
text: "Request a Free Quote", href: "/contact"
|
||||||
]}
|
}
|
||||||
avatars={[
|
]}
|
||||||
{
|
avatars={[
|
||||||
src: "https://img.b2bpic.net/free-photo/portrait-young-man-happy-emotions-isolated-white-wall_23-2149306443.jpg", alt: "Customer John D."},
|
{
|
||||||
{
|
src: "https://img.b2bpic.net/free-photo/portrait-young-man-happy-emotions-isolated-white-wall_23-2149306443.jpg", alt: "Customer John D."
|
||||||
src: "https://img.b2bpic.net/free-photo/portrait-smiling-woman_23-2149791443.jpg", alt: "Customer Sarah P."},
|
},
|
||||||
{
|
{
|
||||||
src: "https://img.b2bpic.net/free-photo/handsome-young-businessman-suit_23-2149021422.jpg", alt: "Customer Mike R."},
|
src: "https://img.b2bpic.net/free-photo/portrait-smiling-woman_23-2149791443.jpg", alt: "Customer Sarah P."
|
||||||
{
|
},
|
||||||
src: "https://img.b2bpic.net/free-photo/middle-aged-woman-with-curly-hair_23-2149660394.jpg", alt: "Customer Emily S."},
|
{
|
||||||
{
|
src: "https://img.b2bpic.net/free-photo/handsome-young-businessman-suit_23-2149021422.jpg", alt: "Customer Mike R."
|
||||||
src: "https://img.b2bpic.net/free-photo/diverse-group-professionals-working-modern-office_23-2149320299.jpg", alt: "Customer David & Lisa K."},
|
},
|
||||||
]}
|
{
|
||||||
avatarText="Trusted by hundreds of local clients."
|
src: "https://img.b2bpic.net/free-photo/middle-aged-woman-with-curly-hair_23-2149660394.jpg", alt: "Customer Emily S."
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/young-electrician-is-working_169016-3024.jpg"
|
},
|
||||||
imageAlt="Electrician working on electrical panel in a modern home"
|
{
|
||||||
showBlur={true}
|
src: "https://img.b2bpic.net/free-photo/diverse-group-professionals-working-modern-office_23-2149320299.jpg", alt: "Customer David & Lisa K."
|
||||||
textPosition="bottom"
|
}
|
||||||
/>
|
]}
|
||||||
</div>
|
avatarText="Trusted by hundreds of local clients."
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/electrician-working-with-electric-panel_169016-11910.jpg"
|
||||||
|
imageAlt="Electrician working on electrical panel"
|
||||||
|
showBlur={true}
|
||||||
|
textPosition="bottom"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<MediaAbout
|
<SocialProofOne
|
||||||
useInvertedBackground={false}
|
textboxLayout="default"
|
||||||
title="Your Reliable Local Electricians in Essex"
|
useInvertedBackground={false}
|
||||||
description="TBE Electrical LTD is a family-run business dedicated to providing top-notch electrical services across Essex. With years of experience, our certified electricians handle everything from minor repairs to major installations, ensuring safety and compliance with the latest standards. We pride ourselves on transparent pricing, prompt service, and exceptional customer satisfaction. Choose TBE for quality workmanship you can trust."
|
names={[
|
||||||
buttons={[
|
"Essex Homes", "Local Cafe Co.", "Renovate Builders", "Small Business Hub", "Greenfield Estate", "Community Center", "Smart Office Solutions"
|
||||||
{
|
]}
|
||||||
text: "Learn More About Us", href: "#"},
|
title="Our Clients Trust Our Expertise"
|
||||||
]}
|
description="Proudly serving a diverse range of residential and commercial clients across Essex, building lasting relationships through quality service and professionalism."
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/electrician-working-with-switchboard_169016-12015.jpg"
|
/>
|
||||||
imageAlt="TBE Electrical team member checking an electrical panel"
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<FeatureCardThree
|
<TestimonialCardFive
|
||||||
animationType="slide-up"
|
textboxLayout="default"
|
||||||
textboxLayout="default"
|
useInvertedBackground={false}
|
||||||
gridVariant="three-columns-all-equal-width"
|
testimonials={[
|
||||||
useInvertedBackground={false}
|
{
|
||||||
features={[
|
id: "1", name: "Michael S.", date: "April 2024", title: "Outstanding Home Electrical Service", quote: "TBE Electrical replaced our old fuse box with a modern consumer unit. The work was incredibly tidy and efficient. Michael was knowledgeable and took the time to explain everything. Highly recommend for any home electrical needs!", tag: "Residential", avatarSrc: "https://img.b2bpic.net/free-photo/confident-caucasian-businesswoman-smiling-while-standing-front-her-colleagues-meeting_1258-202271.jpg", avatarAlt: "Michael S. avatar", imageSrc: "https://img.b2bpic.net/free-photo/worker-checking-electric-box-his-hand_169016-11867.jpg", imageAlt: "Modern electrical panel"
|
||||||
{
|
},
|
||||||
title: "Electrical Installations", description: "Expert installation of new wiring, lighting, sockets, and consumer units for new builds and renovations, ensuring safety and efficiency.", imageSrc: "https://img.b2bpic.net/free-photo/electrician-builder-engineer-worker-testing-current-with-multimeter-electric-panel_169016-11910.jpg", imageAlt: "Electrical installation in progress"},
|
{
|
||||||
{
|
id: "2", name: "Laura G.", date: "March 2024", title: "Reliable Commercial Electricians", quote: "Our office experienced a power outage, and TBE responded within the hour. They quickly identified and fixed the fault, minimizing downtime. Professional, prompt, and truly life-savers for our business.", tag: "Commercial", avatarSrc: "https://img.b2bpic.net/free-photo/attractive-young-african-american-businesswoman-talking-phone-working-modern-office_1258-185016.jpg", avatarAlt: "Laura G. avatar", imageSrc: "https://img.b2bpic.net/free-photo/modern-office-space_23-2149508493.jpg", imageAlt: "Modern office interior"
|
||||||
title: "Repairs & Troubleshooting", description: "Prompt and reliable repair services for all electrical faults, from flickering lights to power outages. Our experts diagnose and fix issues quickly.", imageSrc: "https://img.b2bpic.net/free-photo/electrician-working-with-electrical-box_169016-12151.jpg", imageAlt: "Electrician repairing a circuit board"},
|
},
|
||||||
{
|
{
|
||||||
title: "Maintenance & Safety Checks", description: "Regular electrical maintenance, safety inspections, and EICR reports to keep your property compliant and prevent potential hazards.", imageSrc: "https://img.b2bpic.net/free-photo/electrician-examining-electrical-switchboard-industry_169016-12153.jpg", imageAlt: "Electrician performing a safety check"},
|
id: "3", name: "Ben T.", date: "February 2024", title: "Seamless Installation for New Build", quote: "As a builder, I need dependable electrical contractors. TBE Electrical handled all the wiring and fixture installations for our latest development. Flawless execution and adhered to strict timelines.", tag: "Contractor", avatarSrc: "https://img.b2bpic.net/free-photo/portrait-cheerful-male-engineer-with-blueprints-standing-building-site_1258-158866.jpg", avatarAlt: "Ben T. avatar", imageSrc: "https://img.b2bpic.net/free-photo/male-electrician-working-with-electrical-box_169016-12128.jpg", imageAlt: "Construction site electrical wiring"
|
||||||
]}
|
},
|
||||||
title="Comprehensive Electrical Services"
|
{
|
||||||
description="From emergency repairs to full-scale installations, TBE Electrical LTD offers a complete range of services for residential and commercial clients."
|
id: "4", name: "Patricia L.", date: "January 2024", title: "Friendly and Thorough Safety Check", quote: "My elderly parents needed an electrical safety check. TBE Electrical was so kind and respectful, explaining everything clearly. We felt completely confident in their findings and recommendations.", tag: "Residential", avatarSrc: "https://img.b2bpic.net/free-photo/happy-senior-woman_23-2149205470.jpg", avatarAlt: "Patricia L. avatar", imageSrc: "https://img.b2bpic.net/free-photo/woman-holding-cup-tea-standing-kitchen-her-home_23-2149746351.jpg", imageAlt: "Cozy home interior"
|
||||||
/>
|
},
|
||||||
</div>
|
{
|
||||||
|
id: "5", name: "Chris & Jen M.", date: "December 2023", title: "Excellent Service for Home Renovation", quote: "We're thrilled with the new kitchen wiring and spot lighting TBE installed. They worked efficiently with our other contractors and the results are fantastic. Truly professional and reliable.", tag: "Homeowner", avatarSrc: "https://img.b2bpic.net/free-photo/happy-family-new-house_23-2149313261.jpg", avatarAlt: "Chris & Jen M. avatar", imageSrc: "https://img.b2bpic.net/free-photo/modern-kitchen-interior_23-2149205562.jpg", imageAlt: "Modern kitchen with new lighting"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
title="Hear From Our Satisfied Customers"
|
||||||
|
description="Our clients consistently praise our professionalism, reliability, and excellent service. Read what homeowners and businesses in Essex have to say."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="footer" data-section="footer">
|
||||||
<SocialProofOne
|
<FooterCard
|
||||||
textboxLayout="default"
|
logoText="Electrical Solutions Inc."
|
||||||
useInvertedBackground={false}
|
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||||
names={[
|
socialLinks={[
|
||||||
"Essex Homes", "Local Cafe Co.", "Renovate Builders", "Small Business Hub", "Greenfield Estate", "Community Center", "Smart Office Solutions"]}
|
{
|
||||||
title="Our Clients Trust Our Expertise"
|
icon: Facebook,
|
||||||
description="Proudly serving a diverse range of residential and commercial clients across Essex, building lasting relationships through quality service and professionalism."
|
href: "#", ariaLabel: "Facebook"
|
||||||
/>
|
},
|
||||||
</div>
|
{
|
||||||
|
icon: Twitter,
|
||||||
<div id="testimonials" data-section="testimonials">
|
href: "#", ariaLabel: "Twitter"
|
||||||
<TestimonialCardFive
|
},
|
||||||
textboxLayout="default"
|
{
|
||||||
useInvertedBackground={false}
|
icon: Linkedin,
|
||||||
testimonials={[
|
href: "#", ariaLabel: "LinkedIn"
|
||||||
{
|
}
|
||||||
id: "1", name: "Michael S.", date: "April 2024", title: "Outstanding Home Electrical Service", quote: "TBE Electrical replaced our old fuse box with a modern consumer unit. The work was incredibly tidy and efficient. Michael was knowledgeable and took the time to explain everything. Highly recommend for any home electrical needs!", tag: "Residential", avatarSrc: "https://img.b2bpic.net/free-photo/confident-caucasian-businesswoman-smiling-while-standing-front-her-colleagues-meeting_1258-202271.jpg", avatarAlt: "Michael S. avatar", imageSrc: "https://img.b2bpic.net/free-photo/worker-checking-electric-box-his-hand_169016-11867.jpg", imageAlt: "Modern electrical panel"},
|
]}
|
||||||
{
|
/>
|
||||||
id: "2", name: "Laura G.", date: "March 2024", title: "Reliable Commercial Electricians", quote: "Our office experienced a power outage, and TBE responded within the hour. They quickly identified and fixed the fault, minimizing downtime. Professional, prompt, and truly life-savers for our business.", tag: "Commercial", avatarSrc: "https://img.b2bpic.net/free-photo/attractive-young-african-american-businesswoman-talking-phone-working-modern-office_1258-185016.jpg", avatarAlt: "Laura G. avatar", imageSrc: "https://img.b2bpic.net/free-photo/modern-office-space_23-2149508493.jpg", imageAlt: "Modern office interior"},
|
</div>
|
||||||
{
|
|
||||||
id: "3", name: "Ben T.", date: "February 2024", title: "Seamless Installation for New Build", quote: "As a builder, I need dependable electrical contractors. TBE Electrical handled all the wiring and fixture installations for our latest development. Flawless execution and adhered to strict timelines.", tag: "Contractor", avatarSrc: "https://img.b2bpic.net/free-photo/portrait-cheerful-male-engineer-with-blueprints-standing-building-site_1258-158866.jpg", avatarAlt: "Ben T. avatar", imageSrc: "https://img.b2bpic.net/free-photo/male-electrician-working-with-electrical-box_169016-12128.jpg", imageAlt: "Construction site electrical wiring"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Patricia L.", date: "January 2024", title: "Friendly and Thorough Safety Check", quote: "My elderly parents needed an electrical safety check. TBE Electrical was so kind and respectful, explaining everything clearly. We felt completely confident in their findings and recommendations.", tag: "Residential", avatarSrc: "https://img.b2bpic.net/free-photo/happy-senior-woman_23-2149205470.jpg", avatarAlt: "Patricia L. avatar", imageSrc: "https://img.b2bpic.net/free-photo/woman-holding-cup-tea-standing-kitchen-her-home_23-2149746351.jpg", imageAlt: "Cozy home interior"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Chris & Jen M.", date: "December 2023", title: "Excellent Service for Home Renovation", quote: "We're thrilled with the new kitchen wiring and spot lighting TBE installed. They worked efficiently with our other contractors and the results are fantastic. Truly professional and reliable.", tag: "Homeowner", avatarSrc: "https://img.b2bpic.net/free-photo/happy-family-new-house_23-2149313261.jpg", avatarAlt: "Chris & Jen M. avatar", imageSrc: "https://img.b2bpic.net/free-photo/modern-kitchen-interior_23-2149205562.jpg", imageAlt: "Modern kitchen with new lighting"},
|
|
||||||
]}
|
|
||||||
title="Hear From Our Satisfied Customers"
|
|
||||||
description="Our clients consistently praise our professionalism, reliability, and excellent service. Read what homeowners and businesses in Essex have to say."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqSplitMedia
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "faq1", title: "What areas do TBE Electrical LTD cover?", content: "We proudly serve all areas across Essex, including Chelmsford, Basildon, Colchester, Southend-on-Sea, and surrounding towns. Contact us to confirm service availability in your specific location."},
|
|
||||||
{
|
|
||||||
id: "faq2", title: "Are your electricians licensed and insured?", content: "Yes, all our electricians are fully qualified, licensed, and highly experienced. TBE Electrical LTD is also comprehensively insured, providing you with complete peace of mind for all our services."},
|
|
||||||
{
|
|
||||||
id: "faq3", title: "How quickly can you respond to an emergency?", content: "We offer 24/7 emergency electrical services and aim to respond as quickly as possible, typically within a few hours, depending on your location and the nature of the emergency. Call our emergency line for immediate assistance."},
|
|
||||||
{
|
|
||||||
id: "faq4", title: "Do you provide free quotes?", content: "Absolutely! We offer no-obligation, free quotes for all our electrical services. Contact us today to discuss your requirements, and we'll arrange a convenient time for an assessment."},
|
|
||||||
]}
|
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/two-electrician-engineers-examine-project_169016-12126.jpg"
|
|
||||||
imageAlt="Electrician explaining electrical diagram to a homeowner"
|
|
||||||
mediaAnimation="opacity"
|
|
||||||
mediaPosition="right"
|
|
||||||
title="Your Questions, Answered"
|
|
||||||
description="Find quick answers to the most common questions about our services, pricing, and scheduling for your peace of mind."
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactSplit
|
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "plain"}}
|
|
||||||
tag="Get in Touch"
|
|
||||||
title="Request a Free Quote Today"
|
|
||||||
description="Ready for reliable electrical service? Fill out the form below or call us directly for a no-obligation quote and expert advice."
|
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/electrician-with-helmet-tools-working_169016-12022.jpg"
|
|
||||||
imageAlt="Electrician taking notes on a tablet during a client consultation"
|
|
||||||
mediaAnimation="opacity"
|
|
||||||
mediaPosition="left"
|
|
||||||
inputPlaceholder="Enter your email"
|
|
||||||
buttonText="Send Request"
|
|
||||||
termsText="By clicking Send Request you're confirming that you agree with our Terms and Conditions."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterCard
|
|
||||||
logoText="TBE Electrical LTD"
|
|
||||||
copyrightText="© 2024 TBE Electrical LTD. All rights reserved."
|
|
||||||
socialLinks={[
|
|
||||||
{
|
|
||||||
icon: Facebook,
|
|
||||||
href: "#", ariaLabel: "Facebook"},
|
|
||||||
{
|
|
||||||
icon: Twitter,
|
|
||||||
href: "#", ariaLabel: "Twitter"},
|
|
||||||
{
|
|
||||||
icon: Linkedin,
|
|
||||||
href: "#", ariaLabel: "LinkedIn"},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
87
src/app/services/page.tsx
Normal file
87
src/app/services/page.tsx
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||||
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
|
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
||||||
|
|
||||||
|
export default function ServicesPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="shift-hover"
|
||||||
|
defaultTextAnimation="reveal-blur"
|
||||||
|
borderRadius="rounded"
|
||||||
|
contentWidth="small"
|
||||||
|
sizing="mediumSizeLargeTitles"
|
||||||
|
background="noise"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="shadow"
|
||||||
|
secondaryButtonStyle="radial-glow"
|
||||||
|
headingFontWeight="normal"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarLayoutFloatingInline
|
||||||
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "About Us", id: "/about-us" },
|
||||||
|
{ name: "Services", id: "/services" },
|
||||||
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
|
{ name: "FAQ", id: "/contact#faq" },
|
||||||
|
{ name: "Free Quote", id: "/contact" }
|
||||||
|
]}
|
||||||
|
brandName="Electrical Solutions Inc."
|
||||||
|
button={{
|
||||||
|
text: "Request a Free Quote", href: "/contact"
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="features" data-section="features">
|
||||||
|
<FeatureCardThree
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
title: "Electrical Installations", description: "Expert installation of new wiring, lighting, sockets, and consumer units for new builds and renovations, ensuring safety and efficiency.", imageSrc: "https://img.b2bpic.net/free-photo/electrician-builder-engineer-worker-testing-current-with-multimeter-electric-panel_169016-11910.jpg", imageAlt: "Electrical installation in progress"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Repairs & Troubleshooting", description: "Prompt and reliable repair services for all electrical faults, from flickering lights to power outages. Our experts diagnose and fix issues quickly.", imageSrc: "https://img.b2bpic.net/free-photo/electrician-working-with-electrical-box_169016-12151.jpg", imageAlt: "Electrician repairing a circuit board"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Maintenance & Safety Checks", description: "Regular electrical maintenance, safety inspections, and EICR reports to keep your property compliant and prevent potential hazards.", imageSrc: "https://img.b2bpic.net/free-photo/electrician-examining-electrical-switchboard-industry_169016-12153.jpg", imageAlt: "Electrician performing a safety check"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
title="Comprehensive Electrical Services"
|
||||||
|
description="From emergency repairs to full-scale installations, TBE Electrical LTD offers a complete range of services for residential and commercial clients."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterCard
|
||||||
|
logoText="Electrical Solutions Inc."
|
||||||
|
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||||
|
socialLinks={[
|
||||||
|
{
|
||||||
|
icon: Facebook,
|
||||||
|
href: "#", ariaLabel: "Facebook"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Twitter,
|
||||||
|
href: "#", ariaLabel: "Twitter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Linkedin,
|
||||||
|
href: "#", ariaLabel: "LinkedIn"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user