Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c01aba0ed | |||
| c30324cbd2 | |||
| 54f2cb87ab | |||
| 430c6678cf | |||
| 2bb3d57e1f |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user