4 Commits

Author SHA1 Message Date
c6f4e22595 Update src/app/page.tsx 2026-05-05 23:39:47 +00:00
d4be196e9b Merge version_2 into main
Merge version_2 into main
2026-05-05 23:38:09 +00:00
93edee1584 Update src/app/page.tsx 2026-05-05 23:38:03 +00:00
76b09af1e6 Merge version_1 into main
Merge version_1 into main
2026-05-05 23:35:51 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
]}
mediaAnimation="slide-up"
rating={5}
ratingText="100+ 5-Star Reviews"
ratingText="1000+ Roofs Replaced"
/>
</div>
@@ -131,7 +131,7 @@ export default function LandingPage() {
{
value: "25+", label: "Years Experience"},
{
value: "1000+", label: "Roofs Replaced"},
value: "3", label: "Generations Served"},
]}
title="Real Reviews From Real Customers"
description="Join over 100+ satisfied homeowners who trust our legacy."
@@ -164,7 +164,7 @@ export default function LandingPage() {
{
id: "q2", title: "How long does a typical roof take?", content: "Most full replacements are completed within 1-2 days."},
{
id: "q3", title: "Are you insured?", content: "We are fully licensed and insured for your protection."},
id: "q3", title: "Are you insured?", content: "Yes, we are fully licensed and insured, providing comprehensive general liability coverage and guaranteed workmanship on every project for your complete peace of mind."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}