diff --git a/src/app/page.tsx b/src/app/page.tsx index d3a5e0d..cb429c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { ShieldCheck, CalendarCheck, Home, PhoneCall, Star } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -30,99 +31,32 @@ export default function LandingPage() {
@@ -132,40 +66,19 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + title="Professional Roofing Solutions" + description="Whether it's a small residential repair or a large-scale commercial installation, our expert crews handle every project with precision." features={[ { - id: "1", - label: "Residential", - title: "Home Roofing", - items: [ - "Shingle replacement", - "Leak repair", - "Gutter installation", - ], + id: "1", label: "Residential", title: "Home Roofing Services", items: ["Expert shingle replacement", "Custom roof repairs", "Complete gutter systems"], }, { - id: "2", - label: "Commercial", - title: "Business Roofing", - items: [ - "Flat roof systems", - "Roof maintenance", - "Large-scale repair", - ], + id: "2", label: "Commercial", title: "Business Roofing Systems", items: ["Advanced flat roof solutions", "Full maintenance programs", "Emergency roofing repairs"], }, { - id: "3", - label: "Mountain", - title: "Mountain Communities", - items: [ - "Snow load assessment", - "Alpine roof durability", - "Weather resistant solutions", - ], + id: "3", label: "Specialty", title: "Mountain & Alpine", items: ["Snow-load engineering", "Alpine weather durability", "High-altitude materials"], }, ]} - title="Comprehensive Roofing Services" - description="We offer high-quality roofing solutions tailored to Colorado's unique climate." /> @@ -174,37 +87,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="By The Numbers" + description="Our commitment to the Colorado community is reflected in our long-term results and client trust." metrics={[ - { - id: "m1", - value: "28", - title: "Years Experience", - items: [ - "Industry dedication", - "Proven results", - ], - }, - { - id: "m2", - value: "100%", - title: "Commitment", - items: [ - "Exceptional quality", - "Full transparency", - ], - }, - { - id: "m3", - value: "Thousands", - title: "Satisfied Clients", - items: [ - "Residential homes", - "Commercial buildings", - ], - }, + { id: "m1", value: "28+", title: "Years Serving Colorado", items: ["Industry leading experience"] }, + { id: "m2", value: "100%", title: "Quality Guaranteed", items: ["Licensed and insured experts"] }, + { id: "m3", value: "Thousands", title: "Happy Clients", items: ["Homes and businesses protected"] }, ]} - title="Proven Track Record" - description="Decades of trust across Colorado." /> @@ -213,111 +102,48 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "Denver, CO", - testimonial: "Excellent service and quick repair.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468680.jpg", - }, - { - id: "2", - name: "Mark R.", - handle: "Montrose, CO", - testimonial: "Professional, clean, and honest.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-making-plans-remodel-house_23-2148814633.jpg", - }, - { - id: "3", - name: "Emily P.", - handle: "Colorado Springs, CO", - testimonial: "The best roofing company I've worked with.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/box-pov-girl-parcel-unboxing-joy_169016-68951.jpg", - }, - { - id: "4", - name: "David W.", - handle: "Denver, CO", - testimonial: "Fast turnaround and fair pricing.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", - }, - { - id: "5", - name: "Linda M.", - handle: "Boulder, CO", - testimonial: "Responsive team and knowledgeable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg", - }, - ]} + title="What Colorado Says" + description="See why property owners across the state trust the Horn Brothers name." showRating={true} - title="What Our Customers Say" - description="Real feedback from satisfied Colorado homeowners." + testimonials={[ + { id: "1", name: "Sarah J.", handle: "Denver", testimonial: "Fast response and a flawless roof installation. Highly professional team.", rating: 5 }, + { id: "2", name: "Mark R.", handle: "Montrose", testimonial: "Exceptional quality, honest pricing, and they kept my site spotless.", rating: 5 }, + { id: "3", name: "Emily P.", handle: "Colorado Springs", testimonial: "The only team I trust for our business properties. Truly reliable experts.", rating: 5 }, + ]} />
); -} +} \ No newline at end of file