Merge version_1 into main #2
135
src/app/page.tsx
135
src/app/page.tsx
@@ -1,17 +1,17 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Facebook, Linkedin, CheckCircle, ArrowRight } from "lucide-react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Facebook, Linkedin, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
description="From replacement to metal roofing and skylights—we manage the entire project: clear proposals, fast communication, permits & inspections handled, and a clean, professional finish."
|
||||
tag="Premium Roofing"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"
|
||||
imageAlt="Modern home with clean architectural roofline"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -56,16 +56,20 @@ export default function LandingPage() {
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Homeowner, Denver", testimonial: "Courteous, helpful, professional from day one. They handled all permits and inspections.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
name: "James Rodriguez", handle: "Homeowner, Boulder", testimonial: "Top-notch communication and a detailed proposal. Competitive pricing, amazing end result.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
name: "Emily Chen", handle: "Homeowner, Fort Collins", testimonial: "Metal roof plus skylights installed professionally and clean. Peace of mind throughout.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,23 +85,29 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "White-Glove Project Management", description: "We handle city permits and inspections so you don't have to chase paperwork.", imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg?_wi=1", imageAlt: "Professional organized job site", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "White-Glove Project Management", description: "We handle city permits and inspections so you don't have to chase paperwork.", imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg", imageAlt: "Professional organized job site", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Detailed Proposal, No Surprises", description: "Clear scope, clear pricing, and answers before work starts.", imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=1", imageAlt: "Professional roofing crew", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Detailed Proposal, No Surprises", description: "Clear scope, clear pricing, and answers before work starts.", imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "Professional roofing crew", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Metal Roofing & Skylight Expertise", description: "High-skill installs done cleanly and correctly with precision.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=1", imageAlt: "Standing seam metal roof detail", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Metal Roofing & Skylight Expertise", description: "High-skill installs done cleanly and correctly with precision.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Standing seam metal roof detail", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Fast, Responsive Communication", description: "Homeowners mention our responsiveness again and again.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg?_wi=1", imageAlt: "Skylight installation in progress", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Fast, Responsive Communication", description: "Homeowners mention our responsiveness again and again.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg", imageAlt: "Skylight installation in progress", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Professional Job Sites", description: "Efficient crew. Clean work. Respect for your home and property.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1", imageAlt: "Completed roof replacement project", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Professional Job Sites", description: "Efficient crew. Clean work. Respect for your home and property.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Completed roof replacement project", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Competitive Pricing, Premium Quality", description: "We don't cut corners. You get what you pay for—and then some.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=2", imageAlt: "Completed metal roof project", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Competitive Pricing, Premium Quality", description: "We don't cut corners. You get what you pay for—and then some.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Completed metal roof project", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,11 +125,14 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Metal Roofing", price: "Request Estimate", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=2", imageAlt: "Standing seam metal roofing"},
|
||||
id: "1", name: "Metal Roofing", price: "Request Estimate", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Standing seam metal roofing"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Skylight Installation", price: "Request Estimate", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg?_wi=2", imageAlt: "Professional skylight install"},
|
||||
id: "2", name: "Skylight Installation", price: "Request Estimate", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg", imageAlt: "Professional skylight install"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Roof Replacement", price: "Request Estimate", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2", imageAlt: "Complete roof replacement service"},
|
||||
id: "3", name: "Roof Replacement", price: "Request Estimate", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Complete roof replacement service"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,15 +152,20 @@ export default function LandingPage() {
|
||||
]}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "01", title: "Inspection & Options", description: "We assess the roof and outline smart options.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=3", imageAlt: "Professional roof inspection"},
|
||||
id: "1", value: "01", title: "Inspection & Options", description: "We assess the roof and outline smart options.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Professional roof inspection"
|
||||
},
|
||||
{
|
||||
id: "2", value: "02", title: "Detailed Proposal", description: "Clear scope and pricing for confident decisions.", imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=2", imageAlt: "Detailed proposal review"},
|
||||
id: "2", value: "02", title: "Detailed Proposal", description: "Clear scope and pricing for confident decisions.", imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "Detailed proposal review"
|
||||
},
|
||||
{
|
||||
id: "3", value: "03", title: "Permits & Scheduling", description: "We coordinate permits and schedule efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg?_wi=2", imageAlt: "Professional project coordination"},
|
||||
id: "3", value: "03", title: "Permits & Scheduling", description: "We coordinate permits and schedule efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg", imageAlt: "Professional project coordination"
|
||||
},
|
||||
{
|
||||
id: "4", value: "04", title: "Professional Install", description: "Clean work, efficient crew, premium results.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=3", imageAlt: "Professional installation in progress"},
|
||||
id: "4", value: "04", title: "Professional Install", description: "Clean work, efficient crew, premium results.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Professional installation in progress"
|
||||
},
|
||||
{
|
||||
id: "5", value: "05", title: "Final Walkthrough", description: "We verify the finish and answer all questions.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=4", imageAlt: "Final walkthrough and inspection"},
|
||||
id: "5", value: "05", title: "Final Walkthrough", description: "We verify the finish and answer all questions.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Final walkthrough and inspection"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,17 +180,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell, Denver CO", date: "Date: December 2024", title: "Courteous, Helpful, Professional", quote: "From the initial inspection to the final walkthrough, they were courteous, helpful, and professional. They handled all the city permits and inspections, which took so much stress off my shoulders.", tag: "Metal Roof Install", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=5"},
|
||||
id: "1", name: "Sarah Mitchell, Denver CO", date: "Date: December 2024", title: "Courteous, Helpful, Professional", quote: "From the initial inspection to the final walkthrough, they were courteous, helpful, and professional. They handled all the city permits and inspections, which took so much stress off my shoulders.", tag: "Metal Roof Install", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez, Boulder CO", date: "Date: November 2024", title: "Top-Notch Communication", quote: "Top-notch communication and a detailed proposal before any work began. They gave us competitive pricing and an amazing end result. Our new metal roof looks incredible.", tag: "Metal Roofing", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg?_wi=1"},
|
||||
id: "2", name: "James Rodriguez, Boulder CO", date: "Date: November 2024", title: "Top-Notch Communication", quote: "Top-notch communication and a detailed proposal before any work began. They gave us competitive pricing and an amazing end result. Our new metal roof looks incredible.", tag: "Metal Roofing", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Chen, Fort Collins CO", date: "Date: October 2024", title: "Handles Everything End-to-End", quote: "We needed both a roof replacement and skylight installation. They handled everything end-to-end, managed permits, and the job site stayed clean and organized. Peace of mind throughout.", tag: "Roof + Skylight", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=1"},
|
||||
id: "3", name: "Emily Chen, Fort Collins CO", date: "Date: October 2024", title: "Handles Everything End-to-End", quote: "We needed both a roof replacement and skylight installation. They handled everything end-to-end, managed permits, and the job site stayed clean and organized. Peace of mind throughout.", tag: "Roof + Skylight", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Torres, Littleton CO", date: "Date: September 2024", title: "Professional Crew, Clean Finish", quote: "The crew was professional, efficient, and respectful of our home. They completed the project on schedule and cleaned up thoroughly. Highly recommend.", tag: "Roof Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=6"},
|
||||
id: "4", name: "Michael Torres, Littleton CO", date: "Date: September 2024", title: "Professional Crew, Clean Finish", quote: "The crew was professional, efficient, and respectful of our home. They completed the project on schedule and cleaned up thoroughly. Highly recommend.", tag: "Roof Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Park, Arvada CO", date: "Date: August 2024", title: "Fast Response, Clear Pricing", quote: "I was impressed by how quickly they responded to my inquiry. The proposal was crystal clear, no hidden fees. They installed our new metal roof and skylights beautifully.", tag: "Metal Roof + Skylight", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Jessica Park", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg?_wi=2"},
|
||||
id: "5", name: "Jessica Park, Arvada CO", date: "Date: August 2024", title: "Fast Response, Clear Pricing", quote: "I was impressed by how quickly they responded to my inquiry. The proposal was crystal clear, no hidden fees. They installed our new metal roof and skylights beautifully.", tag: "Metal Roof + Skylight", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Jessica Park", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Lee, Westminster CO", date: "Date: July 2024", title: "Premium Quality, Fair Price", quote: "We compared quotes from several contractors. They offered competitive pricing without cutting corners. The quality of work is evident from day one.", tag: "Roof Repair + Upgrade", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Lee", imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=2"},
|
||||
id: "6", name: "David Lee, Westminster CO", date: "Date: July 2024", title: "Premium Quality, Fair Price", quote: "We compared quotes from several contractors. They offered competitive pricing without cutting corners. The quality of work is evident from day one.", tag: "Roof Repair + Upgrade", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Lee", imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,11 +212,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Metal Roofing", title: "Standing Seam Metal Roof Installation", excerpt: "Modern architectural lines with durability and performance.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=4", imageAlt: "Standing seam metal roof detail", authorName: "Premium Roofing", authorAvatar: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", date: "Completed 2024"},
|
||||
id: "1", category: "Metal Roofing", title: "Standing Seam Metal Roof Installation", excerpt: "Modern architectural lines with durability and performance.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Standing seam metal roof detail", authorName: "Premium Roofing", authorAvatar: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", date: "Completed 2024"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Skylights", title: "Skylight Installation & Natural Light", excerpt: "Professional flashing and clean finish, no leaks.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg?_wi=3", imageAlt: "Skylight installation complete", authorName: "Premium Roofing", authorAvatar: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", date: "Completed 2024"},
|
||||
id: "2", category: "Skylights", title: "Skylight Installation & Natural Light", excerpt: "Professional flashing and clean finish, no leaks.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg", imageAlt: "Skylight installation complete", authorName: "Premium Roofing", authorAvatar: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", date: "Completed 2024"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Roof Replacement", title: "Complete Roof Replacement Project", excerpt: "From permits to final inspection, handled end-to-end.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=3", imageAlt: "Completed roof replacement", authorName: "Premium Roofing", authorAvatar: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", date: "Completed 2024"},
|
||||
id: "3", category: "Roof Replacement", title: "Complete Roof Replacement Project", excerpt: "From permits to final inspection, handled end-to-end.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Completed roof replacement", authorName: "Premium Roofing", authorAvatar: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", date: "Completed 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -208,17 +235,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you handle permits and inspections?", content: "Yes—many homeowners hire us specifically because we coordinate permits and inspections end-to-end. You won't have to deal with city requirements or follow-ups. We manage the entire process."},
|
||||
id: "1", title: "Do you handle permits and inspections?", content: "Yes—many homeowners hire us specifically because we coordinate permits and inspections end-to-end. You won't have to deal with city requirements or follow-ups. We manage the entire process."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How fast can you start?", content: "We're known for responsive scheduling. After your initial inspection, we'll provide the earliest realistic timeline. Most homeowners appreciate how quickly we can mobilize crews once permits are in place."},
|
||||
id: "2", title: "How fast can you start?", content: "We're known for responsive scheduling. After your initial inspection, we'll provide the earliest realistic timeline. Most homeowners appreciate how quickly we can mobilize crews once permits are in place."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you provide a written proposal?", content: "Absolutely. We provide a clear, detailed proposal that breaks down scope, materials, labor, timeline, and pricing. You can review it at your own pace before we begin."},
|
||||
id: "3", title: "Do you provide a written proposal?", content: "Absolutely. We provide a clear, detailed proposal that breaks down scope, materials, labor, timeline, and pricing. You can review it at your own pace before we begin."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How long does a roof replacement usually take?", content: "Timeline depends on size and scope. Most residential replacements take 2–5 days. Homeowners consistently mention how efficient our crews are and how we stay on schedule."},
|
||||
id: "4", title: "How long does a roof replacement usually take?", content: "Timeline depends on size and scope. Most residential replacements take 2–5 days. Homeowners consistently mention how efficient our crews are and how we stay on schedule."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you install metal roofs and skylights?", content: "Yes—both are core services. We specialize in standing-seam metal systems and professional skylight installations with proper flashing to prevent leaks."},
|
||||
id: "5", title: "Do you install metal roofs and skylights?", content: "Yes—both are core services. We specialize in standing-seam metal systems and professional skylight installations with proper flashing to prevent leaks."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How do you protect my property during work?", content: "Professional crew practices include interior protection, drop cloths, and daily cleanup. We respect your home and leave the job site clean and organized every day."},
|
||||
id: "6", title: "How do you protect my property during work?", content: "Professional crew practices include interior protection, drop cloths, and daily cleanup. We respect your home and leave the job site clean and organized every day."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,7 +267,7 @@ export default function LandingPage() {
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"
|
||||
imageAlt="Modern roofing project"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user