Merge version_1 into main #2
@@ -41,19 +41,19 @@ const trustMetrics = [
|
||||
const serviceFeatures = [
|
||||
{
|
||||
id: "01", title: "Metal Carports", description:
|
||||
"Custom metal carports for vehicles, trucks, and equipment protection. Available in custom sizes and colors.", imageSrc: "http://img.b2bpic.net/free-photo/empty-town-square_1359-161.jpg?_wi=1", imageAlt: "Metal carport installation"},
|
||||
"Custom metal carports for vehicles, trucks, and equipment protection. Available in custom sizes and colors.", imageSrc: "http://img.b2bpic.net/free-photo/empty-town-square_1359-161.jpg", imageAlt: "Metal carport installation"},
|
||||
{
|
||||
id: "02", title: "RV Covers", description:
|
||||
"Heavy-duty metal covers built to size for RV protection. Durable and weather-resistant structures.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-nomad-family-with-campervan_23-2149181710.jpg", imageAlt: "RV metal cover shelter"},
|
||||
{
|
||||
id: "03", title: "Patio Covers", description:
|
||||
"Shade and comfort for your backyard space. Custom metal patio structures for outdoor living.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=1", imageAlt: "Patio cover metal structure"},
|
||||
"Shade and comfort for your backyard space. Custom metal patio structures for outdoor living.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg", imageAlt: "Patio cover metal structure"},
|
||||
{
|
||||
id: "04", title: "Roofing", description:
|
||||
"Residential roofing services and repairs. Quality metal roofing for lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg?_wi=1", imageAlt: "Residential metal roofing"},
|
||||
"Residential roofing services and repairs. Quality metal roofing for lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg", imageAlt: "Residential metal roofing"},
|
||||
{
|
||||
id: "05", title: "Deck Covers", description:
|
||||
"Protect decks with durable metal structures. Custom deck cover solutions for outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-double-bed-beach_1157-1275.jpg?_wi=1", imageAlt: "Deck cover metal structure"},
|
||||
"Protect decks with durable metal structures. Custom deck cover solutions for outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-double-bed-beach_1157-1275.jpg", imageAlt: "Deck cover metal structure"},
|
||||
];
|
||||
|
||||
const projectProducts = [
|
||||
@@ -74,16 +74,16 @@ const projectProducts = [
|
||||
const differentiatorFeatures = [
|
||||
{
|
||||
id: "01", title: "Fast Installations", description:
|
||||
"Many projects completed same day. Quick turnaround without sacrificing quality or craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/empty-town-square_1359-161.jpg?_wi=2", imageAlt: "Fast installation process"},
|
||||
"Many projects completed same day. Quick turnaround without sacrificing quality or craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/empty-town-square_1359-161.jpg", imageAlt: "Fast installation process"},
|
||||
{
|
||||
id: "02", title: "Custom Built Structures", description:
|
||||
"Custom sizes and colors available. Built exactly to your specifications and property needs.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=2", imageAlt: "Custom built patio cover"},
|
||||
"Custom sizes and colors available. Built exactly to your specifications and property needs.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg", imageAlt: "Custom built patio cover"},
|
||||
{
|
||||
id: "03", title: "Honest Pricing", description:
|
||||
"Fair quotes with no surprises. Transparent pricing that reflects the quality of our work.", imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-double-bed-beach_1157-1275.jpg?_wi=2", imageAlt: "Professional pricing consultation"},
|
||||
"Fair quotes with no surprises. Transparent pricing that reflects the quality of our work.", imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-double-bed-beach_1157-1275.jpg", imageAlt: "Professional pricing consultation"},
|
||||
{
|
||||
id: "04", title: "Professional Crew", description:
|
||||
"Respectful, experienced installers. Our team treats your property with care and attention.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg?_wi=2", imageAlt: "Professional installation crew"},
|
||||
"Respectful, experienced installers. Our team treats your property with care and attention.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg", imageAlt: "Professional installation crew"},
|
||||
];
|
||||
|
||||
const testimonials = [
|
||||
@@ -169,7 +169,11 @@ export default function LandingPage() {
|
||||
title="Custom Carports, Patio Covers & Roofing Built to Last"
|
||||
description="Fast installation, fair pricing, and quality craftsmanship trusted by homeowners across Texas. Free estimates, custom sizes & colors, experienced local crew."
|
||||
background={{ variant: "plain" }}
|
||||
kpis={heroKpis}
|
||||
kpis={[
|
||||
{ value: "Free Estimates", label: "No obligation quotes" },
|
||||
{ value: "Fast Installation", label: "Many projects same-day" },
|
||||
{ value: "Custom Sizes & Colors", label: "Built to your specs" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Call Now: (555) 123-4567", href: "tel:5551234567" },
|
||||
|
||||
Reference in New Issue
Block a user