Skip to content

Commit

Permalink
update page title
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicarrojado committed Sep 23, 2023
1 parent 7f0c49a commit 4467b81
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import Footer from './footer';
import PageBody from './pageBody';
import PageTitle from './pageTitle';
import SvgGraphs from './svgGraphs';
import AdUnit from './adUnit';
import { GoogleAdSenseUnitFormat, GoogleAdSenseUnitSlot } from '@/lib/types';

type Props = {
children: ReactNode;
Expand All @@ -18,8 +16,13 @@ export default function Layout({ children }: Props) {
</div>
<main className="mx-auto max-w-xl">
<PageTitle>
Embassy of Japan in Singapore Visa Appointment Notification Service
for Visa (Tourism) applications
<span className="block mb-1 text-base tracking-wide sm:text-xl sm:tracking-widest font-medium">
Embassy of Japan in Singapore 🇯🇵
</span>
Appointment Notification Service
<span className="block mt-2 text-base sm:text-lg tracking-normal font-normal italic">
for Visa (Tourism) applications
</span>
</PageTitle>
<PageBody>{children}</PageBody>
</main>
Expand Down

0 comments on commit 4467b81

Please sign in to comment.