'use client'; import clsx from 'clsx'; import { useTranslations } from 'next-intl'; import Image from 'next/image'; import Link from 'next/link'; import BarImage001 from './images/bar-image-001.jpg'; import BarImage002 from './images/bar-image-002.jpg'; import BarImage003 from './images/bar-image-003.jpg'; import BarImage004 from './images/bar-image-004.jpg'; import BarImage005 from './images/bar-image-005.jpg'; import BarImage006 from './images/bar-image-006.jpg'; export default function SagyobarDetail() { const t = useTranslations('Index'); return (
A picture of the exterior of the bar building.

{t('bar.001.title')}

{t('bar.001.subtitle')}

{t('bar.001.para001')}

{t('bar.001.para002')}

A picture of the bar building. A picture of the exterior of the bar building. A picture of the interior of the bar.

{t('bar.002')}

A picture of the interior of the bar.

{t('bar.003.title')}

{t('bar.003.body')}

{t('bar.access.title')}

{t('bar.access.para001')}

{t('bar.access.para002')}

{t('bar.access.para003')}

{t('bar.access.para004')}

{t('bar.access.para005')}

{t('bar.access.para006')}

{t('bar.access.para007')}

{t('bar.hours.title')}

{t('bar.hours.para001')}

{t('bar.hours.para002')}

{t('bar.hours.para003')}

{t('bar.menu.title')}

{t('bar.menu.para001')}

{t('bar.clerk.title')}

{t('bar.clerk.body')}

A picture of the interior of the bar.
); }