Compare commits
3 Commits
version_22
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c358ec0efb | |||
| 623710729f | |||
| 0705984c3d |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user