Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 15:05:32 +00:00

View File

@@ -34,42 +34,24 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
button={{ button={{
text: "Get a Quote", text: "Get a Quote", href: "#contact"}}
href: "#contact",
}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o0bcoa" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o0bcoa"
logoAlt="Colour Trust Roofing & Construction Logo" logoAlt="Colour Trust Roofing & Construction Logo"
brandName="Colour Trust" brandName="Colour Trust"
@@ -82,53 +64,23 @@ export default function LandingPage() {
description="Your trusted partner for superior roofing and construction solutions. Delivering quality, durability, and peace of mind for every project." description="Your trusted partner for superior roofing and construction solutions. Delivering quality, durability, and peace of mind for every project."
testimonials={[ testimonials={[
{ {
name: "Kwame Nkrumah", name: "Kwame Nkrumah", handle: "Homeowner, Accra", testimonial: "Colour Trust transformed our home with a beautiful and sturdy new roof. Their team was professional and efficient from start to finish.", rating: 5,
handle: "Homeowner, Accra", imageSrc: "http://img.b2bpic.net/free-photo/young-man-pointing-house-model-t-shirt-jacket-cap-looking-happy-front-view_176474-58117.jpg", imageAlt: "Kwame Nkrumah testimonial"},
testimonial: "Colour Trust transformed our home with a beautiful and sturdy new roof. Their team was professional and efficient from start to finish.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-pointing-house-model-t-shirt-jacket-cap-looking-happy-front-view_176474-58117.jpg",
imageAlt: "Kwame Nkrumah testimonial",
},
{ {
name: "Akua Mensah", name: "Akua Mensah", handle: "Property Developer", testimonial: "Exceptional service and outstanding quality on our commercial project. Colour Trust met all deadlines and exceeded expectations.", rating: 5,
handle: "Property Developer", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-dancing-city_23-2149643025.jpg", imageAlt: "Akua Mensah testimonial"},
testimonial: "Exceptional service and outstanding quality on our commercial project. Colour Trust met all deadlines and exceeded expectations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-dancing-city_23-2149643025.jpg",
imageAlt: "Akua Mensah testimonial",
},
{ {
name: "Yaw Boateng", name: "Yaw Boateng", handle: "Building Contractor", testimonial: "Partnering with Colour Trust ensures our projects have the best roofing systems. Their expertise and reliability are unmatched.", rating: 5,
handle: "Building Contractor", imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg", imageAlt: "Yaw Boateng testimonial"},
testimonial: "Partnering with Colour Trust ensures our projects have the best roofing systems. Their expertise and reliability are unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg",
imageAlt: "Yaw Boateng testimonial",
},
{ {
name: "Ama Serwaa", name: "Ama Serwaa", handle: "Restaurant Owner", testimonial: "The new roofing on our restaurant looks fantastic and provides excellent protection. Highly recommend their skilled crew!", rating: 5,
handle: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103937.jpg", imageAlt: "Ama Serwaa testimonial"},
testimonial: "The new roofing on our restaurant looks fantastic and provides excellent protection. Highly recommend their skilled crew!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103937.jpg",
imageAlt: "Ama Serwaa testimonial",
},
{ {
name: "Kojo Atta", name: "Kojo Atta", handle: "Commercial Property Owner", testimonial: "Colour Trust delivered a complex roofing solution for our industrial facility with precision and professionalism. A top-tier company.", rating: 5,
handle: "Commercial Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-digital-tablet-outdoors_23-2147941663.jpg", imageAlt: "Kojo Atta testimonial"},
testimonial: "Colour Trust delivered a complex roofing solution for our industrial facility with precision and professionalism. A top-tier company.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-digital-tablet-outdoors_23-2147941663.jpg",
imageAlt: "Kojo Atta testimonial",
},
{ {
name: "Adwoa Ofori", name: "Adwoa Ofori", handle: "Homeowner, Kumasi", testimonial: "Our experience with Colour Trust was seamless. They provided expert advice and a durable, beautiful roof that adds value to our home.", rating: 5,
handle: "Homeowner, Kumasi", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Adwoa Ofori testimonial"},
testimonial: "Our experience with Colour Trust was seamless. They provided expert advice and a durable, beautiful roof that adds value to our home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageAlt: "Adwoa Ofori testimonial",
},
]} ]}
testimonialRotationInterval={6000} testimonialRotationInterval={6000}
tag="Trusted Quality" tag="Trusted Quality"
@@ -136,36 +88,22 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Explore Services", text: "Explore Services", href: "#services"},
href: "#services",
},
{ {
text: "Get a Free Quote", text: "Get a Free Quote", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-mature-woman-smiling_23-2148407645.jpg", src: "http://img.b2bpic.net/free-photo/portrait-mature-woman-smiling_23-2148407645.jpg", alt: "John Doe"},
alt: "John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/architect-smiling-while-posing-office_23-2148242943.jpg", src: "http://img.b2bpic.net/free-photo/architect-smiling-while-posing-office_23-2148242943.jpg", alt: "Jane Smith"},
alt: "Jane Smith",
},
{ {
src: "http://img.b2bpic.net/free-photo/hopeful-worried-man-bite-lip-smiling-silly_176420-17940.jpg", src: "http://img.b2bpic.net/free-photo/hopeful-worried-man-bite-lip-smiling-silly_176420-17940.jpg", alt: "Peter Jones"},
alt: "Peter Jones",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", alt: "Emily White"},
alt: "Emily White",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", src: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", alt: "Smiling professional"},
alt: "Smiling professional",
},
]} ]}
avatarText="Join our 1,000+ satisfied clients!" avatarText="Join our 1,000+ satisfied clients!"
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-rooftops-city-buildings-with-red-shingles_181624-12846.jpg" imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-rooftops-city-buildings-with-red-shingles_181624-12846.jpg"
@@ -184,17 +122,11 @@ export default function LandingPage() {
description="At Colour Trust, we combine decades of expertise with cutting-edge techniques to deliver unparalleled roofing and construction services. From residential remodels to large-scale commercial projects, our commitment to quality, safety, and customer satisfaction is unwavering." description="At Colour Trust, we combine decades of expertise with cutting-edge techniques to deliver unparalleled roofing and construction services. From residential remodels to large-scale commercial projects, our commitment to quality, safety, and customer satisfaction is unwavering."
metrics={[ metrics={[
{ {
value: "25+", value: "25+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "500+", value: "500+", title: "Projects Completed"},
title: "Projects Completed",
},
{ {
value: "100%", value: "100%", title: "Client Satisfaction"},
title: "Client Satisfaction",
},
]} ]}
tag="Our Story" tag="Our Story"
tagIcon={Building} tagIcon={Building}
@@ -213,23 +145,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "New Roof Installation", title: "New Roof Installation", description: "From traditional shingles to modern metal roofing, we install high-quality, durable roofs built to last and protect your property.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg", imageAlt: "New roof installation on a residential home"},
description: "From traditional shingles to modern metal roofing, we install high-quality, durable roofs built to last and protect your property.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg",
imageAlt: "New roof installation on a residential home",
},
{ {
title: "Roof Repair & Maintenance", title: "Roof Repair & Maintenance", description: "Prompt and reliable repair services for leaks, storm damage, and wear-and-tear. Extend your roof's lifespan with our expert maintenance plans.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg", imageAlt: "Roof repair in progress"},
description: "Prompt and reliable repair services for leaks, storm damage, and wear-and-tear. Extend your roof's lifespan with our expert maintenance plans.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg",
imageAlt: "Roof repair in progress",
},
{ {
title: "Commercial Roofing", title: "Commercial Roofing", description: "Specialized roofing solutions for commercial and industrial properties, ensuring minimal disruption and maximum performance.", imageSrc: "http://img.b2bpic.net/free-photo/crane-building-construction-site_1232-2594.jpg", imageAlt: "Commercial building roof under construction"},
description: "Specialized roofing solutions for commercial and industrial properties, ensuring minimal disruption and maximum performance.",
imageSrc: "http://img.b2bpic.net/free-photo/crane-building-construction-site_1232-2594.jpg",
imageAlt: "Commercial building roof under construction",
},
]} ]}
title="Our Expert Roofing & Construction Services" title="Our Expert Roofing & Construction Services"
description="We offer a comprehensive range of services tailored to meet your specific needs, ensuring durability, aesthetic appeal, and long-term value." description="We offer a comprehensive range of services tailored to meet your specific needs, ensuring durability, aesthetic appeal, and long-term value."
@@ -242,49 +162,20 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
products={[ products={[
{ {
id: "p1", id: "p1", name: "Asphalt Shingles", price: "GHS 50/sqm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metal-surface_23-2148796570.jpg", imageAlt: "Premium Asphalt Shingles"},
name: "Asphalt Shingles",
price: "GHS 50/sqm",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metal-surface_23-2148796570.jpg",
imageAlt: "Premium Asphalt Shingles",
},
{ {
id: "p2", id: "p2", name: "Metal Roofing Sheets", price: "GHS 75/sqm", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Durable Metal Roofing Sheets"},
name: "Metal Roofing Sheets",
price: "GHS 75/sqm",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg",
imageAlt: "Durable Metal Roofing Sheets",
},
{ {
id: "p3", id: "p3", name: "Clay Tiles", price: "GHS 90/sqm", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "Traditional Clay Roofing Tiles"},
name: "Clay Tiles",
price: "GHS 90/sqm",
imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg",
imageAlt: "Traditional Clay Roofing Tiles",
},
{ {
id: "p4", id: "p4", name: "Solar Integrated Tiles", price: "GHS 150/sqm", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-roof-solar-cell_335224-1312.jpg", imageAlt: "Solar Integrated Roofing Tiles"},
name: "Solar Integrated Tiles",
price: "GHS 150/sqm",
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-roof-solar-cell_335224-1312.jpg",
imageAlt: "Solar Integrated Roofing Tiles",
},
{ {
id: "p5", id: "p5", name: "Waterproofing Membranes", price: "GHS 60/sqm", imageSrc: "http://img.b2bpic.net/free-photo/plastic-boat-boy-raincoat_23-2148597882.jpg", imageAlt: "Advanced Waterproofing Membranes"},
name: "Waterproofing Membranes",
price: "GHS 60/sqm",
imageSrc: "http://img.b2bpic.net/free-photo/plastic-boat-boy-raincoat_23-2148597882.jpg",
imageAlt: "Advanced Waterproofing Membranes",
},
{ {
id: "p6", id: "p6", name: "Wood Trusses & Frames", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/wooden-structure-with-rusty-metal-strips_23-2148394623.jpg", imageAlt: "Engineered Wood Roof Trusses"},
name: "Wood Trusses & Frames",
price: "Varies",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-structure-with-rusty-metal-strips_23-2148394623.jpg",
imageAlt: "Engineered Wood Roof Trusses",
},
]} ]}
title="Premium Roofing & Building Materials" title="Premium Roofing & Building Materials"
description="We source and utilize only the highest quality materials to ensure the longevity and integrity of your roofing and construction projects." description="We source and utilize only the highest quality materials to ensure the longevity and integrity of your roofing and construction projects."
@@ -299,62 +190,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "residential", id: "residential", title: "Residential Roofing", price: "Custom Quote", period: "Per Project", features: [
title: "Residential Roofing", "Comprehensive roof inspection", "Material selection guidance", "Expert installation & repair", "Long-term warranty", "Property cleanup"],
price: "Custom Quote",
period: "Per Project",
features: [
"Comprehensive roof inspection",
"Material selection guidance",
"Expert installation & repair",
"Long-term warranty",
"Property cleanup",
],
button: { button: {
text: "Request Quote", text: "Request Quote", href: "#contact"},
href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-architectural-elements_23-2148540092.jpg", imageAlt: "Residential roof plan"},
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-architectural-elements_23-2148540092.jpg",
imageAlt: "Residential roof plan",
},
{ {
id: "commercial", id: "commercial", title: "Commercial Solutions", price: "Custom Quote", period: "Per Project", features: [
title: "Commercial Solutions", "Large-scale project management", "Industrial-grade materials", "Minimal business disruption", "Advanced waterproofing", "Scheduled maintenance"],
price: "Custom Quote",
period: "Per Project",
features: [
"Large-scale project management",
"Industrial-grade materials",
"Minimal business disruption",
"Advanced waterproofing",
"Scheduled maintenance",
],
button: { button: {
text: "Request Quote", text: "Request Quote", href: "#contact"},
href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/geometric-facade-modern-building_23-2151966494.jpg", imageAlt: "Commercial building plan"},
},
imageSrc: "http://img.b2bpic.net/free-photo/geometric-facade-modern-building_23-2151966494.jpg",
imageAlt: "Commercial building plan",
},
{ {
id: "maintenance", id: "maintenance", title: "Maintenance Packages", price: "Starting from GHS 500", period: "Annually", features: [
title: "Maintenance Packages", "Annual roof inspections", "Gutter cleaning & repair", "Minor leak prevention", "Seasonal debris removal", "Priority service access"],
price: "Starting from GHS 500",
period: "Annually",
features: [
"Annual roof inspections",
"Gutter cleaning & repair",
"Minor leak prevention",
"Seasonal debris removal",
"Priority service access",
],
button: { button: {
text: "View Details", text: "View Details", href: "#contact"},
href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/industrial-man-looking-notes-clipboard-uniform-looking-pensive-front-view_176474-38798.jpg", imageAlt: "Roof maintenance checklist"},
},
imageSrc: "http://img.b2bpic.net/free-photo/industrial-man-looking-notes-clipboard-uniform-looking-pensive-front-view_176474-38798.jpg",
imageAlt: "Roof maintenance checklist",
},
]} ]}
title="Transparent Pricing for Every Project" title="Transparent Pricing for Every Project"
description="Choose a plan that fits your project scope and budget. We offer flexible options with clear, upfront costs and no hidden fees." description="Choose a plan that fits your project scope and budget. We offer flexible options with clear, upfront costs and no hidden fees."
@@ -370,25 +222,15 @@ export default function LandingPage() {
author="Adwoa Ofori, Homeowner" author="Adwoa Ofori, Homeowner"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/squishy-women-s-day-art_23-2151907502.jpg", src: "http://img.b2bpic.net/free-photo/squishy-women-s-day-art_23-2151907502.jpg", alt: "John Doe"},
alt: "John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", alt: "Jane Smith"},
alt: "Jane Smith",
},
{ {
src: "http://img.b2bpic.net/free-photo/half-length-shot-handsome-black-man-looks-with-smile-thinks-about-successful-startup-wears-transparent-glasses-blue-formal-suit_273609-38604.jpg", src: "http://img.b2bpic.net/free-photo/half-length-shot-handsome-black-man-looks-with-smile-thinks-about-successful-startup-wears-transparent-glasses-blue-formal-suit_273609-38604.jpg", alt: "Peter Jones"},
alt: "Peter Jones",
},
{ {
src: "http://img.b2bpic.net/free-photo/confident-young-engineer_23-2147771740.jpg", src: "http://img.b2bpic.net/free-photo/confident-young-engineer_23-2147771740.jpg", alt: "Emily White"},
alt: "Emily White",
},
{ {
src: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side-with-white-background_187299-40022.jpg", src: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side-with-white-background_187299-40022.jpg", alt: "User Sign Icon Front Side With White Background"},
alt: "User Sign Icon Front Side With White Background",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="opacity" avatarsAnimation="opacity"
@@ -400,16 +242,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Building Solutions Ghana", "Building Solutions Ghana", "Property Developers Ltd", "GrandCoat Construction", "Urban Homes Africa", "EcoBuild Ghana", "Prime Estates Group", "Heritage Foundations", "Architects Guild Ghana", "Structural Innovations"]}
"Property Developers Ltd",
"GrandCoat Construction",
"Urban Homes Africa",
"EcoBuild Ghana",
"Prime Estates Group",
"Heritage Foundations",
"Architects Guild Ghana",
"Structural Innovations",
]}
title="Trusted by Industry Leaders & Community" title="Trusted by Industry Leaders & Community"
description="Our commitment to excellence has earned us partnerships and recognition across various sectors." description="Our commitment to excellence has earned us partnerships and recognition across various sectors."
tag="Our Partners" tag="Our Partners"
@@ -423,30 +256,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What types of roofing materials do you specialize in?", content: "We specialize in a wide range of materials including asphalt shingles, metal roofing, clay tiles, and advanced waterproofing membranes. Our experts can help you choose the best option for your property."},
title: "What types of roofing materials do you specialize in?",
content: "We specialize in a wide range of materials including asphalt shingles, metal roofing, clay tiles, and advanced waterproofing membranes. Our experts can help you choose the best option for your property.",
},
{ {
id: "q2", id: "q2", title: "Do you offer free estimates for roofing projects?", content: "Yes, we provide free, no-obligation estimates for all potential roofing and construction projects. Contact us today to schedule your consultation."},
title: "Do you offer free estimates for roofing projects?",
content: "Yes, we provide free, no-obligation estimates for all potential roofing and construction projects. Contact us today to schedule your consultation.",
},
{ {
id: "q3", id: "q3", title: "How long does a typical roof installation take?", content: "The duration of a roof installation varies depending on the size and complexity of the project, as well as the weather conditions. We will provide a detailed timeline during your initial consultation."},
title: "How long does a typical roof installation take?",
content: "The duration of a roof installation varies depending on the size and complexity of the project, as well as the weather conditions. We will provide a detailed timeline during your initial consultation.",
},
{ {
id: "q4", id: "q4", title: "Are your workers licensed and insured?", content: "Absolutely. All our roofing and construction specialists are fully licensed, insured, and undergo continuous training to ensure the highest standards of safety and craftsmanship."},
title: "Are your workers licensed and insured?",
content: "Absolutely. All our roofing and construction specialists are fully licensed, insured, and undergo continuous training to ensure the highest standards of safety and craftsmanship.",
},
{ {
id: "q5", id: "q5", title: "What warranty do you offer on your services?", content: "We stand by the quality of our work with comprehensive warranties on both materials and labor. Specific warranty details will be provided with your project proposal."},
title: "What warranty do you offer on your services?",
content: "We stand by the quality of our work with comprehensive warranties on both materials and labor. Specific warranty details will be provided with your project proposal.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our roofing and construction services." description="Find answers to common questions about our roofing and construction services."
@@ -459,8 +277,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Ready to Start Your Project?" title="Ready to Start Your Project?"
description="Contact us today for a free consultation and let's bring your roofing and construction vision to life." description="Contact us today for a free consultation and let's bring your roofing and construction vision to life."
@@ -476,13 +293,9 @@ export default function LandingPage() {
logoAlt="Colour Trust Roofing & Construction Logo" logoAlt="Colour Trust Roofing & Construction Logo"
logoText="Colour Trust Roofing and Construction Company Limited" logoText="Colour Trust Roofing and Construction Company Limited"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>