Merge version_1 into main #1
241
src/app/page.tsx
241
src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Emergency",
|
||||
id: "/emergency",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Emergency", id: "/emergency" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="California Wide Electric Services Inc."
|
||||
/>
|
||||
@@ -56,67 +41,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Moreno Valley’s Most Trusted 24/7 Electricians"
|
||||
description="Fast, professional electrical services for homes, communities, and businesses — available anytime, day or night."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (844) 225-9433",
|
||||
href: "tel:8442259433",
|
||||
},
|
||||
{
|
||||
text: "Get a Fast Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Call Now: (844) 225-9433", href: "tel:8442259433" },
|
||||
{ text: "Get a Fast Quote", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53652.jpg"
|
||||
imageAlt="Professional electrician working"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg",
|
||||
alt: "Electrician inspection",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-24151.jpg",
|
||||
alt: "Panel maintenance",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-electrician-technician-connects-equipment-with-tool_169016-3456.jpg",
|
||||
alt: "Connection expert",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg",
|
||||
alt: "Digital monitoring",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66829.jpg",
|
||||
alt: "Senior technician",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg", alt: "Electrician inspection" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-24151.jpg", alt: "Panel maintenance" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-electrician-technician-connects-equipment-with-tool_169016-3456.jpg", alt: "Connection expert" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg", alt: "Digital monitoring" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66829.jpg", alt: "Senior technician" },
|
||||
]}
|
||||
avatarText="Over 500+ satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Availability",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fully Licensed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rapid Response",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Safety Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Moreno Valley Experts",
|
||||
},
|
||||
{ type: "text", text: "24/7 Availability" },
|
||||
{ type: "text", text: "Fully Licensed" },
|
||||
{ type: "text", text: "Rapid Response" },
|
||||
{ type: "text", text: "Safety Certified" },
|
||||
{ type: "text", text: "Moreno Valley Experts" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Moreno Valley",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
role: "Business Owner",
|
||||
company: "Riverside",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-guy-glasses-sits-cafe-shows-peace-sign-laptop-camera-video-chats-connects_1258-314853.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David W.",
|
||||
role: "Property Manager",
|
||||
company: "Inland Empire",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily P.",
|
||||
role: "Resident",
|
||||
company: "Moreno Valley",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "John R.",
|
||||
role: "Client",
|
||||
company: "Perris",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "Moreno Valley", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
||||
{ id: "2", name: "Mike D.", role: "Business Owner", company: "Riverside", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-guy-glasses-sits-cafe-shows-peace-sign-laptop-camera-video-chats-connects_1258-314853.jpg" },
|
||||
{ id: "3", name: "David W.", role: "Property Manager", company: "Inland Empire", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg" },
|
||||
{ id: "4", name: "Emily P.", role: "Resident", company: "Moreno Valley", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg" },
|
||||
{ id: "5", name: "John R.", role: "Client", company: "Perris", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from residents and businesses across Moreno Valley."
|
||||
@@ -267,42 +123,15 @@ export default function LandingPage() {
|
||||
title="Trusted Partners & Community Leaders"
|
||||
description="Proudly supporting infrastructure across the region."
|
||||
names={[
|
||||
"Moreno Valley Business Council",
|
||||
"Inland Empire Chamber",
|
||||
"Riverside Homeowners Alliance",
|
||||
"Southern California Energy Partners",
|
||||
"Local Utility Alliance",
|
||||
]}
|
||||
"Moreno Valley Business Council", "Inland Empire Chamber", "Riverside Homeowners Alliance", "Southern California Energy Partners", "Local Utility Alliance"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "/emergency",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ items: [{ label: "Emergency", href: "/emergency" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
logoText="California Wide Electric Services Inc."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user