Anchor link to another page to test ViewTransitions
This commit is contained in:
@@ -9,6 +9,7 @@ import Features3 from '~/components/widgets/Features3.astro';
|
||||
import Testimonials from '~/components/widgets/Testimonials.astro';
|
||||
import Steps from '~/components/widgets/Steps.astro';
|
||||
import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
|
||||
import { getPermalink } from '~/utils/permalinks';
|
||||
|
||||
const metadata = {
|
||||
title: 'Personal Homepage Demo',
|
||||
@@ -44,7 +45,7 @@ const metadata = {
|
||||
id="hero"
|
||||
title="Sarah Johnson"
|
||||
tagline="Personal Web Demo"
|
||||
actions={[{ variant: "primary", target: '_blank', text: 'Hire me', href: '/' }]}
|
||||
actions={[{ variant: "primary", text: 'Hire me', href: getPermalink("/contact#form") }]}
|
||||
>
|
||||
<Fragment slot="subtitle">
|
||||
I'm a Graphic Designer passionate about crafting visual stories. <br /> With 5 years of experience and a degree
|
||||
|
Reference in New Issue
Block a user