11 Commits

Author SHA1 Message Date
0a563dd3f2 Merge version_4 into main
Merge version_4 into main
2026-05-31 20:18:12 +00:00
607677454c Update src/app/page.tsx 2026-05-31 20:18:06 +00:00
5ddcfd6fe5 Merge version_4 into main
Merge version_4 into main
2026-05-31 20:17:12 +00:00
43f7a10d2e Update src/app/styles/variables.css 2026-05-31 20:17:09 +00:00
3465a66b6d Update src/app/styles/base.css 2026-05-31 20:17:09 +00:00
2fc7949bf2 Update src/app/page.tsx 2026-05-31 20:17:09 +00:00
41c9cb7eb6 Merge version_3 into main
Merge version_3 into main
2026-05-31 20:05:12 +00:00
aa3824089a Update src/app/styles/variables.css 2026-05-31 20:05:09 +00:00
e3774be31c Update src/app/styles/base.css 2026-05-31 20:05:08 +00:00
8907844efd Update src/app/page.tsx 2026-05-31 20:05:08 +00:00
5b3eb891b4 Merge version_2 into main
Merge version_2 into main
2026-05-31 19:57:19 +00:00
3 changed files with 73 additions and 63 deletions

View File

@@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Lightbulb, Zap } from "lucide-react"; import { Lightbulb, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -19,11 +19,11 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="bounce-effect" defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="pill" borderRadius="rounded"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="aurora" background="aurora"
cardStyle="inset" cardStyle="soft-shadow"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
headingFontWeight="extrabold" headingFontWeight="extrabold"
@@ -68,7 +68,7 @@ export default function LandingPage() {
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139306.jpg" imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139306.jpg"
imageAlt="Abstract electrical energy graphic" imageAlt="Abstract electrical energy graphic"
mediaAnimation="slide-up" mediaAnimation="opacity"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", alt: "Satisfied client avatar"}, src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", alt: "Satisfied client avatar"},
@@ -100,22 +100,25 @@ export default function LandingPage() {
</div> </div>
<div id="trust-bar" data-section="trust-bar"> <div id="trust-bar" data-section="trust-bar">
<MetricCardFourteen <MetricCardTwo
description="Key metrics demonstrating our commitment to quality and client satisfaction."
textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
title="Built on Trust & Excellence" title="Built on Trust & Excellence"
tag="Our Commitment" tag="Our Commitment"
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
metrics={[ metrics={[
{ {
id: "1", value: "Fully", description: "Insured"}, id: "1", value: "NICEIC", description: "Approved"},
{ {
id: "2", value: "NICEIC", description: "Approved"}, id: "2", value: "Fully", description: "Insured"},
{ {
id: "3", value: "Domestic &", description: "Commercial"}, id: "3", value: "Emergency", description: "Response"},
{ {
id: "4", value: "Fast", description: "Response"}, id: "4", value: "Domestic &", description: "Commercial"},
]} ]}
metricsAnimation="slide-up" animationType="opacity"
gridVariant="uniform-all-items-equal"
/> />
</div> </div>
@@ -134,109 +137,116 @@ export default function LandingPage() {
{ {
title: "Flawless Execution", description: "Meticulous attention to detail and rigorous standards from planning to completion."}, title: "Flawless Execution", description: "Meticulous attention to detail and rigorous standards from planning to completion."},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545634.jpg" imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-with-natural-materials_23-2150654462.jpg"
imageAlt="Electrician connecting modern electrical component with precision" imageAlt="Modern architectural interior showcasing electrical precision"
mediaAnimation="opacity" mediaAnimation="opacity"
containerClassName="py-12 md:py-24"
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<ProductCardTwo <ProductCardTwo
animationType="slide-up" animationType="opacity"
textboxLayout="default" textboxLayout="default"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "s1", brand: "BULB", name: "EV Charger Installation", price: "From £800", rating: 5, id: "s1", brand: "BULB", name: "EV Charger Installation", price: "From £800", rating: 5,
reviewCount: "230 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-charing_23-2148972407.jpg", imageAlt: "Modern EV charger installed in a luxury garage"}, reviewCount: "230 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-electric-car-charging-station-garage_23-2151044458.jpg", imageAlt: "Modern electric car charging station in a premium garage"},
{ {
id: "s2", brand: "BULB", name: "Full Rewires", price: "Quote Basis", rating: 5, id: "s2", brand: "BULB", name: "Full Rewires", price: "Quote Basis", rating: 5,
reviewCount: "180 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-hands-working-radio-station_23-2148815352.jpg", imageAlt: "Neatly organized modern electrical wiring during a rewire"}, reviewCount: "180 reviews", imageSrc: "http://img.b2bpic.net/free-photo/interior-construction-site-room-electrical-wiring_23-2149454179.jpg", imageAlt: "Clean and organized electrical wiring in a new build"},
{ {
id: "s3", brand: "BULB", name: "Smart Home Systems", price: "Custom Project", rating: 5, id: "s3", brand: "BULB", name: "Smart Home Systems", price: "Custom Project", rating: 5,
reviewCount: "210 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821300.jpg", imageAlt: "Minimalist smart home control panel"}, reviewCount: "210 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-design_23-2151821323.jpg", imageAlt: "Integrated smart home control panel in a minimalist living room"},
{ {
id: "s4", brand: "BULB", name: "Lighting Design", price: "Design Fee + Install", rating: 5, id: "s4", brand: "BULB", name: "Lighting Design", price: "Design Fee + Install", rating: 5,
reviewCount: "195 reviews", imageSrc: "http://img.b2bpic.net/free-photo/home-automation-concept_23-2148994148.jpg", imageAlt: "Stunning custom lighting installation in a high-end space"}, reviewCount: "195 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-modern-lighting_23-2150654486.jpg", imageAlt: "Sophisticated modern lighting design in a luxury apartment"},
{ {
id: "s5", brand: "BULB", name: "Commercial Electrical", price: "Project Based", rating: 5, id: "s5", brand: "BULB", name: "Commercial Electrical", price: "Project Based", rating: 5,
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-51642.jpg", imageAlt: "Modern commercial office space with sleek electrical systems"}, reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-interior_23-2148899436.jpg", imageAlt: "Sleek, modern commercial office interior with optimized electrical systems"},
{ {
id: "s6", brand: "BULB", name: "Consumer Units & Upgrades", price: "From £450", rating: 5, id: "s6", brand: "BULB", name: "Consumer Units & Upgrades", price: "From £450", rating: 5,
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/key-new-power-control-panel_1398-3.jpg", imageAlt: "Clean, newly installed state-of-the-art consumer unit"}, reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-modern-industrial-building_23-2150663486.jpg", imageAlt: "State-of-the-art consumer unit in a clean, modern setup"},
{ {
id: "s7", brand: "BULB", name: "Emergency Repairs", price: "Call Out Fee", rating: 5, id: "s7", brand: "BULB", name: "Emergency Repairs", price: "Call Out Fee", rating: 5,
reviewCount: "90 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-frustrated-male-electrician-standing-near-electric-board_23-2148087630.jpg", imageAlt: "Electrician resolving an electrical issue in a commercial setting"}, reviewCount: "90 reviews", imageSrc: "http://img.b2bpic.net/free-photo/electrician-inspecting-modern-electrical-panel_23-2150663471.jpg", imageAlt: "Skilled electrician performing meticulous inspection"},
{ {
id: "s8", brand: "BULB", name: "Maintenance Contracts", price: "Monthly/Annual", rating: 5, id: "s8", brand: "BULB", name: "Maintenance Contracts", price: "Monthly/Annual", rating: 5,
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53947.jpg", imageAlt: "Electrician inspecting sophisticated electrical equipment"}, reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-electrical-equipment-control-room_23-2150663495.jpg", imageAlt: "Professional maintenance of high-tech electrical equipment"},
]} ]}
title="Comprehensive Electrical Solutions." title="Comprehensive Electrical Solutions."
description="Tailored services designed for peak performance and lasting reliability. From innovative EV charging to intricate smart home systems, we deliver unparalleled quality." description="Tailored services designed for peak performance and lasting reliability. From innovative EV charging to intricate smart home systems, we deliver unparalleled quality."
containerClassName="py-12 md:py-24"
/> />
</div> </div>
<div id="projects" data-section="projects"> <div id="projects" data-section="projects">
<BlogCardOne <BlogCardOne
animationType="slide-up" animationType="opacity"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Our Signature Projects." title="Our Signature Projects."
description="Transforming spaces with precision and innovative electrical design. Explore a selection of our most impactful completed projects." description="Transforming spaces with precision and innovative electrical design. Explore a selection of our most impactful completed projects."
blogs={[ blogs={[
{ {
id: "p1", category: "Residential", title: "Luxury Home Lighting Installation", excerpt: "A bespoke lighting system designed and installed for a high-end residential property, creating dynamic ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/pendant-light-japandi-bed-scene-calm-bedroom_169016-71101.jpg", imageAlt: "Luxury smart home living room with exquisite lighting", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", date: "October 2023"}, id: "p1", category: "Residential", title: "Luxury Home Lighting Installation", excerpt: "A bespoke lighting system designed and installed for a high-end residential property, creating dynamic ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-elegant-lighting_23-2150654489.jpg", imageAlt: "Luxury smart home living room with exquisite lighting", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", date: "October 2023"},
{ {
id: "p2", category: "Commercial", title: "Commercial Office Fit-Out", excerpt: "Complete electrical infrastructure installation for a modern corporate office, ensuring efficiency and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397593.jpg", imageAlt: "Sleek, open-plan commercial office interior", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", date: "September 2023"}, id: "p2", category: "Commercial", title: "Commercial Office Fit-Out", excerpt: "Complete electrical infrastructure installation for a modern corporate office, ensuring efficiency and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-interior_23-2151036082.jpg", imageAlt: "Sleek, open-plan commercial office interior", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", date: "September 2023"},
{ {
id: "p3", category: "Smart Systems", title: "Smart Home Integration", excerpt: "Seamless integration of advanced smart home systems for ultimate control and energy efficiency in a new build.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349208.jpg", imageAlt: "Seamless wall-mounted smart home integration panel", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-african-man-glasses-standing-street-outdoor-photo-stylish-black-guy-listening-music-headphones_197531-21803.jpg", date: "August 2023"}, id: "p3", category: "Smart Systems", title: "Smart Home Integration", excerpt: "Seamless integration of advanced smart home systems for ultimate control and energy efficiency in a new build.", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-control-panel_23-2151821323.jpg", imageAlt: "Seamless wall-mounted smart home integration panel", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-african-man-glasses-standing-street-outdoor-photo-stylish-black-guy-listening-music-headphones_197531-21803.jpg", date: "August 2023"},
{ {
id: "p4", category: "EV Charging", title: "EV Charging Installation", excerpt: "Installation of multiple high-speed EV charging stations for a residential development, promoting sustainable living.", imageSrc: "http://img.b2bpic.net/free-photo/charging-socket-electric-car_1268-17719.jpg", imageAlt: "Electric vehicle charging station in a modern garage", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/outside-portrait-young-smiling-woman-with-wavy-hair-wearing-striped-tshirt-blue-shirt-is-posing-camera-with-happy-smile-against-city-square-with-green-exotic-trees_291650-1903.jpg", date: "July 2023"}, id: "p4", category: "EV Charging", title: "EV Charging Installation", excerpt: "Installation of multiple high-speed EV charging stations for a residential development, promoting sustainable living.", imageSrc: "http://img.b2bpic.net/free-photo/electric-car-charging-station-modern-garage_23-2151044458.jpg", imageAlt: "Electric vehicle charging station in a modern garage", authorName: "BULB Team", authorAvatar: "http://img.b2bpic.net/free-photo/outside-portrait-young-smiling-woman-with-wavy-hair-wearing-striped-tshirt-blue-shirt-is-posing-camera-with-happy-smile-against-city-square-with-green-exotic-trees_291650-1903.jpg", date: "July 2023"},
]} ]}
containerClassName="py-12 md:py-24"
/> />
</div> </div>
<div id="process" data-section="process"> <div id="process" data-section="process">
<FeatureCardTwentyOne <FeatureCardSeven
textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
title="Our Seamless Process." title="Our Seamless Process."
description="Experience electrical work delivered with clarity, efficiency, and expert care. From initial concept to certified completion, we ensure a smooth journey." description="Experience electrical work delivered with clarity, efficiency, and expert care. From initial concept to certified completion, we ensure a smooth journey."
accordionItems={[ animationType="opacity"
features={[
{ {
id: "step-1", title: "1. Consultation", content: "We begin with a thorough consultation to understand your needs, objectives, and existing infrastructure. This allows us to tailor a solution that perfectly fits your requirements and budget. Our experts provide clear, concise advice."}, title: "1. Consultation", description: "We begin with a thorough consultation to understand your needs, objectives, and existing infrastructure. This allows us to tailor a solution that perfectly fits your requirements and budget. Our experts provide clear, concise advice.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EVH29cNB4aTXkBh7MjsAxnRbrF/uploaded-1780258576787-oi5cyo9j.png", imageAlt: "Consultation process diagram"
},
{ {
id: "step-2", title: "2. Design & Planning", content: "Leveraging cutting-edge technology, our team designs a robust, efficient, and aesthetically pleasing electrical plan. Every detail is meticulously planned to ensure optimal performance, safety, and compliance with all regulations."}, title: "2. Design & Planning", description: "Leveraging cutting-edge technology, our team designs a robust, efficient, and aesthetically pleasing electrical plan. Every detail is meticulously planned to ensure optimal performance, safety, and compliance with all regulations.", imageSrc: "http://img.b2bpic.net/free-photo/architect-engineer-working-architectural-project-design-new-plan_23-2147983057.jpg", imageAlt: "Architectural design and planning"
},
{ {
id: "step-3", title: "3. Installation", content: "Our certified electricians execute the installation with unparalleled precision and attention to detail. We use only premium-grade materials and advanced techniques, minimizing disruption and adhering strictly to timelines."}, title: "3. Installation", description: "Our certified electricians execute the installation with unparalleled precision and attention to detail. We use only premium-grade materials and advanced techniques, minimizing disruption and adhering strictly to timelines.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-on-electrical-panel_23-2150663471.jpg", imageAlt: "Electrician installing electrical panel"
},
{ {
id: "step-4", title: "4. Testing & Certification", content: "Upon completion, every aspect of your new electrical system undergoes rigorous testing to guarantee safety, functionality, and compliance. We provide full certification, giving you complete peace of mind."}, title: "4. Testing & Certification", description: "Upon completion, every aspect of your new electrical system undergoes rigorous testing to guarantee safety, functionality, and compliance. We provide full certification, giving you complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-electrical-equipment_23-2150663495.jpg", imageAlt: "Technician testing electrical equipment"
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg"
imageAlt="Electrical consultant reviewing blueprints with a client"
mediaAnimation="slide-up"
mediaPosition="right"
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardTwo
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah J.", date: "Nov 2023", title: "Outstanding Smart Home Integration!", quote: "BULB transformed our home with their smart system integration. The attention to detail and flawless execution was truly impressive. Highly recommend for any premium electrical needs.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-ipad_23-2148369439.jpg"},
{
id: "t2", name: "Mark C.", date: "Oct 2023", title: "Professional Commercial Rewire", quote: "Our office rewire by BULB was seamless and efficient. The team was professional, clean, and delivered ahead of schedule. A truly premium service that exceeded our expectations.", tag: "Business Owner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-117443.jpg", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899440.jpg"},
{
id: "t3", name: "Emily R.", date: "Sep 2023", title: "Exceptional EV Charger Installation", quote: "The EV charger installation was quick, clean, and perfectly integrated into our property. BULB's expertise and customer service are second to none. Absolutely delighted with the result.", tag: "Property Developer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-graphic-designer-with-arms-crossed_1170-1023.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-using-smartphone-outdoors_23-2150747683.jpg"},
{
id: "t4", name: "David K.", date: "Aug 2023", title: "Precision Lighting Design", quote: "BULB's lighting design completely elevated our luxury apartment. The teams creativity and technical skill brought our vision to life. A truly bespoke and brilliant service.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg"},
{
id: "t5", name: "Jessica L.", date: "July 2023", title: "Reliable & Responsive Maintenance", quote: "We rely on BULB for all our commercial electrical maintenance. Their team is consistently reliable, responsive, and proactive, ensuring our operations run smoothly. Invaluable service.", tag: "Commercial Manager", avatarSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-51765.jpg"},
]}
title="Client Success Stories." title="Client Success Stories."
description="Hear from those who've experienced the BULB difference in quality and service. Our commitment to excellence shines through every project." description="Hear from those who've experienced the BULB difference in quality and service. Our commitment to excellence shines through every project."
animationType="opacity"
carouselMode="auto"
testimonials={[
{
id: "t1", name: "Sarah J.", role: "Residential Client", testimonial: "BULB transformed our home with their smart system integration. The attention to detail and flawless execution was truly impressive. Highly recommend for any premium electrical needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-ipad_23-2148369439.jpg"},
{
id: "t2", name: "Mark C.", role: "Business Owner", testimonial: "Our office rewire by BULB was seamless and efficient. The team was professional, clean, and delivered ahead of schedule. A truly premium service that exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899440.jpg"},
{
id: "t3", name: "Emily R.", role: "Property Developer", testimonial: "The EV charger installation was quick, clean, and perfectly integrated into our property. BULB's expertise and customer service are second to none. Absolutely delighted with the result.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-using-smartphone-outdoors_23-2150747683.jpg"},
{
id: "t4", name: "David K.", role: "Residential Client", testimonial: "BULB's lighting design completely elevated our luxury apartment. The teams creativity and technical skill brought our vision to life. A truly bespoke and brilliant service.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg"},
{
id: "t5", name: "Jessica L.", role: "Commercial Manager", testimonial: "We rely on BULB for all our commercial electrical maintenance. Their team is consistently reliable, responsive, and proactive, ensuring our operations run smoothly. Invaluable service.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-51765.jpg"},
]}
/> />
</div> </div>
@@ -254,7 +264,7 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBaseCard
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [

View File

@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-libre-baskerville), serif; font-family: var(--font-dm-sans), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0A0D12; --background: #f5f5f5;
--card: #141A23; --card: #ffffff;
--foreground: #F5F7FA; --foreground: #1c1c1c;
--primary-cta: #3B82F6; --primary-cta: #1f3251;
--primary-cta-text: #F5F7FA; --primary-cta-text: #f5f5f5;
--secondary-cta: #232B38; --secondary-cta: #ffffff;
--secondary-cta-text: #F5F7FA; --secondary-cta-text: #1c1c1c;
--accent: #F5A524; --accent: #15479c;
--background-accent: #A6B0C3; --background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);