Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-26 00:34:02 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
logoText="Piet's Roofing"
description="Premium Roofing. Built to Last. Elite craftsmanship, and unmatched weatherproof durability specifically engineered for South African homes."
description="Premium Roofing. Built to Last. Elite craftsmanship and advanced weatherproofing protection specially designed to secure South African homes against harsh climate conditions."
buttons={[
{
text: "Get Free Quote", href: "#contact"},
@@ -83,7 +83,7 @@ export default function LandingPage() {
id: "s5", title: "Roof Inspections", subtitle: "Detailed health reports to prevent future structural issues.", category: "Safety", value: "Precise"},
]}
title="Our Expert Services"
description="High-end materials, expert installation, and long-term protection you can trust."
description="High-end roofing materials, expert installation, and reliable weatherproofing for property protection."
/>
</div>
@@ -120,7 +120,7 @@ export default function LandingPage() {
id: "t5", title: "Best Roofing Experts", quote: "Reliable experts who really know their craft. Very happy with the results.", name: "Linda M.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-enjoying-their-time-city-while-embraced_23-2148645466.jpg"},
]}
title="What Our Clients Say"
description="Trusted by hundreds of homeowners and businesses across South Africa."
description="Trusted by hundreds of property owners across South Africa."
/>
</div>
@@ -132,19 +132,19 @@ export default function LandingPage() {
metrics={[
{
id: "m1", value: "15+", title: "Years Experience", items: [
"Deep market expertise", "Proven track record"],
"Deep industry expertise", "Proven roofing track record"],
},
{
id: "m2", value: "500+", title: "Projects Completed", items: [
"Residential homes", "Commercial buildings"],
"Residential roof installs", "Commercial roof maintenance"],
},
{
id: "m3", value: "100%", title: "Customer Satisfaction", items: [
"Unmatched quality", "On-time delivery"],
"Unmatched quality standards", "Reliable project delivery"],
},
]}
title="Proven Performance"
description="Years of experience delivering top-tier results."
description="Years of professional roofing experience delivering results."
/>
</div>
@@ -156,12 +156,12 @@ export default function LandingPage() {
{
id: "f1", title: "How long does a roof installation take?", content: "Most installations are completed within 3-5 days, weather permitting."},
{
id: "f2", title: "Do you provide warranties?", content: "Yes, all our work comes with a comprehensive 5-year workmanship guarantee."},
id: "f2", title: "Do you provide warranties?", content: "Yes, all our roofing work comes with a comprehensive 5-year workmanship guarantee."},
{
id: "f3", title: "Are you licensed and insured?", content: "We are fully licensed and hold extensive insurance for all projects."},
id: "f3", title: "Are you licensed and insured?", content: "We are fully licensed and hold extensive insurance for all roofing projects."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about our roofing process."
description="Everything you need to know about our expert roofing process."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/minimalist-structure-city_23-2148814163.jpg"
imageAlt="Minimalist structure in the city"
@@ -176,7 +176,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
tag="Contact Us"
title="Get Your Free Quote"
description="Let's discuss your roofing project. Fill out your details below to get started."
description="Let's secure your property with our expert roofing solutions. Submit your details below."
/>
</div>
@@ -188,31 +188,31 @@ export default function LandingPage() {
{
label: "About Us", href: "#about"},
{
label: "Careers", href: "#"},
label: "Services", href: "#features"},
],
},
{
title: "Services", items: [
title: "Resources", items: [
{
label: "Residential", href: "#features"},
label: "FAQs", href: "#faq"},
{
label: "Commercial", href: "#features"},
label: "Contact", href: "#contact"},
],
},
{
title: "Contact", items: [
{
label: "Support", href: "#"},
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
bottomLeftText="© 2024 Piet's Roofing."
bottomRightText="Built in South Africa."
bottomRightText="Expert Roofing Services in South Africa."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}