File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ const navLinks = [
132132 { to: ' #offer' , label: ' Oferta' },
133133 { to: ' #reviews' , label: ' Opinie' },
134134 { to: ' #faq' , label: ' FAQ' },
135+ { to: ' #scope' , label: ' Zakres' },
135136 { to: ' #contact' , label: ' Kontakt' },
136137] as const
137138
Original file line number Diff line number Diff line change 1313 <Spacing />
1414 <Faq />
1515 <Spacing />
16+ <Scope />
17+ <Spacing />
1618 <Contact />
1719 <Spacing />
1820 </main >
@@ -28,8 +30,9 @@ import About from '~/sections/about.vue'
2830import Contact from ' ~/sections/contact.vue'
2931import Faq from ' ~/sections/faq.vue'
3032import Offers from ' ~/sections/offers.vue'
31- import Start from ' ~/sections/start.vue'
3233import Reviews from ' ~/sections/reviews.vue'
34+ import Start from ' ~/sections/start.vue'
35+ import Scope from ' ~/sections/scope.vue'
3336 </script >
3437
3538<style lang="scss">
You can’t perform that action at this time.
0 commit comments