Merge version_1 into main #2
290
src/app/page.tsx
290
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Bright Axis"
|
||||
/>
|
||||
@@ -62,40 +47,16 @@ export default function LandingPage() {
|
||||
logoText="Bright Axis Electrician Co."
|
||||
description="Professional, reliable, and veteran-owned electrical services for San Diego homes. Powering your future with integrity and expertise."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Our Services", href: "#features" }
|
||||
]}
|
||||
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/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg", imageAlt: "Electrician working" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg", imageAlt: "EV charger install" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg", imageAlt: "Solar wiring" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg", 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", imageAlt: "Smart lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lamp-against-red-brick-wall-night_1339-3098.jpg", imageAlt: "Outdoor lighting" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,18 +68,9 @@ export default function LandingPage() {
|
||||
title="Why Choose Bright Axis?"
|
||||
description="With a solid 5-star reputation and veteran-owned values, we bring precision, honesty, and safety to every project. We are your dedicated electrical partners in San Diego."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Veteran-Owned",
|
||||
description: "Driven by core values of service, reliability, and precision.",
|
||||
},
|
||||
{
|
||||
title: "5-Star Service",
|
||||
description: "Consistently rated highly by our San Diego neighbors.",
|
||||
},
|
||||
{
|
||||
title: "Expertise",
|
||||
description: "Certified and licensed specialists for all residential needs.",
|
||||
},
|
||||
{ title: "Veteran-Owned", description: "Driven by core values of service, reliability, and precision." },
|
||||
{ title: "5-Star Service", description: "Consistently rated highly by our San Diego neighbors." },
|
||||
{ title: "Expertise", description: "Certified and licensed specialists for all residential needs." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841445.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -131,24 +83,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "EV Charger Install",
|
||||
description: "Expert residential EV charging station installations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ev-charging-station-clean-energy-filling-technology-electric-car-charging_35913-2573.jpg",
|
||||
imageAlt: "EV charger",
|
||||
},
|
||||
{
|
||||
title: "Solar-Ready Wiring",
|
||||
description: "Prepare your home for high-efficiency solar energy integration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-30010.jpg",
|
||||
imageAlt: "Solar wiring",
|
||||
},
|
||||
{
|
||||
title: "Smart Home Lighting",
|
||||
description: "Custom automated and efficient lighting solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-chaos-blue-tunnel-background_1017-3418.jpg",
|
||||
imageAlt: "Smart lighting",
|
||||
},
|
||||
{ title: "EV Charger Install", description: "Expert residential EV charging station installations.", imageSrc: "http://img.b2bpic.net/free-photo/ev-charging-station-clean-energy-filling-technology-electric-car-charging_35913-2573.jpg", imageAlt: "EV charger" },
|
||||
{ title: "Solar-Ready Wiring", description: "Prepare your home for high-efficiency solar energy integration.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-30010.jpg", imageAlt: "Solar wiring" },
|
||||
{ title: "Smart Home Lighting", description: "Custom automated and efficient lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-chaos-blue-tunnel-background_1017-3418.jpg", imageAlt: "Smart lighting" }
|
||||
]}
|
||||
title="Our Specialized Electrical Services"
|
||||
description="Modern solutions for a modern home, covering everything from core repairs to the latest green energy technology."
|
||||
@@ -159,50 +96,15 @@ export default function LandingPage() {
|
||||
<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",
|
||||
},
|
||||
{ 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."
|
||||
@@ -214,61 +116,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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",
|
||||
imageAlt: "happy homeowner portrait",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "happy homeowner portrait",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "happy homeowner portrait",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "happy homeowner portrait",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "happy homeowner portrait",
|
||||
},
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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" }
|
||||
]}
|
||||
title="What San Diego Says"
|
||||
description="See why our neighbors trust Bright Axis for their home electrical needs."
|
||||
@@ -281,24 +133,9 @@ export default function LandingPage() {
|
||||
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+",
|
||||
},
|
||||
{ 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."
|
||||
@@ -309,21 +146,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, contact us to schedule a site review.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is your business fully insured?",
|
||||
content: "Absolutely. Safety is our top priority.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you serve all San Diego?",
|
||||
content: "Yes, we serve the entire San Diego metropolitan area.",
|
||||
},
|
||||
{ id: "q1", title: "Do you provide free estimates?", content: "Yes, contact us to schedule a site review." },
|
||||
{ id: "q2", title: "Is your business fully insured?", content: "Absolutely. Safety is our top priority." },
|
||||
{ id: "q3", title: "Do you serve all San Diego?", content: "Yes, we serve the entire San Diego metropolitan area." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -333,48 +158,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to get started? Contact Bright Axis Electrician Co. for a professional quote today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us Now", href: "tel:5555555555" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] }
|
||||
]}
|
||||
logoText="Bright Axis"
|
||||
/>
|
||||
@@ -382,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user