Skip to content

Commit e1da9bd

Browse files
committed
feat: add scope section
1 parent 5183f77 commit e1da9bd

3 files changed

Lines changed: 486 additions & 1 deletion

File tree

portfolio/components/navbar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

portfolio/pages/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
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'
2830
import Contact from '~/sections/contact.vue'
2931
import Faq from '~/sections/faq.vue'
3032
import Offers from '~/sections/offers.vue'
31-
import Start from '~/sections/start.vue'
3233
import 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">

0 commit comments

Comments
 (0)