diff --git a/src/app/page.tsx b/src/app/page.tsx index 42ef89d..5dcfc21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -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() {