Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 192529a5ff | |||
| 71ebd555bc | |||
| 07de96611c | |||
| b0ced34f12 | |||
| d679ff9de5 |
264
src/app/page.tsx
264
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="ABCO ROOFING"
|
||||
/>
|
||||
@@ -60,71 +50,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Roofing Refined — Durable, Beautiful, Guaranteed"
|
||||
description="Premium roofing solutions for Peoria homes & businesses. Free inspection. Lifetime workmanship warranty options."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:6023485207",
|
||||
},
|
||||
text: "Call Now", href: "tel:6023485207"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg"
|
||||
imageAlt="Modern home with premium roof"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg",
|
||||
alt: "Photo of wood texture pattern",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", alt: "Photo of wood texture pattern"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
|
||||
alt: "Full shot man wearing protection helmet outdoors",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", alt: "Full shot man wearing protection helmet outdoors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg",
|
||||
alt: "Closeup the roof of a house made of wooden tiles",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", alt: "Closeup the roof of a house made of wooden tiles"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg",
|
||||
alt: "Photo of wood texture pattern",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", alt: "Photo of wood texture pattern"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg",
|
||||
alt: "Full shot roofers working with helmets",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", alt: "Full shot roofers working with helmets"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "25+ Years Experience",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "25+ Years Experience", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Lifetime Warranty",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Lifetime Warranty", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Energy Efficient",
|
||||
icon: Sun,
|
||||
type: "text-icon", text: "Energy Efficient", icon: Sun,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Peoria Owned",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Peoria Owned", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -132,23 +97,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
title="Exceptional Roofs. Exceptional Care."
|
||||
description="At ABCO Roofing, we combine over 25 years of industry experience with a commitment to white-glove service. We don't just protect your home; we enhance its value with durable, beautiful roofing systems built to last."
|
||||
buttons={[
|
||||
{ text: "Schedule Your Free Inspection", href: "#contact" }
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Licensed & Insured",
|
||||
description: "Full peace of mind for every project.",
|
||||
},
|
||||
title: "Licensed & Insured", description: "Full peace of mind for every project."},
|
||||
{
|
||||
title: "Certified Materials",
|
||||
description: "Industry-leading brands for lasting quality.",
|
||||
},
|
||||
title: "Certified Materials", description: "Industry-leading brands for lasting quality."},
|
||||
{
|
||||
title: "Workmanship Warranty",
|
||||
description: "We stand by our work for years to come.",
|
||||
},
|
||||
title: "Workmanship Warranty", description: "We stand by our work for years to come."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-two-handsome-smiling-young-male-dressed-black-sportswear-baseball-cap-dark-background_613910-15877.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -162,33 +124,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Residential Roofing",
|
||||
subtitle: "Beautiful, durable roofing for Peoria homes.",
|
||||
category: "Service",
|
||||
value: "Protect",
|
||||
},
|
||||
id: "s1", title: "Residential Roofing", subtitle: "Beautiful, durable roofing for Peoria homes.", category: "Service", value: "Protect"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Commercial Roofing",
|
||||
subtitle: "Reliable solutions for businesses & offices.",
|
||||
category: "Service",
|
||||
value: "Secure",
|
||||
},
|
||||
id: "s2", title: "Commercial Roofing", subtitle: "Reliable solutions for businesses & offices.", category: "Service", value: "Secure"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Roof Inspections",
|
||||
subtitle: "Comprehensive checks for peace of mind.",
|
||||
category: "Service",
|
||||
value: "Inspect",
|
||||
},
|
||||
id: "s3", title: "Roof Inspections", subtitle: "Comprehensive checks for peace of mind.", category: "Service", value: "Inspect"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Maintenance & Repair",
|
||||
subtitle: "Swift response to leaks and damage.",
|
||||
category: "Service",
|
||||
value: "Restore",
|
||||
},
|
||||
id: "s4", title: "Maintenance & Repair", subtitle: "Swift response to leaks and damage.", category: "Service", value: "Restore"},
|
||||
]}
|
||||
title="Our Roofing Expertise"
|
||||
description="Comprehensive roofing services designed for the unique climate of Peoria, AZ."
|
||||
@@ -202,22 +144,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Step 1: Inspect",
|
||||
value: "Site Visit",
|
||||
icon: Search,
|
||||
id: "m1", title: "Step 1: Inspect", value: "Site Visit", icon: Search,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Step 2: Quote",
|
||||
value: "Custom Plan",
|
||||
icon: FileText,
|
||||
id: "m2", title: "Step 2: Quote", value: "Custom Plan", icon: FileText,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Step 3: Install",
|
||||
value: "Craftsmanship",
|
||||
icon: Building2,
|
||||
id: "m3", title: "Step 3: Install", value: "Craftsmanship", icon: Building2,
|
||||
},
|
||||
]}
|
||||
title="The ABCO Way"
|
||||
@@ -233,41 +166,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Peoria Estate",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg",
|
||||
},
|
||||
id: "p1", name: "Modern Peoria Estate", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Commercial Office Roof",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sofia-square-mykhailivska-square-kiev-ukraine_1153-5729.jpg",
|
||||
},
|
||||
id: "p2", name: "Commercial Office Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sofia-square-mykhailivska-square-kiev-ukraine_1153-5729.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Suburban Roof Upgrade",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg",
|
||||
},
|
||||
id: "p3", name: "Suburban Roof Upgrade", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Luxury Home Installation",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg",
|
||||
},
|
||||
id: "p4", name: "Luxury Home Installation", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Multi-Family Roof",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg",
|
||||
},
|
||||
id: "p5", name: "Multi-Family Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Historic Restoration",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg",
|
||||
},
|
||||
id: "p6", name: "Historic Restoration", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
|
||||
]}
|
||||
title="Completed Projects"
|
||||
description="Explore our recent installations across Peoria."
|
||||
@@ -281,59 +190,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Peoria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "Homeowner", company: "Peoria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Clark",
|
||||
role: "Business Owner",
|
||||
company: "Peoria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
},
|
||||
id: "t2", name: "David Clark", role: "Business Owner", company: "Peoria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Homeowner",
|
||||
company: "Peoria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", role: "Homeowner", company: "Peoria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mike Henderson",
|
||||
role: "Property Manager",
|
||||
company: "Peoria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-looking-tablet-with-another-man-background_1153-1141.jpg",
|
||||
},
|
||||
id: "t4", name: "Mike Henderson", role: "Property Manager", company: "Peoria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-looking-tablet-with-another-man-background_1153-1141.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Thompson",
|
||||
role: "Homeowner",
|
||||
company: "Peoria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-care-beauty-cute_1303-2516.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica Thompson", role: "Homeowner", company: "Peoria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-care-beauty-cute_1303-2516.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Roofs Installed",
|
||||
},
|
||||
value: "500+", label: "Roofs Installed"},
|
||||
{
|
||||
value: "25yr",
|
||||
label: "Avg Experience",
|
||||
},
|
||||
value: "25yr", label: "Avg Experience"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Client Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Client Rating"},
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Trusted by Peoria homeowners and business owners."
|
||||
@@ -346,20 +224,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a roof last?",
|
||||
content: "Most asphalt shingle roofs last between 20-30 years, depending on quality and maintenance.",
|
||||
},
|
||||
id: "f1", title: "How long does a roof last?", content: "Most asphalt shingle roofs last between 20-30 years, depending on quality and maintenance."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer financing?",
|
||||
content: "Yes, we offer various financing options to help with your investment.",
|
||||
},
|
||||
id: "f2", title: "Do you offer financing?", content: "Yes, we offer various financing options to help with your investment."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. We are fully licensed, bonded, and insured for your protection.",
|
||||
},
|
||||
id: "f3", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your protection."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common roofing questions."
|
||||
@@ -371,8 +240,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Request Quote"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Contact ABCO Roofing today for your free inspection in Peoria, AZ."
|
||||
@@ -385,29 +253,19 @@ export default function LandingPage() {
|
||||
logoText="ABCO ROOFING"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#",
|
||||
},
|
||||
label: "Residential", href: "#"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#",
|
||||
},
|
||||
label: "Commercial", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user