5 Commits

Author SHA1 Message Date
5bdf6e4561 Merge version_5 into main
Merge version_5 into main
2026-03-25 02:33:21 +00:00
0256ceb388 Update src/app/page.tsx 2026-03-25 02:33:18 +00:00
b251e1e4c1 Merge version_4 into main
Merge version_4 into main
2026-03-25 02:32:18 +00:00
7934c8e5a4 Update src/app/page.tsx 2026-03-25 02:32:15 +00:00
84c70a964c Merge version_3 into main
Merge version_3 into main
2026-03-25 02:30:41 +00:00

View File

@@ -31,23 +31,17 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "home",
},
name: "Home", id: "home"},
{
name: "About Us", id: "about",
},
name: "About Us", id: "about"},
{
name: "Services", id: "services",
},
name: "Services", id: "services"},
{
name: "Projects", id: "projects",
},
name: "Projects", id: "projects"},
{
name: "Testimonials", id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact", id: "contact",
},
name: "Contact", id: "contact"},
]}
button={{
text: "Get a Free Estimate", href: "#contact"}}
@@ -61,13 +55,13 @@ export default function LandingPage() {
description="Your Trusted Partner for Superior Roofing Solutions. Quality Craftsmanship, Durable Results, Every Time."
buttons={[
{
text: "Get a Free Quote", href: "#contact"},
text: "Request Your Free Estimate Now", href: "#contact"},
{
text: "View Our Services", href: "#services"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-protective-equipment-standing-production-hall-sharing-ideas_342744-248.jpg", imageAlt: "Professional roofer inspecting roof on residential house"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BP6RlMOKXga3x7I3XAVT6hF0Eh/uploaded-1774405913731-f9ppzwx6.png", imageAlt: "Professional roofer inspecting roof on residential house"},
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15983.jpg", imageAlt: "Worker installing new roof shingles"},
{
@@ -217,4 +211,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}