Merge version_1 into main #2
@@ -13,119 +13,66 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-page-form" data-section="contact-page-form">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Request Your Free Estimate"
|
||||
description="Ready to get started? Fill out the form below or call us today to schedule your assessment."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help with your roofing needs?",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-house-with-chimney-blue-sky_23-2149627194.jpg"
|
||||
buttonText="Get Free Estimate"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-page-form" data-section="contact-page-form">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Request Your Free Estimate"
|
||||
description="Ready to get started? Fill out the form below or call us today to schedule your assessment."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help with your roofing needs?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-house-with-chimney-blue-sky_23-2149627194.jpg"
|
||||
buttonText="Get Free Estimate"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Need Quick Answers?"
|
||||
sideDescription="Check out our most frequently asked questions."
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you provide emergency service?",
|
||||
content: "Yes, we prioritize emergency repairs for critical leaks.",
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What materials do you work with?",
|
||||
content: "We specialize in tile, shingle, and flat roof systems.",
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Need Quick Answers?"
|
||||
sideDescription="Check out our most frequently asked questions."
|
||||
faqs={[
|
||||
{ id: "faq-1", title: "Do you provide emergency service?", content: "Yes, we prioritize emergency repairs for critical leaks." },
|
||||
{ id: "faq-2", title: "What materials do you work with?", content: "We specialize in tile, shingle, and flat roof systems." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about-us",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "8537 E Valley Vista Dr",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "(480) 745-7552",
|
||||
href: "tel:4807457552",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about-us" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Contact", items: [{ label: "8537 E Valley Vista Dr", href: "/contact" }, { label: "(480) 745-7552", href: "tel:4807457552" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
285
src/app/page.tsx
285
src/app/page.tsx
@@ -17,206 +17,107 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
logoText="Phoenix Roofing"
|
||||
description="Trusted by homeowners across Phoenix with 5-star service and guaranteed results. Fast, reliable, and licensed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (480) 745-7552",
|
||||
href: "tel:4807457552",
|
||||
},
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Phoenix Roofing"
|
||||
description="Trusted by homeowners across Phoenix with 5-star service and guaranteed results. Fast, reliable, and licensed."
|
||||
buttons={[
|
||||
{ text: "Call Now: (480) 745-7552", href: "tel:4807457552" },
|
||||
{ text: "Get a Free Estimate", href: "/contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-features" data-section="services-features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "5.0 Rating",
|
||||
description: "Over 1,500+ satisfied customers in the Phoenix area.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Licensed & Insured",
|
||||
description: "Professional quality and total peace of mind.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Full Warranty",
|
||||
description: "We guarantee our workmanship for long-lasting results.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Roofing Services"
|
||||
description="We deliver professional solutions with transparency and speed."
|
||||
/>
|
||||
</div>
|
||||
<div id="services-features" data-section="services-features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "5.0 Rating", description: "Over 1,500+ satisfied customers in the Phoenix area.", bentoComponent: "reveal-icon", icon: Star },
|
||||
{ title: "Licensed & Insured", description: "Professional quality and total peace of mind.", bentoComponent: "reveal-icon", icon: ShieldCheck },
|
||||
{ title: "Full Warranty", description: "We guarantee our workmanship for long-lasting results.", bentoComponent: "reveal-icon", icon: Award },
|
||||
]}
|
||||
title="Why Choose Our Roofing Services"
|
||||
description="We deliver professional solutions with transparency and speed."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-us" data-section="about-us">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="29 Years of Trusted Service"
|
||||
description="We proudly serve Phoenix and surrounding areas with honest, high-quality roofing services. Our focus is delivering reliable workmanship and long-lasting roofs that withstand the Arizona heat."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2195.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="about-us" data-section="about-us">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="29 Years of Trusted Service"
|
||||
description="We proudly serve Phoenix and surrounding areas with honest, high-quality roofing services. Our focus is delivering reliable workmanship and long-lasting roofs that withstand the Arizona heat."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2195.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Phoenix",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Scottsdale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Garcia",
|
||||
role: "Homeowner",
|
||||
company: "Mesa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-bicycle-summer-city_1157-38211.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
role: "Homeowner",
|
||||
company: "Phoenix",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Homeowner",
|
||||
company: "Glendale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1.5K+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
{
|
||||
value: "29+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Star Rating",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our satisfied customers about our professional and fast roofing services."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Homeowner", company: "Phoenix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" },
|
||||
{ id: "2", name: "David Johnson", role: "Homeowner", company: "Scottsdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" },
|
||||
{ id: "3", name: "Maria Garcia", role: "Homeowner", company: "Mesa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-bicycle-summer-city_1157-38211.jpg" },
|
||||
{ id: "4", name: "James Wilson", role: "Homeowner", company: "Phoenix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg" },
|
||||
{ id: "5", name: "Elena Rodriguez", role: "Homeowner", company: "Glendale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "1.5K+", label: "Happy Clients" },
|
||||
{ value: "29+", label: "Years Experience" },
|
||||
{ value: "5.0", label: "Star Rating" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our satisfied customers about our professional and fast roofing services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Local Partner"
|
||||
description="We are proud to serve the Phoenix community with integrity and excellence."
|
||||
names={[
|
||||
"BBB Accredited",
|
||||
"Arizona Roofing Association",
|
||||
"Phoenix Home Builders",
|
||||
"National Roofing Contractors",
|
||||
"Energy Star Certified",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Local Partner"
|
||||
description="We are proud to serve the Phoenix community with integrity and excellence."
|
||||
names={["BBB Accredited", "Arizona Roofing Association", "Phoenix Home Builders", "National Roofing Contractors", "Energy Star Certified"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about-us",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "8537 E Valley Vista Dr",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "(480) 745-7552",
|
||||
href: "tel:4807457552",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about-us" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Contact", items: [{ label: "8537 E Valley Vista Dr", href: "/contact" }, { label: "(480) 745-7552", href: "tel:4807457552" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -13,123 +13,67 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-list" data-section="services-list">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "Roof Repair",
|
||||
price: "Expert Leak Fixing",
|
||||
variant: "Repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/household-renovation-professions-pack_23-2148654183.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Roof Installation",
|
||||
price: "Durable Builds",
|
||||
variant: "Install",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dream-house-your-hands-new-home-ownership-concept_191095-78035.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
name: "Roof Inspection",
|
||||
price: "Catch Problems Early",
|
||||
variant: "Check",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Roofing Services"
|
||||
description="Comprehensive roofing for residential and commercial needs in Arizona."
|
||||
/>
|
||||
</div>
|
||||
<div id="services-list" data-section="services-list">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Roof Repair", price: "Expert Leak Fixing", variant: "Repair", imageSrc: "http://img.b2bpic.net/free-vector/household-renovation-professions-pack_23-2148654183.jpg" },
|
||||
{ id: "s2", name: "Roof Installation", price: "Durable Builds", variant: "Install", imageSrc: "http://img.b2bpic.net/free-psd/dream-house-your-hands-new-home-ownership-concept_191095-78035.jpg" },
|
||||
{ id: "s3", name: "Roof Inspection", price: "Catch Problems Early", variant: "Check", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg" },
|
||||
]}
|
||||
title="Our Roofing Services"
|
||||
description="Comprehensive roofing for residential and commercial needs in Arizona."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-faq" data-section="services-faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide free roof estimates for all residents in the Phoenix area.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is your team insured?",
|
||||
content: "Absolutely. We are fully licensed, bonded, and insured for your protection.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How fast can you repair a leak?",
|
||||
content: "We offer fast response times to address leaks and prevent interior damage.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers about our roofing process in Phoenix."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="services-faq" data-section="services-faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free roof estimates for all residents in the Phoenix area." },
|
||||
{ id: "f2", title: "Is your team insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your protection." },
|
||||
{ id: "f3", title: "How fast can you repair a leak?", content: "We offer fast response times to address leaks and prevent interior damage." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers about our roofing process in Phoenix."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about-us",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "8537 E Valley Vista Dr",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "(480) 745-7552",
|
||||
href: "tel:4807457552",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about-us" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Contact", items: [{ label: "8537 E Valley Vista Dr", href: "/contact" }, { label: "(480) 745-7552", href: "tel:4807457552" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user