Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
359
src/app/page.tsx
359
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Shield, Star, Award } from 'lucide-react';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gallery Built Roofing"
|
||||
/>
|
||||
@@ -54,118 +43,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Roofing Craftsmanship That Stands the Test of Time"
|
||||
description="Gallery Built Roofing delivers premium residential roofing with unmatched precision, integrity, and local expertise in North Dallas."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=1",
|
||||
imageAlt: "Luxurious new roof installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg",
|
||||
imageAlt: "High-end residential shingle work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg",
|
||||
imageAlt: "Professional roofing team on site",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg",
|
||||
imageAlt: "Detailed roofing finish work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg",
|
||||
imageAlt: "Durable home roofing system",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metal-surface_23-2148796570.jpg",
|
||||
imageAlt: "Quality inspection and service",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", imageAlt: "Luxurious new roof installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "High-end residential shingle work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", imageAlt: "Professional roofing team on site" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", imageAlt: "Detailed roofing finish work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", imageAlt: "Durable home roofing system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-metal-surface_23-2148796570.jpg", imageAlt: "Quality inspection and service" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg",
|
||||
imageAlt: "Residential roofing excellence",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg",
|
||||
imageAlt: "Custom roof design installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/striped-texture-background_23-2147960298.jpg",
|
||||
imageAlt: "Precise roofing shingle layering",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sun-twilight-air-blue-background_1172-233.jpg",
|
||||
imageAlt: "Expert storm damage repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg",
|
||||
imageAlt: "Beautiful modern home roofing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg",
|
||||
imageAlt: "Trusted local roofing contractor",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Inspection",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg", imageAlt: "Residential roofing excellence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg", imageAlt: "Custom roof design installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/striped-texture-background_23-2147960298.jpg", imageAlt: "Precise roofing shingle layering" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sun-twilight-air-blue-background_1172-233.jpg", imageAlt: "Expert storm damage repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", imageAlt: "Beautiful modern home roofing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", imageAlt: "Trusted local roofing contractor" }
|
||||
]}
|
||||
buttons={[{ text: "Get a Free Inspection", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-with-crossed-arms_23-2147916399.jpg",
|
||||
alt: "Portrait of a smiling young woman with crossed arms",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051744.jpg",
|
||||
alt: "Confident middle aged man portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-old-man-with-white-helmet_23-2148269398.jpg",
|
||||
alt: "Front view happy old man with white helmet",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-middle-aged-man-portrait_23-2149213143.jpg",
|
||||
alt: "Medium shot middle aged man portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg",
|
||||
alt: "Medium shot smiley man working on roof",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-with-crossed-arms_23-2147916399.jpg", alt: "Portrait of a smiling young woman with crossed arms" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051744.jpg", alt: "Confident middle aged man portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-happy-old-man-with-white-helmet_23-2148269398.jpg", alt: "Front view happy old man with white helmet" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-middle-aged-man-portrait_23-2149213143.jpg", alt: "Medium shot middle aged man portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", alt: "Medium shot smiley man working on roof" }
|
||||
]}
|
||||
avatarText="Trusted by over 500+ local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r9pzki",
|
||||
alt: "north texas construction industry",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/certified-extended-warranty-service-label-with-security-shielded-sign_1017-62784.jpg",
|
||||
alt: "bbb accreditation seal",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/american-badge-shield_24877-49525.jpg",
|
||||
alt: "community business partner icon",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/architect-doing-okay-sign_1149-1825.jpg",
|
||||
alt: "roof safety certification badge",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/leaf-green-award-ribbon_78370-1826.jpg",
|
||||
alt: "home improvement trade seal",
|
||||
},
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r9pzki", alt: "north texas construction industry" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/certified-extended-warranty-service-label-with-security-shielded-sign_1017-62784.jpg", alt: "bbb accreditation seal" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/american-badge-shield_24877-49525.jpg", alt: "community business partner icon" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/architect-doing-okay-sign_1149-1825.jpg", alt: "roof safety certification badge" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/leaf-green-award-ribbon_78370-1826.jpg", alt: "home improvement trade seal" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,20 +88,11 @@ export default function LandingPage() {
|
||||
title="Built on Honesty and Precision"
|
||||
description="At Gallery Built Roofing, we don't just replace shingles; we protect your home. With years of experience and a track record of integrity, our team ensures every project meets the highest industry standards."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Inspection",
|
||||
description: "Free, honest assessments for your roof's health.",
|
||||
},
|
||||
{
|
||||
title: "Rapid Response",
|
||||
description: "We understand the urgency when leaks or damage happen.",
|
||||
},
|
||||
{
|
||||
title: "Proven Track Record",
|
||||
description: "Years of satisfied neighbors and durable results.",
|
||||
},
|
||||
{ title: "Expert Inspection", description: "Free, honest assessments for your roof's health." },
|
||||
{ title: "Rapid Response", description: "We understand the urgency when leaks or damage happen." },
|
||||
{ title: "Proven Track Record", description: "Years of satisfied neighbors and durable results." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,30 +101,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Complete Installation",
|
||||
description: "New roofing with lifetime workmanship warranties.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Storm Damage Repair",
|
||||
description: "Emergency services following hail or high winds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166639.jpg?_wi=1",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Preventative Care",
|
||||
description: "Routine checks to extend your roof's lifespan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=1",
|
||||
buttonIcon: "Star",
|
||||
},
|
||||
{
|
||||
title: "Leak Resolution",
|
||||
description: "Precision diagnostics to solve hidden leaks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
|
||||
buttonIcon: "Award",
|
||||
},
|
||||
{ title: "Complete Installation", description: "New roofing with lifetime workmanship warranties.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", buttonIcon: Zap },
|
||||
{ title: "Storm Damage Repair", description: "Emergency services following hail or high winds.", imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166639.jpg", buttonIcon: Shield },
|
||||
{ title: "Preventative Care", description: "Routine checks to extend your roof's lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", buttonIcon: Star },
|
||||
{ title: "Leak Resolution", description: "Precision diagnostics to solve hidden leaks.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", buttonIcon: Award }
|
||||
]}
|
||||
title="Comprehensive Roofing Services"
|
||||
description="From minor storm repairs to complete re-roofing, our expert team manages your project from consultation to final cleanup."
|
||||
@@ -234,11 +116,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"North Texas Roofers Guild",
|
||||
"Better Business Bureau Accredited",
|
||||
"GAF Master Elite",
|
||||
"Dallas Home Builders Association",
|
||||
"Local Roofing Standards Alliance",
|
||||
"North Texas Roofers Guild", "Better Business Bureau Accredited", "GAF Master Elite", "Dallas Home Builders Association", "Local Roofing Standards Alliance"
|
||||
]}
|
||||
title="Trusted by North Dallas Communities"
|
||||
description="Professional affiliations and community trust define our commitment to quality."
|
||||
@@ -250,61 +128,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ackerman",
|
||||
date: "1 year ago",
|
||||
title: "Local Expert",
|
||||
quote: "Brian was awesome! Honest, extremely knowledgeable and helped with the process.",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=2",
|
||||
imageAlt: "portrait young woman homeowner",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Heather Bechard",
|
||||
date: "10 months ago",
|
||||
title: "Satisfied Client",
|
||||
quote: "Gallery Built reshingled my house over two years ago. Haven't had any leaks since.",
|
||||
tag: "Reliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-middle-aged-man-portrait_23-2149051798.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=2",
|
||||
imageAlt: "portrait young woman homeowner",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Justin Boone",
|
||||
date: "2 years ago",
|
||||
title: "Homeowner",
|
||||
quote: "I am extremely pleased with the results. Professional, knowledgeable, and efficient.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2",
|
||||
imageAlt: "portrait young woman homeowner",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Chen",
|
||||
date: "1 year ago",
|
||||
title: "Homeowner",
|
||||
quote: "Got the job done lickety split within a day of signing. Very helpful service.",
|
||||
tag: "Fast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-plus-size-people-working-construction_23-2150772854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166639.jpg?_wi=2",
|
||||
imageAlt: "portrait young woman homeowner",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily Rodriguez",
|
||||
date: "6 months ago",
|
||||
title: "Homeowner",
|
||||
quote: "Brian periodically checks in after storms. Their follow-up care is truly outstanding.",
|
||||
tag: "Caring",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=2",
|
||||
imageAlt: "portrait young woman homeowner",
|
||||
},
|
||||
{ id: "1", name: "Sarah Ackerman", date: "1 year ago", title: "Local Expert", quote: "Brian was awesome! Honest, extremely knowledgeable and helped with the process.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", imageAlt: "portrait young woman homeowner" },
|
||||
{ id: "2", name: "Heather Bechard", date: "10 months ago", title: "Satisfied Client", quote: "Gallery Built reshingled my house over two years ago. Haven't had any leaks since.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-middle-aged-man-portrait_23-2149051798.jpg", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", imageAlt: "portrait young woman homeowner" },
|
||||
{ id: "3", name: "Justin Boone", date: "2 years ago", title: "Homeowner", quote: "I am extremely pleased with the results. Professional, knowledgeable, and efficient.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "portrait young woman homeowner" },
|
||||
{ id: "4", name: "Michael Chen", date: "1 year ago", title: "Homeowner", quote: "Got the job done lickety split within a day of signing. Very helpful service.", tag: "Fast", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-plus-size-people-working-construction_23-2150772854.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166639.jpg", imageAlt: "portrait young woman homeowner" },
|
||||
{ id: "5", name: "Emily Rodriguez", date: "6 months ago", title: "Homeowner", quote: "Brian periodically checks in after storms. Their follow-up care is truly outstanding.", tag: "Caring", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", imageAlt: "portrait young woman homeowner" }
|
||||
]}
|
||||
title="Voices of Satisfied Neighbors"
|
||||
description="See why homeowners in North Dallas recommend Gallery Built Roofing for their reliability and skill."
|
||||
@@ -317,27 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Dedicated to getting it right the first time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "48h",
|
||||
title: "Rapid Response",
|
||||
description: "Fast inspection and repair turnaround.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-black-coat-stands-beige-backyard_8353-1105.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Roofs Protected",
|
||||
description: "Serving North Dallas families since our founding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg",
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Customer Satisfaction", description: "Dedicated to getting it right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg" },
|
||||
{ id: "m2", value: "48h", title: "Rapid Response", description: "Fast inspection and repair turnaround.", imageSrc: "http://img.b2bpic.net/free-photo/man-black-coat-stands-beige-backyard_8353-1105.jpg" },
|
||||
{ id: "m3", value: "500+", title: "Roofs Protected", description: "Serving North Dallas families since our founding.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg" }
|
||||
]}
|
||||
title="Performance You Can Trust"
|
||||
description="Our work speaks for itself, backed by local data and happy homeowners."
|
||||
@@ -349,26 +159,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer free inspections?",
|
||||
content: "Yes, we provide free roof inspections to ensure your home is protected.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does a typical re-roof take?",
|
||||
content: "Most residential projects are completed within 1-2 days once we start.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide warranties?",
|
||||
content: "Yes, we include industry-leading workmanship warranties for your peace of mind.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "How do you handle storm damage?",
|
||||
content: "We are experts in storm damage and work closely with your insurance provider.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer free inspections?", content: "Yes, we provide free roof inspections to ensure your home is protected." },
|
||||
{ id: "f2", title: "How long does a typical re-roof take?", content: "Most residential projects are completed within 1-2 days once we start." },
|
||||
{ id: "f3", title: "Do you provide warranties?", content: "Yes, we include industry-leading workmanship warranties for your peace of mind." },
|
||||
{ id: "f4", title: "How do you handle storm damage?", content: "We are experts in storm damage and work closely with your insurance provider." }
|
||||
]}
|
||||
title="Common Roofing Questions"
|
||||
description="Have questions about our process, warranties, or how we handle storm damage?"
|
||||
@@ -379,16 +173,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to protect your home with a professional roof? Contact our team for an inspection."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Inspection",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Your Free Inspection", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -396,45 +183,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Gallery Built Roofing"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Repair",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Installation",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Our Process", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Repair", href: "#" }, { label: "Installation", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Warranty", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user