Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-06 19:50:21 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="ACK ÇATI - Professional Roofing Solutions"
description="Your trusted partner for high-quality, durable roof installations, repairs, and comprehensive maintenance services tailored for your home or business."
description="ACK ÇATI Şahinbey, Gaziantep. Your trusted partner for high-quality, durable roof installations, repairs, and comprehensive maintenance services. Call us at 0533 635 61 90 or visit ackcati.com."
tag="Expert Roofing"
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
tagIcon={ShieldCheck}
@@ -58,7 +58,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Built on Excellence"
description="With years of experience in the roofing industry, our team delivers high-quality craftsmanship, durable materials, and reliable service to protect your property."
description="With years of experience in the roofing industry, our team delivers high-quality craftsmanship, durable materials, and reliable service to protect your property. Based in Şahinbey, Gaziantep, we are dedicated to providing the best roofing solutions for our community."
metrics={[
{ value: "15+", title: "Years Experience" },
{ value: "2000+", title: "Projects Completed" },
@@ -132,7 +132,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Do you provide free estimates?", content: "Yes, we provide free site inspections and quotes for all our services."},
id: "1", title: "Do you provide free estimates?", content: "Yes, we provide free site inspections and quotes for all our services in Şahinbey and surrounding areas."},
{
id: "2", title: "What materials do you use?", content: "We use premium, high-durability roofing materials sourced from trusted manufacturers."},
{
@@ -148,8 +148,8 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{ variant: "plain" }}
text="Ready to get started? Contact us today for your roofing needs."
buttons={[{ text: "Contact Us Now", href: "mailto:info@ackcati.com" }]}
text="Ready to get started? Contact us at 0533 635 61 90 or visit ackcati.com."
buttons={[{ text: "Call Us Now", href: "tel:+905336356190" }, { text: "Visit Site", href: "https://ackcati.com" }]}
/>
</div>
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}