Update src/app/page.tsx
This commit is contained in:
361
src/app/page.tsx
361
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/modern-gradient-handyman-solutions-logo_742173-11089.jpg"
|
||||
brandName="All Brothers Roofing"
|
||||
@@ -71,105 +57,60 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Trusted Partner for Quality Roofing Solutions"
|
||||
description="Protecting your home with durable and reliable roofing services. Experience craftsmanship that stands the test of time."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@HomeownerSarah",
|
||||
testimonial: "All Brothers Roofing did an outstanding job on our new roof! Professional, efficient, and the quality is exceptional. Highly recommend their services.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-playing-together-with-their-children_23-2148467015.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@HomeownerSarah", testimonial: "All Brothers Roofing did an outstanding job on our new roof! Professional, efficient, and the quality is exceptional. Highly recommend their services.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-playing-together-with-their-children_23-2148467015.jpg"},
|
||||
{
|
||||
name: "Michael D.",
|
||||
handle: "@BizOwnerMichael",
|
||||
testimonial: "We needed a complete roof overhaul for our commercial building, and All Brothers Roofing delivered. On time, on budget, and a fantastic result. Very pleased!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-businesswoman-sitting-office-joyfully-looking-aside-while-talking-her-cellphone-with-multinational-business-partners-background_574295-3260.jpg",
|
||||
},
|
||||
name: "Michael D.", handle: "@BizOwnerMichael", testimonial: "We needed a complete roof overhaul for our commercial building, and All Brothers Roofing delivered. On time, on budget, and a fantastic result. Very pleased!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-businesswoman-sitting-office-joyfully-looking-aside-while-talking-her-cellphone-with-multinational-business-partners-background_574295-3260.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@EmilyReviews",
|
||||
testimonial: "From the initial inspection to the final shingle, All Brothers Roofing was incredible. Transparent pricing, friendly crew, and a beautiful, sturdy new roof. Thank you!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
||||
},
|
||||
name: "Emily R.", handle: "@EmilyReviews", testimonial: "From the initial inspection to the final shingle, All Brothers Roofing was incredible. Transparent pricing, friendly crew, and a beautiful, sturdy new roof. Thank you!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@HappyClientDavid",
|
||||
testimonial: "After a storm, our roof needed urgent repairs. All Brothers Roofing responded quickly, did a thorough job, and made the whole process stress-free. True lifesavers!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg",
|
||||
},
|
||||
name: "David K.", handle: "@HappyClientDavid", testimonial: "After a storm, our roof needed urgent repairs. All Brothers Roofing responded quickly, did a thorough job, and made the whole process stress-free. True lifesavers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg"},
|
||||
{
|
||||
name: "Jessica L.",
|
||||
handle: "@Jess_Local",
|
||||
testimonial: "Excellent service and communication from start to finish. Our new roof looks amazing and we feel so much more secure. All Brothers Roofing is simply the best!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-house-model-shirt-vest-hat_176474-28340.jpg",
|
||||
},
|
||||
name: "Jessica L.", handle: "@Jess_Local", testimonial: "Excellent service and communication from start to finish. Our new roof looks amazing and we feel so much more secure. All Brothers Roofing is simply the best!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-house-model-shirt-vest-hat_176474-28340.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Our Services", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg",
|
||||
alt: "Satisfied Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg", alt: "Satisfied Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-railroad-worker-standing-by-train-freight-car_342744-774.jpg",
|
||||
alt: "Satisfied Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-railroad-worker-standing-by-train-freight-car_342744-774.jpg", alt: "Satisfied Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772871.jpg",
|
||||
alt: "Satisfied Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772871.jpg", alt: "Satisfied Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg",
|
||||
alt: "Satisfied Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg", alt: "Satisfied Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg",
|
||||
alt: "Happy couple after home renovation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg", alt: "Happy couple after home renovation"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of happy clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg"
|
||||
imageAlt="All Brothers Roofing team working on a new roof installation"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Craftsmanship",
|
||||
type: "text", text: "Quality Craftsmanship"},
|
||||
{
|
||||
type: "text-icon", text: "Customer Satisfaction", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Customer Satisfaction",
|
||||
icon: Star,
|
||||
type: "text", text: "Local & Trusted"},
|
||||
{
|
||||
type: "text-icon", text: "Durable Solutions", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local & Trusted",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Durable Solutions",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Experienced Team",
|
||||
},
|
||||
type: "text", text: "Experienced Team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,24 +120,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About All Brothers Roofing: Quality Craftsmanship, Family Values",
|
||||
},
|
||||
type: "text", content: "About All Brothers Roofing: Quality Craftsmanship, Family Values"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431459.jpg",
|
||||
alt: "All Brothers Roofing team working together",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431459.jpg", alt: "All Brothers Roofing team working together"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
{
|
||||
text: "Our Core Values",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Core Values", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -208,44 +140,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Roof Repair & Maintenance",
|
||||
author: "Expert Technicians",
|
||||
description: "From minor leaks to significant damage, our skilled team handles all types of roof repairs, ensuring your home stays protected.",
|
||||
tags: [
|
||||
"Emergency Repair",
|
||||
"Leak Detection",
|
||||
"Shingle Replacement",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg",
|
||||
imageAlt: "Roof repair specialist fixing a damaged roof",
|
||||
},
|
||||
id: "f1", title: "Roof Repair & Maintenance", author: "Expert Technicians", description: "From minor leaks to significant damage, our skilled team handles all types of roof repairs, ensuring your home stays protected.", tags: [
|
||||
"Emergency Repair", "Leak Detection", "Shingle Replacement"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Roof repair specialist fixing a damaged roof"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "New Roof Installation",
|
||||
author: "Certified Installers",
|
||||
description: "Trust us for seamless new roof installations. We work with various materials, offering customized solutions that fit your style and budget.",
|
||||
tags: [
|
||||
"Asphalt Shingles",
|
||||
"Metal Roofing",
|
||||
"Flat Roofs",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509510.jpg",
|
||||
imageAlt: "New roof being installed on a residential house",
|
||||
},
|
||||
id: "f2", title: "New Roof Installation", author: "Certified Installers", description: "Trust us for seamless new roof installations. We work with various materials, offering customized solutions that fit your style and budget.", tags: [
|
||||
"Asphalt Shingles", "Metal Roofing", "Flat Roofs"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509510.jpg", imageAlt: "New roof being installed on a residential house"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Roof Inspections & Assessments",
|
||||
author: "Thorough Experts",
|
||||
description: "Our detailed inspections identify potential issues before they become major problems, extending the life of your roof and preventing costly future repairs.",
|
||||
tags: [
|
||||
"Damage Assessment",
|
||||
"Pre-Sale Inspection",
|
||||
"Storm Damage Reports",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg",
|
||||
imageAlt: "Professional roofer performing a detailed roof inspection",
|
||||
},
|
||||
id: "f3", title: "Roof Inspections & Assessments", author: "Thorough Experts", description: "Our detailed inspections identify potential issues before they become major problems, extending the life of your roof and preventing costly future repairs.", tags: [
|
||||
"Damage Assessment", "Pre-Sale Inspection", "Storm Damage Reports"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg", imageAlt: "Professional roofer performing a detailed roof inspection"},
|
||||
]}
|
||||
title="Our Expert Roofing Services"
|
||||
description="Providing comprehensive solutions for every type of roof and need, ensuring durability and peace of mind for your home or business."
|
||||
@@ -259,56 +164,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Residential Asphalt Shingles",
|
||||
price: "Project Complete",
|
||||
variant: "Suburban Home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg",
|
||||
imageAlt: "Newly installed residential asphalt shingle roof",
|
||||
},
|
||||
id: "p1", name: "Residential Asphalt Shingles", price: "Project Complete", variant: "Suburban Home", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg", imageAlt: "Newly installed residential asphalt shingle roof"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Commercial Flat Roof System",
|
||||
price: "Project Complete",
|
||||
variant: "Office Building",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg",
|
||||
imageAlt: "Commercial flat roof installation on an office building",
|
||||
},
|
||||
id: "p2", name: "Commercial Flat Roof System", price: "Project Complete", variant: "Office Building", imageSrc: "http://img.b2bpic.net/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg", imageAlt: "Commercial flat roof installation on an office building"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Elegant Clay Tile Roof",
|
||||
price: "Project Complete",
|
||||
variant: "Mediterranean Villa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-tiles_1203-298.jpg",
|
||||
imageAlt: "Beautiful clay tile roof on a Mediterranean style house",
|
||||
},
|
||||
id: "p3", name: "Elegant Clay Tile Roof", price: "Project Complete", variant: "Mediterranean Villa", imageSrc: "http://img.b2bpic.net/free-photo/clay-tiles_1203-298.jpg", imageAlt: "Beautiful clay tile roof on a Mediterranean style house"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Modern Metal Roof Installation",
|
||||
price: "Project Complete",
|
||||
variant: "Contemporary Residence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg",
|
||||
imageAlt: "Sleek metal roof on a modern home",
|
||||
},
|
||||
id: "p4", name: "Modern Metal Roof Installation", price: "Project Complete", variant: "Contemporary Residence", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg", imageAlt: "Sleek metal roof on a modern home"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Seamless Gutter System",
|
||||
price: "Project Complete",
|
||||
variant: "Full Home Package",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg",
|
||||
imageAlt: "Newly installed seamless gutter system",
|
||||
},
|
||||
id: "p5", name: "Seamless Gutter System", price: "Project Complete", variant: "Full Home Package", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", imageAlt: "Newly installed seamless gutter system"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Exterior Siding & Trim",
|
||||
price: "Project Complete",
|
||||
variant: "Home Facelift",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15639.jpg",
|
||||
imageAlt: "Modern house with new siding and trim",
|
||||
},
|
||||
id: "p6", name: "Exterior Siding & Trim", price: "Project Complete", variant: "Home Facelift", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15639.jpg", imageAlt: "Modern house with new siding and trim"},
|
||||
]}
|
||||
title="Our Latest Projects & Expertise"
|
||||
description="Showcasing our commitment to excellence through a diverse portfolio of completed residential and commercial roofing projects."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -320,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
description: "Years in Business, Serving Our Community",
|
||||
},
|
||||
id: "m1", value: "20+", description: "Years in Business, Serving Our Community"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Projects Completed, Big and Small",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Projects Completed, Big and Small"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Customer Satisfaction Rate"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="Years of dedicated service, countless successful projects, and a reputation built on trust and customer satisfaction."
|
||||
@@ -345,14 +206,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Local Builders Inc.",
|
||||
"Community Property Group",
|
||||
"Reliable Insurance Co.",
|
||||
"City Home Depot",
|
||||
"Architectural Designs LLC",
|
||||
"Regional Bank",
|
||||
"Neighborhood Association",
|
||||
]}
|
||||
"Local Builders Inc.", "Community Property Group", "Reliable Insurance Co.", "City Home Depot", "Architectural Designs LLC", "Regional Bank", "Neighborhood Association"]}
|
||||
title="Trusted by Our Community"
|
||||
description="Proudly serving homes and businesses with quality roofing, backed by partnerships and community recognition."
|
||||
/>
|
||||
@@ -364,57 +218,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mark L.",
|
||||
handle: "Happy Homeowner",
|
||||
testimonial: "The All Brothers team replaced our entire roof efficiently and professionally. The communication was excellent, and the finished product looks fantastic. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg",
|
||||
},
|
||||
id: "t1", name: "Mark L.", handle: "Happy Homeowner", testimonial: "The All Brothers team replaced our entire roof efficiently and professionally. The communication was excellent, and the finished product looks fantastic. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sophia G.",
|
||||
handle: "Local Business Owner",
|
||||
testimonial: "As a local business, we rely on partners who deliver. All Brothers Roofing exceeded our expectations with their commercial roofing service. Punctual and high-quality work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-businesswoman-celebrating-triumphing-feeling-free-happy-posing-city-near_1258-117450.jpg",
|
||||
},
|
||||
id: "t2", name: "Sophia G.", handle: "Local Business Owner", testimonial: "As a local business, we rely on partners who deliver. All Brothers Roofing exceeded our expectations with their commercial roofing service. Punctual and high-quality work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-businesswoman-celebrating-triumphing-feeling-free-happy-posing-city-near_1258-117450.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert B.",
|
||||
handle: "Satisfied Customer",
|
||||
testimonial: "Had a leak that other companies couldn't fix. All Brothers Roofing came in, identified the issue quickly, and provided a lasting solution. True experts!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-construction-uniform-yellow-safety-helmet-smiling-holding-clipboard-pointing-with-finger-standing-blue-background_141793-11506.jpg",
|
||||
},
|
||||
id: "t3", name: "Robert B.", handle: "Satisfied Customer", testimonial: "Had a leak that other companies couldn't fix. All Brothers Roofing came in, identified the issue quickly, and provided a lasting solution. True experts!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-construction-uniform-yellow-safety-helmet-smiling-holding-clipboard-pointing-with-finger-standing-blue-background_141793-11506.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Laura S.",
|
||||
handle: "Residential Client",
|
||||
testimonial: "The crew was courteous, cleaned up meticulously, and finished ahead of schedule. Our new roof has transformed the look of our home. Couldn't be happier!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-property-developers-evaluating-construction-design-3d-models_482257-130012.jpg",
|
||||
},
|
||||
id: "t4", name: "Laura S.", handle: "Residential Client", testimonial: "The crew was courteous, cleaned up meticulously, and finished ahead of schedule. Our new roof has transformed the look of our home. Couldn't be happier!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-property-developers-evaluating-construction-design-3d-models_482257-130012.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Daniel P.",
|
||||
handle: "Long-Term Customer",
|
||||
testimonial: "All Brothers Roofing has handled all our roofing needs for years. Their integrity and quality of work are unmatched. They're the only roofers I trust.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-covering-his-girlfriend-eyes_23-2148363653.jpg",
|
||||
},
|
||||
id: "t5", name: "Daniel P.", handle: "Long-Term Customer", testimonial: "All Brothers Roofing has handled all our roofing needs for years. Their integrity and quality of work are unmatched. They're the only roofers I trust.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-covering-his-girlfriend-eyes_23-2148363653.jpg"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Olivia M.",
|
||||
handle: "Community Member",
|
||||
testimonial: "From estimate to completion, the process was smooth. They genuinely care about their customers and stand by their work. A reliable local business!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg",
|
||||
},
|
||||
id: "t6", name: "Olivia M.", handle: "Community Member", testimonial: "From estimate to completion, the process was smooth. They genuinely care about their customers and stand by their work. A reliable local business!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from satisfied homeowners and businesses about their experience with All Brothers Roofing and our dedication to quality."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -424,30 +249,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of roofing materials do you work with?",
|
||||
content: "We specialize in a variety of roofing materials including asphalt shingles, metal roofing, tile roofing, and flat roof systems like TPO and EPDM. Our experts can help you choose the best option for your property.",
|
||||
},
|
||||
id: "q1", title: "What types of roofing materials do you work with?", content: "We specialize in a variety of roofing materials including asphalt shingles, metal roofing, tile roofing, and flat roof systems like TPO and EPDM. Our experts can help you choose the best option for your property."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does a typical roof replacement take?",
|
||||
content: "The duration of a roof replacement depends on several factors such as the size and complexity of your roof, the chosen materials, and weather conditions. Most residential roof replacements are completed within 1-3 days.",
|
||||
},
|
||||
id: "q2", title: "How long does a typical roof replacement take?", content: "The duration of a roof replacement depends on several factors such as the size and complexity of your roof, the chosen materials, and weather conditions. Most residential roof replacements are completed within 1-3 days."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide complimentary, no-obligation estimates for all our roofing services. Contact us today to schedule your free inspection and consultation.",
|
||||
},
|
||||
id: "q3", title: "Do you offer free estimates?", content: "Yes, we provide complimentary, no-obligation estimates for all our roofing services. Contact us today to schedule your free inspection and consultation."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. All Brothers Roofing is fully licensed, bonded, and insured, giving you peace of mind knowing that your roofing project is handled by qualified and protected professionals.",
|
||||
},
|
||||
id: "q4", title: "Are you licensed and insured?", content: "Absolutely. All Brothers Roofing is fully licensed, bonded, and insured, giving you peace of mind knowing that your roofing project is handled by qualified and protected professionals."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is your warranty policy?",
|
||||
content: "We offer comprehensive warranties on both materials and workmanship, ensuring your investment is protected. Specific warranty details will be provided with your estimate.",
|
||||
},
|
||||
id: "q5", title: "What is your warranty policy?", content: "We offer comprehensive warranties on both materials and workmanship, ensuring your investment is protected. Specific warranty details will be provided with your estimate."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about roofing projects, materials, costs, and our services."
|
||||
@@ -459,20 +269,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get a Free Estimate"
|
||||
title="Ready for a Stronger, More Beautiful Roof?"
|
||||
description="Contact All Brothers Roofing today for a no-obligation consultation and estimate. Our friendly team is here to help you protect your biggest investment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Your Free Estimate", href: "#"},
|
||||
{
|
||||
text: "Call Us Today!",
|
||||
href: "tel:123-456-7890",
|
||||
},
|
||||
text: "Call Us Today!", href: "tel:123-456-7890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -485,19 +290,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/allbrothersroofing",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/allbrothersroofing", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/allbrothersroofing",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/allbrothersroofing", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/allbrothersroofing",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/allbrothersroofing", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user