Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cbb25b03e | |||
| 918233d8b0 | |||
| fb1c2c2d2f | |||
| 2a9f6a77f8 |
@@ -4,12 +4,11 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { AlertTriangle, Building2, Eye, Gauge, Home, Lightbulb, Mail, Shield, Star, TrendingUp, Zap } from "lucide-react";
|
||||
import { Building2, Eye, Gauge, Home, Lightbulb, Mail, Shield, TrendingUp, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -57,7 +56,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ customers"
|
||||
ratingText="Trusted by our customers"
|
||||
buttons={[
|
||||
{ text: "Book Estimate Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
@@ -98,15 +97,11 @@ export default function LandingPage() {
|
||||
title: "Commercial Electrical", description: "Professional commercial electrical services for businesses, offices, and industrial facilities."
|
||||
},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
icon: Zap,
|
||||
title: "Emergency Repairs", description: "24/7 emergency electrical repair service. Fast response to power outages and urgent electrical issues."
|
||||
},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Panel Upgrades", description: "Electrical panel upgrades and replacements to meet modern power demands safely and efficiently."
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Wiring & Installation", description: "Expert wiring installation for new construction, renovations, and safety code compliance."
|
||||
},
|
||||
{
|
||||
@@ -121,41 +116,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Customers Say"
|
||||
description="Join hundreds of satisfied customers who trust Oro Electrical for their electrical needs."
|
||||
tag="Client Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Oro Electrical completely rewired our 30-year-old home. Professional, punctual, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=1", imageAlt: "John Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Thompson", handle: "Business Owner", testimonial: "Fast emergency response when our office lost power. They diagnosed and fixed the issue in under an hour. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=1", imageAlt: "Sarah Thompson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Chen", handle: "Contractor", testimonial: "We've partnered with Oro Electrical on multiple projects. Their expertise and reliability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Rodriguez", handle: "Homeowner", testimonial: "Best electricians I've worked with. They explained everything clearly and finished ahead of schedule. Will definitely call again!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Kim", handle: "Property Manager", testimonial: "Reliable, professional, and cost-effective. Oro Electrical handles all our property maintenance needs seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=2", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Had them upgrade our electrical panel. Great communication throughout the project. Very satisfied with the results!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=2", imageAlt: "Lisa Anderson"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTen
|
||||
title="By The Numbers"
|
||||
@@ -168,16 +128,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "500+ Happy Customers", subtitle: "From residential homes to commercial businesses", category: "Satisfied", value: "100%"
|
||||
id: "1", title: "24/7 Emergency Service", subtitle: "Available anytime for urgent electrical needs", category: "Service", value: "Always On"
|
||||
},
|
||||
{
|
||||
id: "2", title: "12+ Years Experience", subtitle: "Licensed and insured electrical expertise", category: "Industry", value: "Certified"
|
||||
},
|
||||
{
|
||||
id: "3", title: "24/7 Emergency Service", subtitle: "Available anytime for urgent electrical needs", category: "Service", value: "Always On"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Free Estimate", subtitle: "No obligation consultation and pricing", category: "Transparent", value: "Always"
|
||||
id: "2", title: "Free Estimate", subtitle: "No obligation consultation and pricing", category: "Transparent", value: "Always"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -213,8 +167,7 @@ export default function LandingPage() {
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Book Estimate", href: "#contact" },
|
||||
{ label: "Testimonials", href: "#testimonials" }
|
||||
{ label: "Book Estimate", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user