2 Commits

Author SHA1 Message Date
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 <NavbarStyleCentered
navItems={[ 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={{ button={{
text: "Get a Free Estimate", href: "#contact"}} text: "Get a Free Estimate", href: "#contact"}}
@@ -67,7 +61,7 @@ export default function LandingPage() {
]} ]}
slides={[ 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"}, imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15983.jpg", imageAlt: "Worker installing new roof shingles"},
{ {