5 Commits

Author SHA1 Message Date
81e96eaee4 Update src/app/contact/page.tsx 2026-05-11 01:33:42 +00:00
af7e2781f1 Update src/app/gallery/page.tsx 2026-05-11 01:33:30 +00:00
597101c7c7 Update src/app/services/page.tsx 2026-05-11 01:33:01 +00:00
cee0ce9a59 Update src/app/page.tsx 2026-05-11 01:29:18 +00:00
e1622e1e4b Merge version_5 into main
Merge version_5 into main
2026-05-11 01:23:00 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
id: "/contact", id: "/contact",
}, },
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
id: "/contact", id: "/contact",
}, },
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "/contact"}, name: "Contact", id: "/contact"},
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
id: "/contact", id: "/contact",
}, },
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>