2 Commits

Author SHA1 Message Date
4c394f5b19 Update src/app/page.tsx 2026-03-08 21:39:44 +00:00
c6d379e92e Update src/app/layout.tsx 2026-03-08 21:39:44 +00:00
2 changed files with 1377 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Users, Clock, Shield, Wrench, Hammer, Zap, CheckCircle, Phone } from 'lucide-react';
import { Award, Users, Clock, Shield, Wrench, Hammer, Zap, CheckCircle, Phone, Heart, Headphones } from 'lucide-react';
export default function LandingPage() {
return (
@@ -84,8 +84,9 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureHoverPattern
title="Our Core Services"
description="Professional, reliable solutions tailored to meet your needs."
description="Professional, reliable solutions tailored to meet your needs. Each service is backed by our commitment to quality and customer satisfaction."
tag="Services"
tagIcon={CheckCircle}
tagAnimation="slide-up"
features={[
{
@@ -109,7 +110,7 @@ export default function LandingPage() {
title: "Warranty Coverage", description: "All work backed by our satisfaction guarantee and comprehensive warranty protection."
},
{
icon: Phone,
icon: Headphones,
title: "Expert Consultation", description: "Free phone consultation to assess your needs and provide honest, upfront pricing estimates."
}
]}
@@ -122,8 +123,9 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<ProductCardOne
title="Why Choose Local Pros"
description="See the difference professional service makes"
description="We're committed to delivering exceptional value and trustworthy service that keeps customers coming back."
tag="Our Promise"
tagIcon={Heart}
tagAnimation="slide-up"
products={[
{
@@ -146,8 +148,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Customers Say"
description="Real reviews from real customers in our community"
tag="Testimonials"
description="Hear directly from the families and businesses we serve. Their satisfaction and trust drive everything we do."
tag="Customer Testimonials"
tagIcon={CheckCircle}
tagAnimation="slide-up"
testimonials={[
{
@@ -177,7 +180,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Get Started?"
ctaDescription="Contact us today for a free quote and discover why local families choose us."
ctaDescription="Contact us today for a free quote and discover why local families choose us for professional service."
ctaButton={{ text: "Call Now", href: "tel:+15551234567" }}
ctaIcon={Phone}
faqs={[