update image files

This commit is contained in:
Sol Irvine
2023-08-21 09:50:42 +09:00
parent 0739e200f0
commit 6e5a72464e
32 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 KiB

View File

@@ -3,12 +3,12 @@ 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';
import BarImage001 from './images/bar-image-001.webp';
import BarImage002 from './images/bar-image-002.webp';
import BarImage003 from './images/bar-image-003.webp';
import BarImage004 from './images/bar-image-004.webp';
import BarImage005 from './images/bar-image-005.webp';
import BarImage006 from './images/bar-image-006.webp';
export default function SagyobarDetail() {
const t = useTranslations('Index');