Skip to content

Commit

Permalink
chore: update contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
haru52 committed Jun 20, 2024
1 parent 9c7749d commit ea449a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 2 additions & 7 deletions src/app/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ export function Footer() {
<Link href="/privacy-policy" className="link-hover link">
プライバシーポリシー
</Link>
<Link
href="https://docs.google.com/forms/d/e/1FAIpQLSddUF5PDhRpYPZ8VGVZClTBQCo-SQb4QzszOZanmWjUnH_stw/viewform?usp=sf_link"
target="_blank"
rel="noreferrer"
className="link-hover link"
>
問い合わせ
<Link href="/contact" className="link-hover link">
お問い合わせ
</Link>
</nav>
<nav>
Expand Down
10 changes: 8 additions & 2 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
export default function Page() {
export default function Contact() {
return (
<div className="container prose mx-auto mb-10 mt-5 px-4">
<h1>Contact</h1>
<h1 className="text-center">お問い合わせ</h1>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScSwihmWcb3gJzK9_bQ9mpNLwhdpoQdILcNH1dqhj7-MHQtcA/viewform?embedded=true"
className="h-screen w-full"
title="Mecial お問い合わせフォーム"
loading="lazy"
></iframe>
</div>
);
}

0 comments on commit ea449a8

Please sign in to comment.