diff --git a/src/app/page.tsx b/src/app/page.tsx
index e4ea295..303adf0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,67 +41,29 @@ export default function LandingPage() {
@@ -126,21 +73,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Power You Can Trust"
metrics={[
- {
- icon: Zap,
- label: "Emergency Response",
- value: "24/7",
- },
- {
- icon: Star,
- label: "Customer Rating",
- value: "4.9",
- },
- {
- icon: ShieldCheck,
- label: "Licensed & Insured",
- value: "100%",
- },
+ { icon: Zap, label: "Emergency Response", value: "24/7" },
+ { icon: Star, label: "Customer Rating", value: "4.9" },
+ { icon: ShieldCheck, label: "Licensed & Insured", value: "100%" },
]}
metricsAnimation="slide-up"
/>
@@ -152,56 +87,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "24/7 Emergency Services",
- author: "Fast",
- description: "We are always ready to help you during emergencies.",
- tags: [
- "Emergency",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52168.jpg",
- },
- {
- id: "f2",
- title: "Fast Response",
- author: "Reliable",
- description: "Serving Moreno Valley and the Inland Empire.",
- tags: [
- "Local",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg",
- },
- {
- id: "f3",
- title: "Professional Technicians",
- author: "Expert",
- description: "Clean, respectful, and highly trained staff.",
- tags: [
- "Expert",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-poses-by-switchboard-with-tablet-tech-portrait_169016-71225.jpg",
- },
- {
- id: "f4",
- title: "Safety Protocols",
- author: "Pro",
- description: "Comprehensive safety inspections for every job.",
- tags: [
- "Safety",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/using-multimeter-check-circuit-board_23-2148254081.jpg",
- },
- {
- id: "f5",
- title: "Latest Technology",
- author: "Advanced",
- description: "Using high-end diagnostic tools for precision.",
- tags: [
- "Tech",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/equipment-fix-computer_1161-87.jpg",
- },
+ { id: "f1", title: "24/7 Emergency Services", author: "Fast", description: "We are always ready to help you during emergencies.", tags: ["Emergency"], imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52168.jpg" },
+ { id: "f2", title: "Fast Response", author: "Reliable", description: "Serving Moreno Valley and the Inland Empire.", tags: ["Local"], imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg" },
+ { id: "f3", title: "Professional Technicians", author: "Expert", description: "Clean, respectful, and highly trained staff.", tags: ["Expert"], imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-poses-by-switchboard-with-tablet-tech-portrait_169016-71225.jpg" },
+ { id: "f4", title: "Safety Protocols", author: "Pro", description: "Comprehensive safety inspections for every job.", tags: ["Safety"], imageSrc: "http://img.b2bpic.net/free-photo/using-multimeter-check-circuit-board_23-2148254081.jpg" },
+ { id: "f5", title: "Latest Technology", author: "Advanced", description: "Using high-end diagnostic tools for precision.", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/equipment-fix-computer_1161-87.jpg" },
]}
title="Why Choose Us"
description="Professional and fast service for all your electrical needs."
@@ -212,48 +102,14 @@ export default function LandingPage() {