7 Commits

Author SHA1 Message Date
e69415eead Merge version_3 into main
Merge version_3 into main
2026-05-05 06:04:24 +00:00
123f4a8aa3 Update src/app/page.tsx 2026-05-05 06:04:18 +00:00
95539d9494 Merge version_2 into main
Merge version_2 into main
2026-05-05 06:01:59 +00:00
adc1041a8e Update src/app/page.tsx 2026-05-05 06:01:53 +00:00
32bd34786c Merge version_1 into main
Merge version_1 into main
2026-05-05 05:55:19 +00:00
f3af182067 Merge version_1 into main
Merge version_1 into main
2026-05-05 05:54:56 +00:00
c66bbe7158 Merge version_1 into main
Merge version_1 into main
2026-05-05 05:54:28 +00:00

View File

@@ -11,8 +11,10 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Star, Zap } from "lucide-react";
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import { Award, Star, Zap, MessageSquareQuote, DollarSign, BookOpen, BarChart3, PiggyBank } from "lucide-react";
export default function LandingPage() {
return (
@@ -35,6 +37,8 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "reputation" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
@@ -53,10 +57,7 @@ export default function LandingPage() {
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg?_wi=1", imageAlt: "Electrician working" },
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg?_wi=1", imageAlt: "EV charger install" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg?_wi=1", imageAlt: "Solar wiring" },
{ imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg?_wi=1", imageAlt: "Customer service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/person-looking-mobile-phone-with-lighting-controlling-app-sitting-kitchen-house-with-automation-light-system-turning-bulb-using-voice-command_482257-2272.jpg?_wi=1", imageAlt: "Smart lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lamp-against-red-brick-wall-night_1339-3098.jpg", imageAlt: "Outdoor lighting" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg?_wi=1", imageAlt: "Solar wiring" }
]}
/>
</div>
@@ -92,53 +93,37 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Safety Inspection", price: "$149", variant: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-53728.jpg" },
{ id: "p2", name: "Panel Upgrade", price: "$1,200+", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/male-military-general-portrait_23-2149222040.jpg" },
{ id: "p3", name: "Smart Hub Setup", price: "$299", variant: "Automation", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-audits-switchgear-with-tablet-smart-maintenance_169016-71427.jpg" },
{ id: "p4", name: "Outdoor Light Install", price: "$199", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp-decoration_1339-7077.jpg" },
{ id: "p5", name: "EV Outlet Install", price: "$450+", variant: "Charging", imageSrc: "http://img.b2bpic.net/free-photo/man-charging-his-electric-car-charge-station-using-smartphone_1268-17741.jpg" },
{ id: "p6", name: "General Maintenance", price: "$99/hr", variant: "Hourly", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg" }
]}
title="Professional Electrical Solutions"
description="Transparent pricing for common professional services. Get reliable work done right the first time."
/>
<div id="pricing" data-section="pricing">
<PricingCardFive
animationType="slide-up"
title="Pricing & Finance"
description="We believe in transparent, value-based financial practices that protect your investment."
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "p1", tag: "Value", tagIcon: DollarSign,
price: "Value-Based", period: "Pricing", description: "We price by the value of the solution delivered, not just the hours spent.", button: { text: "Learn More", href: "#contact" },
featuresTitle: "Core Financial Principles", features: ["Always provide written quotes upfront", "Track individual job profitability", "Set aside 25-30% for taxes in a business account"]
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={true}
<div id="reputation" data-section="reputation">
<TestimonialCardTwo
title="Our Reputation"
description="We value transparency and customer satisfaction. Find us on your favorite platforms or leave a review to help our community."
animationType="slide-up"
textboxLayout="split-actions"
useInvertedBackground={false}
buttons={[
{ text: "Review on Google", href: "#" },
{ text: "Review on Yelp", href: "#" }
]}
testimonials={[
{ id: "1", name: "Sarah J.", date: "Jan 2025", title: "Homeowner", quote: "Professional, punctual, and highly efficient. Highly recommend!", tag: "EV Charger", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg?_wi=2" },
{ id: "2", name: "Michael C.", date: "Dec 2024", title: "Business Owner", quote: "Reliable work for our commercial office setup.", tag: "General Electrical", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg?_wi=2" },
{ id: "3", name: "Emily R.", date: "Nov 2024", title: "Military Spouse", quote: "Friendly and respectful team. Great veteran-owned company.", tag: "Smart Lighting", avatarSrc: "http://img.b2bpic.net/free-photo/happy-positive-father-holding-little-daughter-arms-hugging-girl-talking-her-outdoors-after-returning-from-military-mission-trip-closeup-shot-family-reunion-returning-home-concept_74855-12889.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg?_wi=2" },
{ id: "4", name: "David K.", date: "Oct 2024", title: "Homeowner", quote: "Solved our electrical issues quickly. Transparent pricing.", tag: "Safety Inspect", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-woman-holding-mobile-standing-front-shelf_23-2147901275.jpg", imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg?_wi=2" },
{ id: "5", name: "Jane D.", date: "Sep 2024", title: "Homeowner", quote: "Efficient work on my new solar wiring. Very impressed.", tag: "Solar-Ready", avatarSrc: "http://img.b2bpic.net/free-photo/teenage-girl-listening-music-headphones-city-woman-city_169016-66657.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-looking-mobile-phone-with-lighting-controlling-app-sitting-kitchen-house-with-automation-light-system-turning-bulb-using-voice-command_482257-2272.jpg?_wi=2" }
{ id: "r1", name: "Customer Support", role: "Google Verified", testimonial: "We take pride in our 5-star reputation on Google, Yelp, Angi, and Thumbtack. Your feedback helps us serve you better.", icon: MessageSquareQuote }
]}
title="What San Diego Says"
description="See why our neighbors trust Bright Axis for their home electrical needs."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Star, title: "Client Rating", value: "5.0" },
{ id: "m2", icon: Zap, title: "Jobs Completed", value: "500+" },
{ id: "m3", icon: Award, title: "Years Experience", value: "15+" }
]}
title="Service Excellence"
description="Our commitment to quality translates into tangible results for our clients."
/>
</div>