Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-25 02:32:18 +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"}}
@@ -67,7 +61,7 @@ export default function LandingPage() {
]}
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>
);
}
}