Merge version_1 into main #1
342
src/app/page.tsx
342
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
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: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="LA Roofing Solutions"
|
||||
/>
|
||||
@@ -72,79 +58,40 @@ export default function LandingPage() {
|
||||
description="Delivering exceptional roofing services across LA, from reliable repairs to complete installations. Protect your home with our expert team."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@HappyHomeowner",
|
||||
testimonial: "LA Roofing Solutions exceeded our expectations! Professional, efficient, and our new roof looks amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-muscles-holding-house-model-t-shirt-jacket-cap-looking-lucky-front-view_176474-58222.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
name: "Sarah J.", handle: "@HappyHomeowner", testimonial: "LA Roofing Solutions exceeded our expectations! Professional, efficient, and our new roof looks amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-muscles-holding-house-model-t-shirt-jacket-cap-looking-lucky-front-view_176474-58222.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
name: "Michael D.",
|
||||
handle: "@BizOwnerLA",
|
||||
testimonial: "They handled our commercial property roof repair quickly and with minimal disruption. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "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",
|
||||
imageAlt: "Michael D.",
|
||||
},
|
||||
name: "Michael D.", handle: "@BizOwnerLA", testimonial: "They handled our commercial property roof repair quickly and with minimal disruption. Highly recommend!", rating: 5,
|
||||
imageSrc: "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", imageAlt: "Michael D."},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@NewRoofDreams",
|
||||
testimonial: "From estimate to completion, the team was fantastic. Our home feels safer and looks beautiful!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-looking-tablet-with-another-man-background_1153-1141.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
name: "Emily R.", handle: "@NewRoofDreams", testimonial: "From estimate to completion, the team was fantastic. Our home feels safer and looks beautiful!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-looking-tablet-with-another-man-background_1153-1141.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
name: "Robert P.",
|
||||
handle: "@RoofReviver",
|
||||
testimonial: "The quality of work on our roof replacement was outstanding. LA Roofing Solutions is truly reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fool-crazy-man-happy-expression_1194-5123.jpg",
|
||||
imageAlt: "Robert P.",
|
||||
},
|
||||
name: "Robert P.", handle: "@RoofReviver", testimonial: "The quality of work on our roof replacement was outstanding. LA Roofing Solutions is truly reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fool-crazy-man-happy-expression_1194-5123.jpg", imageAlt: "Robert P."},
|
||||
{
|
||||
name: "Linda K.",
|
||||
handle: "@HomeSweetHome",
|
||||
testimonial: "Professional service from start to finish. Our roof repair was handled swiftly and effectively.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-excited-smiling-girl-building-roof-house-with-hands-head-feel-secured-looking-happy-rooftop-standing-white-background_176420-46080.jpg",
|
||||
imageAlt: "Linda K.",
|
||||
},
|
||||
name: "Linda K.", handle: "@HomeSweetHome", testimonial: "Professional service from start to finish. Our roof repair was handled swiftly and effectively.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-excited-smiling-girl-building-roof-house-with-hands-head-feel-secured-looking-happy-rooftop-standing-white-background_176420-46080.jpg", imageAlt: "Linda K."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Trusted & Local"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Our Services", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-72.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-72.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-female-realtor_23-2148895439.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-female-realtor_23-2148895439.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-man-saying-yes-showing-paper-house-maket-looking-satisfied_1258-23932.jpg",
|
||||
alt: "Michael D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-man-saying-yes-showing-paper-house-maket-looking-satisfied_1258-23932.jpg", alt: "Michael D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-male-customer-guarantee-quality-show-okay-sign_176420-18709.jpg",
|
||||
alt: "Laura S.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-male-customer-guarantee-quality-show-okay-sign_176420-18709.jpg", alt: "Laura S."},
|
||||
]}
|
||||
avatarText="Join 5,000+ Satisfied Customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"
|
||||
@@ -160,22 +107,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Building Trust, One Roof at a Time in LA",
|
||||
},
|
||||
type: "text", content: "Building Trust, One Roof at a Time in LA"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg", alt: "Roofer inspecting a residential roof"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "#",
|
||||
},
|
||||
text: "Meet Our Team", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg"
|
||||
imageAlt="Roofer inspecting a residential roof"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,45 +127,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Expert Roof Repair",
|
||||
descriptions: [
|
||||
"Fast and reliable repair for leaks, storm damage, and wear-and-tear.",
|
||||
"Restore your roof's integrity and protect your home with our skilled technicians.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741209.jpg",
|
||||
imageAlt: "Roof repair service",
|
||||
},
|
||||
id: "f1", title: "Expert Roof Repair", descriptions: [
|
||||
"Fast and reliable repair for leaks, storm damage, and wear-and-tear.", "Restore your roof's integrity and protect your home with our skilled technicians."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741209.jpg", imageAlt: "Roof repair service"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "New Roof Installation",
|
||||
descriptions: [
|
||||
"High-quality installation of asphalt shingles, tile, flat roofs, and metal roofing.",
|
||||
"Enhance your home's curb appeal and durability with a brand new roof.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-sideways_23-2148748786.jpg",
|
||||
imageAlt: "New roof installation",
|
||||
},
|
||||
id: "f2", title: "New Roof Installation", descriptions: [
|
||||
"High-quality installation of asphalt shingles, tile, flat roofs, and metal roofing.", "Enhance your home's curb appeal and durability with a brand new roof."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-sideways_23-2148748786.jpg", imageAlt: "New roof installation"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Thorough Roof Inspections",
|
||||
descriptions: [
|
||||
"Comprehensive inspections to identify potential issues and ensure safety.",
|
||||
"Receive detailed reports and proactive maintenance recommendations.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg",
|
||||
imageAlt: "Roof inspection",
|
||||
},
|
||||
id: "f3", title: "Thorough Roof Inspections", descriptions: [
|
||||
"Comprehensive inspections to identify potential issues and ensure safety.", "Receive detailed reports and proactive maintenance recommendations."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", imageAlt: "Roof inspection"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Commercial Roofing",
|
||||
descriptions: [
|
||||
"Specialized services for commercial properties, including maintenance and new builds.",
|
||||
"Ensure the longevity and protection of your business assets with our commercial expertise.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-building_1127-2108.jpg",
|
||||
imageAlt: "Commercial roofing",
|
||||
},
|
||||
id: "f4", title: "Commercial Roofing", descriptions: [
|
||||
"Specialized services for commercial properties, including maintenance and new builds.", "Ensure the longevity and protection of your business assets with our commercial expertise."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-building_1127-2108.jpg", imageAlt: "Commercial roofing"},
|
||||
]}
|
||||
title="Our Comprehensive Roofing Services"
|
||||
description="From minor repairs to major installations, we've got your Los Angeles property covered."
|
||||
@@ -240,25 +157,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m1", value: "25+", description: "Years of Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
description: "Satisfied Customers",
|
||||
},
|
||||
id: "m2", value: "5000+", description: "Satisfied Customers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3000+",
|
||||
description: "Completed Projects",
|
||||
},
|
||||
id: "m3", value: "3000+", description: "Completed Projects"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "98%",
|
||||
description: "5-Star Ratings",
|
||||
},
|
||||
id: "m4", value: "98%", description: "5-Star Ratings"},
|
||||
]}
|
||||
title="Why Choose LA Roofing Solutions?"
|
||||
description="Our commitment to quality, reliability, and customer satisfaction speaks for itself."
|
||||
@@ -274,65 +179,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Residential",
|
||||
name: "Asphalt Shingle Roofs",
|
||||
price: "Starting at $X/sq ft",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg",
|
||||
imageAlt: "Asphalt shingle roof",
|
||||
},
|
||||
id: "p1", brand: "Residential", name: "Asphalt Shingle Roofs", price: "Starting at $X/sq ft", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg", imageAlt: "Asphalt shingle roof"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Residential",
|
||||
name: "Elegant Tile Roof Installations",
|
||||
price: "Starting at $Y/sq ft",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pattern-red-material-block-background_1253-632.jpg",
|
||||
imageAlt: "Tile roof",
|
||||
},
|
||||
id: "p2", brand: "Residential", name: "Elegant Tile Roof Installations", price: "Starting at $Y/sq ft", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/pattern-red-material-block-background_1253-632.jpg", imageAlt: "Tile roof"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Commercial",
|
||||
name: "Durable Flat Roof Systems",
|
||||
price: "Starting at $Z/sq ft",
|
||||
rating: 5,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-with-chimney-blue-sky_23-2149627194.jpg",
|
||||
imageAlt: "Flat roof system",
|
||||
},
|
||||
id: "p3", brand: "Commercial", name: "Durable Flat Roof Systems", price: "Starting at $Z/sq ft", rating: 5,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-with-chimney-blue-sky_23-2149627194.jpg", imageAlt: "Flat roof system"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Residential",
|
||||
name: "Modern Metal Roofing",
|
||||
price: "Starting at $A/sq ft",
|
||||
rating: 5,
|
||||
reviewCount: "75+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15687.jpg",
|
||||
imageAlt: "Metal roof",
|
||||
},
|
||||
id: "p4", brand: "Residential", name: "Modern Metal Roofing", price: "Starting at $A/sq ft", rating: 5,
|
||||
reviewCount: "75+", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15687.jpg", imageAlt: "Metal roof"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Enhancements",
|
||||
name: "Skylight Installations",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "40+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-reading-book-sitting-near-window-sill_23-2147871985.jpg",
|
||||
imageAlt: "Skylight installation",
|
||||
},
|
||||
id: "p5", brand: "Enhancements", name: "Skylight Installations", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-reading-book-sitting-near-window-sill_23-2147871985.jpg", imageAlt: "Skylight installation"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Maintenance",
|
||||
name: "Gutter & Drainage Systems",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "60+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg",
|
||||
imageAlt: "Gutter installation",
|
||||
},
|
||||
id: "p6", brand: "Maintenance", name: "Gutter & Drainage Systems", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg", imageAlt: "Gutter installation"},
|
||||
]}
|
||||
title="Our Diverse Roofing Projects & Materials"
|
||||
description="Explore the range of roofing solutions and high-quality materials we offer for both residential and commercial properties."
|
||||
@@ -345,35 +208,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg",
|
||||
imageAlt: "David L.",
|
||||
},
|
||||
id: "t1", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg", imageAlt: "David L."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jessica M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/express-your-happiness-contemporary-technology_329181-11348.jpg",
|
||||
imageAlt: "Jessica M.",
|
||||
},
|
||||
id: "t2", name: "Jessica M.", imageSrc: "http://img.b2bpic.net/free-photo/express-your-happiness-contemporary-technology_329181-11348.jpg", imageAlt: "Jessica M."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488121.jpg",
|
||||
imageAlt: "Robert K.",
|
||||
},
|
||||
id: "t3", name: "Robert K.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488121.jpg", imageAlt: "Robert K."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Maria P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg",
|
||||
imageAlt: "Maria P.",
|
||||
},
|
||||
id: "t4", name: "Maria P.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg", imageAlt: "Maria P."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chris B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg",
|
||||
imageAlt: "Chris B.",
|
||||
},
|
||||
id: "t5", name: "Chris B.", imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", imageAlt: "Chris B."},
|
||||
]}
|
||||
cardTitle="What Our Valued Clients Say"
|
||||
cardTag="Customer Success Stories"
|
||||
@@ -387,30 +230,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How much does a new roof cost?",
|
||||
content: "The cost of a new roof varies widely based on material, size, complexity, and specific labor requirements. We offer free, detailed estimates tailored to your project.",
|
||||
},
|
||||
id: "q1", title: "How much does a new roof cost?", content: "The cost of a new roof varies widely based on material, size, complexity, and specific labor requirements. We offer free, detailed estimates tailored to your project."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does roof installation take?",
|
||||
content: "Most residential roof installations take between 3-7 days, depending on the roof's size, material, weather conditions, and accessibility. We provide a clear timeline upfront.",
|
||||
},
|
||||
id: "q2", title: "How long does roof installation take?", content: "Most residential roof installations take between 3-7 days, depending on the roof's size, material, weather conditions, and accessibility. We provide a clear timeline upfront."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What kind of warranty do you offer?",
|
||||
content: "We offer comprehensive warranties on both materials and workmanship. Specific terms vary by product and service, which will be detailed in your project proposal.",
|
||||
},
|
||||
id: "q3", title: "What kind of warranty do you offer?", content: "We offer comprehensive warranties on both materials and workmanship. Specific terms vary by product and service, which will be detailed in your project proposal."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you provide emergency roof repair?",
|
||||
content: "Yes, we understand emergencies happen. We offer prompt emergency repair services to mitigate damage and secure your property quickly.",
|
||||
},
|
||||
id: "q4", title: "Do you provide emergency roof repair?", content: "Yes, we understand emergencies happen. We offer prompt emergency repair services to mitigate damage and secure your property quickly."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. LA Roofing Solutions is fully licensed, bonded, and insured, ensuring peace of mind and protection for all our clients and projects.",
|
||||
},
|
||||
id: "q5", title: "Are you licensed and insured?", content: "Absolutely. LA Roofing Solutions is fully licensed, bonded, and insured, ensuring peace of mind and protection for all our clients and projects."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-his-wife-are-looking-beautiful-landscapes-sky_8353-9394.jpg"
|
||||
imageAlt="Architect discussing roof plans"
|
||||
@@ -428,14 +256,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Licensed Contractor",
|
||||
"Certified Materials",
|
||||
"Eco-Friendly Partner",
|
||||
"Insurance Approved",
|
||||
"Local Business Alliance",
|
||||
"Residential Experts",
|
||||
"Commercial Certified",
|
||||
]}
|
||||
"Licensed Contractor", "Certified Materials", "Eco-Friendly Partner", "Insurance Approved", "Local Business Alliance", "Residential Experts", "Commercial Certified"]}
|
||||
title="Trusted by Homeowners & Businesses Across LA"
|
||||
description="Our commitment to quality and integrity is reflected in our affiliations and trusted partnerships."
|
||||
tag="Our Accreditations"
|
||||
@@ -446,20 +267,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get Your Free Estimate"
|
||||
title="Ready for a Durable Roof?"
|
||||
description="Contact us today for a complimentary, no-obligation consultation and estimate. Our team is ready to help you protect your investment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Call Now", href: "tel:+15551234567"},
|
||||
{
|
||||
text: "Send an Email",
|
||||
href: "mailto:info@laroofing.com",
|
||||
},
|
||||
text: "Send an Email", href: "mailto:info@laroofing.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -472,24 +288,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user