Update src/app/about/page.tsx
This commit is contained in:
@@ -28,40 +28,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
brandName="Miami Roof Pros"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,23 +54,15 @@ export default function LandingPage() {
|
||||
description="With over two decades of dedicated service in South Florida, Miami Roof Pros has established itself as a beacon of reliability and quality in the roofing industry. Our commitment goes beyond just installing and repairing roofs; we build lasting relationships with our clients based on trust, transparency, and superior craftsmanship. We understand the unique challenges of Florida's climate and provide durable, aesthetically pleasing, and cost-effective roofing solutions tailored to your needs."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Professionals",
|
||||
description: "Highly trained and certified roofing specialists.",
|
||||
},
|
||||
title: "Experienced Professionals", description: "Highly trained and certified roofing specialists."},
|
||||
{
|
||||
title: "Quality Materials",
|
||||
description: "Sourcing only the best materials for maximum durability.",
|
||||
},
|
||||
title: "Quality Materials", description: "Sourcing only the best materials for maximum durability."},
|
||||
{
|
||||
title: "Customer Satisfaction",
|
||||
description: "Our top priority is ensuring you're delighted with our work.",
|
||||
},
|
||||
title: "Customer Satisfaction", description: "Our top priority is ensuring you're delighted with our work."},
|
||||
{
|
||||
title: "Local Expertise",
|
||||
description: "Deep understanding of Miami's building codes and weather challenges.",
|
||||
},
|
||||
title: "Local Expertise", description: "Deep understanding of Miami's building codes and weather challenges."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thai-style-gold-decoration-concept_53876-23418.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thai-style-gold-decoration-concept_53876-23418.jpg"
|
||||
imageAlt="Modern residential house with new roof"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -103,19 +75,13 @@ export default function LandingPage() {
|
||||
description="Miami Roof Pros is built on a foundation of proven results and unwavering dedication. Our statistics reflect our commitment to superior service, customer satisfaction, and reliable craftsmanship throughout the South Florida region."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years in Business",
|
||||
},
|
||||
value: "20+", title: "Years in Business"},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Roofs Installed/Repaired",
|
||||
},
|
||||
value: "5000+", title: "Roofs Installed/Repaired"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
value: "98%", title: "Customer Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg"
|
||||
imageAlt="Worker inspecting a roof for maintenance"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -129,33 +95,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos Rodriguez",
|
||||
role: "Founder & CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
|
||||
imageAlt: "Carlos Rodriguez, Founder & CEO",
|
||||
},
|
||||
id: "1", name: "Carlos Rodriguez", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Carlos Rodriguez, Founder & CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Sanchez",
|
||||
role: "Lead Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-pretty-female-dark-jacket-pink-background_179666-26578.jpg?_wi=2",
|
||||
imageAlt: "Maria Sanchez, Lead Project Manager",
|
||||
},
|
||||
id: "2", name: "Maria Sanchez", role: "Lead Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-pretty-female-dark-jacket-pink-background_179666-26578.jpg", imageAlt: "Maria Sanchez, Lead Project Manager"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Lee",
|
||||
role: "Senior Roofing Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-man-blue-striped-shirt-raising-hands-having-pleased-expression-blue-space_141793-22674.jpg?_wi=2",
|
||||
imageAlt: "David Lee, Senior Roofing Specialist",
|
||||
},
|
||||
id: "3", name: "David Lee", role: "Senior Roofing Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-man-blue-striped-shirt-raising-hands-having-pleased-expression-blue-space_141793-22674.jpg", imageAlt: "David Lee, Senior Roofing Specialist"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophia Chen",
|
||||
role: "Customer Relations Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg?_wi=2",
|
||||
imageAlt: "Sophia Chen, Customer Relations Director",
|
||||
},
|
||||
id: "4", name: "Sophia Chen", role: "Customer Relations Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg", imageAlt: "Sophia Chen, Customer Relations Director"},
|
||||
]}
|
||||
title="Meet the Experts Behind Your Durable Roof"
|
||||
description="Our team at Miami Roof Pros comprises dedicated, certified, and experienced roofing professionals passionate about delivering exceptional results. We combine local expertise with cutting-edge techniques to ensure your roofing project is handled with the utmost care and precision."
|
||||
@@ -169,69 +115,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena P.",
|
||||
role: "Homeowner",
|
||||
company: "Miami Shores",
|
||||
rating: 5,
|
||||
testimonial: "Miami Roof Pros replaced our old tile roof quickly and efficiently. The team was professional, clean, and the quality of work is outstanding. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg?_wi=2",
|
||||
imageAlt: "Elena P. smiling",
|
||||
},
|
||||
id: "1", name: "Elena P.", role: "Homeowner", company: "Miami Shores", rating: 5,
|
||||
quote: "Miami Roof Pros replaced our old tile roof quickly and efficiently. The team was professional, clean, and the quality of work is outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg", imageAlt: "Elena P. smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert G.",
|
||||
role: "Property Manager",
|
||||
company: "Coral Gables Commercial",
|
||||
rating: 5,
|
||||
testimonial: "Their commercial roofing expertise is unmatched. They handled our complex project with ease and kept us informed every step of the way. Fantastic service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3",
|
||||
imageAlt: "Robert G. smiling",
|
||||
},
|
||||
id: "2", name: "Robert G.", role: "Property Manager", company: "Coral Gables Commercial", rating: 5,
|
||||
quote: "Their commercial roofing expertise is unmatched. They handled our complex project with ease and kept us informed every step of the way. Fantastic service!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Robert G. smiling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia M.",
|
||||
role: "Residential Client",
|
||||
company: "South Miami",
|
||||
rating: 5,
|
||||
testimonial: "Emergency repair needed after a storm, and Miami Roof Pros was there within hours. Their quick response and expert repair saved us from further damage. Lifesavers!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-pretty-female-dark-jacket-pink-background_179666-26578.jpg?_wi=3",
|
||||
imageAlt: "Sofia M. smiling",
|
||||
},
|
||||
id: "3", name: "Sofia M.", role: "Residential Client", company: "South Miami", rating: 5,
|
||||
quote: "Emergency repair needed after a storm, and Miami Roof Pros was there within hours. Their quick response and expert repair saved us from further damage. Lifesavers!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-pretty-female-dark-jacket-pink-background_179666-26578.jpg", imageAlt: "Sofia M. smiling"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark T.",
|
||||
role: "Building Owner",
|
||||
company: "Downtown Miami",
|
||||
rating: 4,
|
||||
testimonial: "Great experience from start to finish. The new flat roof looks great and was completed on schedule. Very professional crew.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-man-blue-striped-shirt-raising-hands-having-pleased-expression-blue-space_141793-22674.jpg?_wi=3",
|
||||
imageAlt: "Mark T. smiling",
|
||||
},
|
||||
id: "4", name: "Mark T.", role: "Building Owner", company: "Downtown Miami", rating: 4,
|
||||
quote: "Great experience from start to finish. The new flat roof looks great and was completed on schedule. Very professional crew.", imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-man-blue-striped-shirt-raising-hands-having-pleased-expression-blue-space_141793-22674.jpg", imageAlt: "Mark T. smiling"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Homeowner",
|
||||
company: "Pinecrest",
|
||||
rating: 5,
|
||||
testimonial: "The best roofing company in Miami, hands down. Fair pricing, excellent communication, and a beautiful new roof that will last for years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg?_wi=3",
|
||||
imageAlt: "Jessica L. smiling",
|
||||
},
|
||||
id: "5", name: "Jessica L.", role: "Homeowner", company: "Pinecrest", rating: 5,
|
||||
quote: "The best roofing company in Miami, hands down. Fair pricing, excellent communication, and a beautiful new roof that will last for years.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg", imageAlt: "Jessica L. smiling"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years in Business",
|
||||
},
|
||||
value: "20+", label: "Years in Business"},
|
||||
{
|
||||
value: "A+",
|
||||
label: "BBB Rating",
|
||||
},
|
||||
value: "A+", label: "BBB Rating"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Average Reviews",
|
||||
},
|
||||
value: "5-Star", label: "Average Reviews"},
|
||||
]}
|
||||
title="What Our Clients Say About Our Roofing Services"
|
||||
description="Our reputation is built on the satisfaction of our clients. Hear directly from homeowners and businesses across Miami who have experienced the Miami Roof Pros difference – quality, reliability, and outstanding service."
|
||||
@@ -242,58 +147,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Roofing",
|
||||
href: "/services#residential",
|
||||
},
|
||||
label: "Residential Roofing", href: "/services#residential"},
|
||||
{
|
||||
label: "Commercial Roofing",
|
||||
href: "/services#commercial",
|
||||
},
|
||||
label: "Commercial Roofing", href: "/services#commercial"},
|
||||
{
|
||||
label: "Roof Repair",
|
||||
href: "/services#repair",
|
||||
},
|
||||
label: "Roof Repair", href: "/services#repair"},
|
||||
{
|
||||
label: "Installations",
|
||||
href: "/services#installations",
|
||||
},
|
||||
label: "Installations", href: "/services#installations"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "/services#maintenance",
|
||||
},
|
||||
label: "Maintenance", href: "/services#maintenance"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user