5 Commits

Author SHA1 Message Date
5c01aba0ed Update src/app/page.tsx 2026-05-11 12:41:18 +00:00
c30324cbd2 Merge version_2 into main
Merge version_2 into main
2026-05-11 12:40:24 +00:00
54f2cb87ab Update src/app/page.tsx 2026-05-11 12:40:21 +00:00
430c6678cf Merge version_1 into main
Merge version_1 into main
2026-05-11 12:39:18 +00:00
2bb3d57e1f Merge version_1 into main
Merge version_1 into main
2026-05-11 12:38:51 +00:00

View File

@@ -61,9 +61,9 @@ export default function LandingPage() {
title="Why Choose JK Waterproofing?"
description="With years of experience in structural protection, we provide advanced waterproofing solutions that stand the test of time."
bulletPoints={[
{ title: "Expert Team", description: "Highly trained professionals with deep industry knowledge." },
{ title: "Premium Materials", description: "Using only industry-leading, durable sealants." },
{ title: "Guaranteed Results", description: "Long-term protection for your peace of mind." }
{ title: "Certified Structural Experts", description: "Highly trained professionals with deep industry knowledge." },
{ title: "Performance-Grade Materials", description: "Using only industry-leading, durable sealants." },
{ title: "Guaranteed Long-Term Results", description: "Long-term protection for your peace of mind." }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg"
mediaAnimation="slide-up"
@@ -156,7 +156,8 @@ export default function LandingPage() {
faqs={[
{ id: "q1", title: "How long does the waterproofing last?", content: "Our solutions offer long-term protection, typically lasting 10+ years depending on site conditions." },
{ id: "q2", title: "Do you provide estimates?", content: "Yes, we offer free site inspections and professional quotes for all projects." },
{ id: "q3", title: "Is your work guaranteed?", content: "We offer comprehensive service warranties to ensure quality and long-term protection." }
{ id: "q3", title: "Is your work guaranteed?", content: "We offer comprehensive service warranties to ensure quality and long-term protection." },
{ id: "q4", title: "What is your emergency response time for water damage?", content: "We prioritize emergency water damage calls and aim to reach your property within 4 hours to begin containment and mitigation." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -206,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}