Fixed broken link
All checks were successful
Build and Deploy / Deploy (push) Successful in 37s

This commit is contained in:
xeovalyte 2024-10-26 12:31:44 +02:00
parent 8fd4497485
commit f72972d7b7
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo

View File

@ -13,6 +13,8 @@ import FAQs from '~/components/widgets/FAQs.astro';
import Stats from '~/components/widgets/Stats.astro'; import Stats from '~/components/widgets/Stats.astro';
import CallToAction from '~/components/widgets/CallToAction.astro'; import CallToAction from '~/components/widgets/CallToAction.astro';
import { getPermalink } from '../utils/permalinks';
const metadata = { const metadata = {
title: 'Bij Lobke', title: 'Bij Lobke',
ignoreTitleTemplate: true, ignoreTitleTemplate: true,
@ -30,8 +32,7 @@ const metadata = {
{ {
variant: 'primary', variant: 'primary',
text: 'Offerte aanvragen', text: 'Offerte aanvragen',
href: 'https://github.com/onwidget/astrowind', href: getPermalink('/contact'),
target: '_blank',
}, },
{ text: 'Lees verder', href: '#features' }, { text: 'Lees verder', href: '#features' },
]} ]}