Skip to content

Commit 2c27ac8

Browse files
committed
2 parents 1a0d959 + 74b1c32 commit 2c27ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const { Content } = await page.render();
2626
<Layout>
2727
<Slide height={100}>
2828
<div class='container flex flex-col justify-around items-center gap-4 px-5 lg: py-10'>
29-
<h2 class='text-2xl mb-5 font-[EUR42] text-white'>{ page.data.title }</h2>
29+
<h1 class='text-2xl mb-5 font-[EUR42] text-white'>{ page.data.title }</h1>
3030
<BusinessCard />
3131

3232
<Paper><Content /></Paper>

0 commit comments

Comments
 (0)