3 Commits

Author SHA1 Message Date
26fd1c9c68 Merge version_4 into main
Merge version_4 into main
2026-03-03 23:52:13 +00:00
9f112ef71e Update src/app/page.tsx 2026-03-03 23:52:09 +00:00
02bb6b32c1 Update src/app/layout.tsx 2026-03-03 23:52:09 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -121,10 +121,10 @@ export default function LandingPage() {
description="Experience and reliability you can trust for all your home improvement needs"
tag="Our Advantages"
metrics={[
{ id: "1", icon: Star, title: "5.0 Rating", value: "Highly Rated" },
{ id: "2", icon: Clock, title: "Quick Response", value: "Same-Day Quotes" },
{ id: "3", icon: Hammer, title: "Expert Work", value: "Quality First" },
{ id: "4", icon: MapPin, title: "Local Service", value: "State College Area" }
{ id: "1", icon: Star, title: "5.0 Rating", value: "15+ Years" },
{ id: "2", icon: Clock, title: "Quick Response", value: "24-Hour Response" },
{ id: "3", icon: Hammer, title: "Expert Work", value: "Over 500 Projects" },
{ id: "4", icon: MapPin, title: "Local Service", value: "Tri-County Service" }
]}
animationType="slide-up"
textboxLayout="default"
@@ -214,4 +214,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}