diff --git a/src/app/page.tsx b/src/app/page.tsx index 8216e4d..7c0ca79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,60 +48,37 @@ export default function LandingPage() {
@@ -121,46 +90,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Motor Repair", - description: "Fast diagnostics and expert repair for all types of electric motors.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-holding-repairing-equipment_23-2150376982.jpg", - imageAlt: "Repair", - }, + title: "Motor Repair", description: "Fast diagnostics and expert repair for all types of electric motors.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-holding-repairing-equipment_23-2150376982.jpg", imageAlt: "Repair"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/equipment-fix-computer_1161-87.jpg", - imageAlt: "Diagnostic", - }, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2490.jpg?_wi=1", - imageAlt: "electric motor diagnostic equipment", + imageSrc: "http://img.b2bpic.net/free-photo/equipment-fix-computer_1161-87.jpg", imageAlt: "Diagnostic"}, }, { - title: "Motor Rewinding", - description: "Professional coil rewinding to restore peak performance.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/car-machine_74190-5335.jpg", - imageAlt: "Rewind", - }, + title: "Motor Rewinding", description: "Professional coil rewinding to restore peak performance.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/car-machine_74190-5335.jpg", imageAlt: "Rewind"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599435.jpg", - imageAlt: "Process", - }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-her-electric-car-with-charging-pistol_1303-31567.jpg", - imageAlt: "electric motor diagnostic equipment", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599435.jpg", imageAlt: "Process"}, }, { - title: "EV Charging Solutions", - description: "Level 2 home and commercial installation by certified pros.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-charging-electric-car_23-2149530057.jpg", - imageAlt: "Charger", - }, + title: "EV Charging Solutions", description: "Level 2 home and commercial installation by certified pros.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-charging-electric-car_23-2149530057.jpg", imageAlt: "Charger"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg?_wi=1", - imageAlt: "Install", - }, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", - imageAlt: "electric motor diagnostic equipment", + imageSrc: "http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg", imageAlt: "Install"}, }, ]} showStepNumbers={true} @@ -177,41 +122,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Pool Pump Motors", - price: "Expert Repair", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2490.jpg?_wi=2", - }, + id: "p1", name: "Pool Pump Motors", price: "Expert Repair", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2490.jpg"}, { - id: "p2", - name: "HVAC Blower Motors", - price: "Fast Service", - imageSrc: "http://img.b2bpic.net/free-photo/diligent-cobbler-glasses-is-working-with-pair-leather-shoes-his-workplace_613910-12914.jpg", - }, + id: "p2", name: "HVAC Blower Motors", price: "Fast Service", imageSrc: "http://img.b2bpic.net/free-photo/diligent-cobbler-glasses-is-working-with-pair-leather-shoes-his-workplace_613910-12914.jpg"}, { - id: "p3", - name: "Air Compressors", - price: "Industrial Focus", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-jeweler-making-jewellery_23-2150931439.jpg", - }, + id: "p3", name: "Air Compressors", price: "Industrial Focus", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-jeweler-making-jewellery_23-2150931439.jpg"}, { - id: "p4", - name: "Table Saw Motors", - price: "Part Sourcing", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg", - }, + id: "p4", name: "Table Saw Motors", price: "Part Sourcing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg"}, { - id: "p5", - name: "Lathe Motors", - price: "Precision Fixes", - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741296.jpg", - }, + id: "p5", name: "Lathe Motors", price: "Precision Fixes", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741296.jpg"}, { - id: "p6", - name: "Furnace Blowers", - price: "Licensed & Insured", - imageSrc: "http://img.b2bpic.net/free-photo/technician-sitting-workbench_23-2147897991.jpg", - }, + id: "p6", name: "Furnace Blowers", price: "Licensed & Insured", imageSrc: "http://img.b2bpic.net/free-photo/technician-sitting-workbench_23-2147897991.jpg"}, ]} title="Every Motor, Every Job" description="If it runs on electricity, we can fix it." @@ -224,9 +145,7 @@ export default function LandingPage() { title="EV Ready Installations" buttons={[ { - text: "Book EV Install", - href: "#contact", - }, + text: "Book EV Install", href: "#contact"}, ]} /> @@ -239,25 +158,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "5.0", - title: "Google Rating", - description: "Highly rated by local Gardena clients.", - icon: Star, + id: "m1", value: "5.0", title: "Google Rating", description: "Highly rated by local Gardena clients.", icon: Star, }, { - id: "m2", - value: "24H", - title: "Fast Turnaround", - description: "We minimize your downtime.", - icon: Clock, + id: "m2", value: "24H", title: "Fast Turnaround", description: "We minimize your downtime.", icon: Clock, }, { - id: "m3", - value: "100%", - title: "Satisfaction", - description: "Committed to quality work.", - icon: CheckCircle, + id: "m3", value: "100%", title: "Satisfaction", description: "Committed to quality work.", icon: CheckCircle, }, ]} title="Quality You Can Count On" @@ -272,45 +179,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Francesco Funiciello", - handle: "Verified Google Review", - testimonial: "Received with a great smile and quick service. The price is reasonable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customer-service-female-employee-with-headset_53876-111344.jpg", - }, + id: "1", name: "Francesco Funiciello", handle: "Verified Google Review", testimonial: "Received with a great smile and quick service. The price is reasonable.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/customer-service-female-employee-with-headset_53876-111344.jpg"}, { - id: "2", - name: "Cindy & Gigi Kehagiaras", - handle: "EV Installation", - testimonial: "Tyler and Daryl worked quickly and respectfully. Couldn't be happier.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - }, + id: "2", name: "Cindy & Gigi Kehagiaras", handle: "EV Installation", testimonial: "Tyler and Daryl worked quickly and respectfully. Couldn't be happier.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"}, { - id: "3", - name: "Steven Habberfield", - handle: "Local Guide", - testimonial: "They know what they're doing and they do it fast.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-nose-ring-pinkish-hair-sitting-desk-wireless-headphones-having-voice-lesson-using-webcam-video-chat-learning-online-having-excited-cheerful-look-people-technology_343059-1925.jpg", - }, + id: "3", name: "Steven Habberfield", handle: "Local Guide", testimonial: "They know what they're doing and they do it fast.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-nose-ring-pinkish-hair-sitting-desk-wireless-headphones-having-voice-lesson-using-webcam-video-chat-learning-online-having-excited-cheerful-look-people-technology_343059-1925.jpg"}, { - id: "4", - name: "Robert", - handle: "HVAC Repair", - testimonial: "In less than 24 hours he fixed the blower motor and I was back in business.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg", - }, + id: "4", name: "Robert", handle: "HVAC Repair", testimonial: "In less than 24 hours he fixed the blower motor and I was back in business.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg"}, { - id: "5", - name: "TheTrueElectrek", - handle: "Pool Motor Repair", - testimonial: "Quick, fast service and a cheap price. Great place.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg", - }, + id: "5", name: "TheTrueElectrek", handle: "Pool Motor Repair", testimonial: "Quick, fast service and a cheap price. Great place.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg"}, ]} showRating={true} title="What Customers Say" @@ -323,20 +205,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Fast Turnaround", - content: "We know downtime costs money. Same-day service available.", - }, + id: "f1", title: "Fast Turnaround", content: "We know downtime costs money. Same-day service available."}, { - id: "f2", - title: "Fair Pricing", - content: "No surprises. We believe in value.", - }, + id: "f2", title: "Fair Pricing", content: "No surprises. We believe in value."}, { - id: "f3", - title: "Expert Parts Sourcing", - content: "We find parts others can't.", - }, + id: "f3", title: "Expert Parts Sourcing", content: "We find parts others can't."}, ]} sideTitle="The South Bay's Most Trusted Shop" faqsAnimation="slide-up" @@ -350,24 +223,16 @@ export default function LandingPage() { description="Let's get your motor running." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your motor issues or EV installation needs...", - required: true, + name: "message", placeholder: "Tell us about your motor issues or EV installation needs...", required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg" /> @@ -376,29 +241,19 @@ export default function LandingPage() { logoText="South Bay Electric Motors" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "About", - href: "#why-us", - }, + label: "About", href: "#why-us"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}