2 Commits

Author SHA1 Message Date
623710729f Update src/app/page.tsx 2026-06-07 14:44:30 +00:00
0705984c3d Merge version_22 into main
Merge version_22 into main
2026-06-07 14:44:13 +00:00

View File

@@ -34,9 +34,15 @@ export default function LandingPage() {
{ {
name: "Services", id: "/services" name: "Services", id: "/services"
}, },
{
name: "Approach", id: "/approach"
},
{ {
name: "Company", id: "/company" name: "Company", id: "/company"
}, },
{
name: "Cases", id: "/cases"
},
{ {
name: "Insights", id: "/insights" name: "Insights", id: "/insights"
}, },
@@ -65,6 +71,7 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
fixedMediaHeight={true} fixedMediaHeight={true}
testimonials={[]} testimonials={[]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b439c3"
/> />
</div> </div>