Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf7216a726 | |||
| 4c394f5b19 | |||
| c6d379e92e |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -84,8 +84,9 @@ export default function LandingPage() {
|
|||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureHoverPattern
|
<FeatureHoverPattern
|
||||||
title="Our Core Services"
|
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"
|
tag="Services"
|
||||||
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -109,7 +110,7 @@ export default function LandingPage() {
|
|||||||
title: "Warranty Coverage", description: "All work backed by our satisfaction guarantee and comprehensive warranty protection."
|
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."
|
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">
|
<div id="why-us" data-section="why-us">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Why Choose Local Pros"
|
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"
|
tag="Our Promise"
|
||||||
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -146,8 +148,9 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Real reviews from real customers in our community"
|
description="Hear directly from the families and businesses we serve. Their satisfaction and trust drive everything we do."
|
||||||
tag="Testimonials"
|
tag="Customer Testimonials"
|
||||||
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -177,7 +180,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Ready to Get Started?"
|
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" }}
|
ctaButton={{ text: "Call Now", href: "tel:+15551234567" }}
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
faqs={[
|
faqs={[
|
||||||
|
|||||||
Reference in New Issue
Block a user