diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5745486..a958f20 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Blog", id: "/blog"}, { - name: "Depoimentos", id: "#testimonials"}, + name: "Depoimentos", id: "/#testimonials"}, ]} brandName="Scavi Company" button={{ diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e5345c5..34748cd 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Blog", id: "/blog"}, { - name: "Depoimentos", id: "#testimonials"}, + name: "Depoimentos", id: "/#testimonials"}, ]} brandName="Scavi Company" button={{ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 98c0851..2fda486 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Blog", id: "/blog"}, { - name: "Depoimentos", id: "#testimonials"}, + name: "Depoimentos", id: "/#testimonials"}, ]} brandName="Scavi Company" button={{ diff --git a/src/app/page.tsx b/src/app/page.tsx index 075c2f3..df8f6a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Blog", id: "/blog"}, { - name: "Depoimentos", id: "#testimonials"}, + name: "Depoimentos", id: "/#testimonials"}, ]} brandName="Scavi Company" button={{ diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 534fa19..57c086d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { { name: "A Empresa", id: "/about" }, { name: "Serviços", id: "/services" }, { name: "Blog", id: "/blog" }, - { name: "Depoimentos", id: "#testimonials" }, + { name: "Depoimentos", id: "/#testimonials" }, ]} brandName="Scavi Company" button={{