@@ -104,7 +104,7 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
src={AboutImage003}
priority={true}
alt="A picture of the exterior of the brewery building."
- className={clsx('h-full w-full object-cover')}
+ className={clsx('aspect-square h-full w-full object-cover md:aspect-auto')}
/>
@@ -127,7 +127,7 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
src={AboutImage004}
priority={true}
alt="A picture of the rice fields and mountains of Nagano."
- className={clsx('h-full w-full object-cover')}
+ className={clsx('aspect-square h-full w-full object-cover md:aspect-auto')}
/>
@@ -150,7 +150,7 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
src={AboutImage005}
priority={true}
alt="A picture of the interior of the brewery."
- className={clsx('h-full w-full object-cover')}
+ className={clsx('aspect-square h-full w-full object-cover md:aspect-auto')}
/>
@@ -182,7 +182,7 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
src={AboutImage006}
priority={true}
alt="A picture of Irie-san."
- className={clsx('h-full w-full object-cover')}
+ className={clsx('aspect-square h-full w-full object-cover md:aspect-auto')}
/>
diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx
index bca541295..68e1736fb 100644
--- a/app/[locale]/page.tsx
+++ b/app/[locale]/page.tsx
@@ -60,7 +60,7 @@ export default async function HomePage({
-
+
diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx
index 972ddfaa0..a7c2fcd8c 100644
--- a/components/cart/modal.tsx
+++ b/components/cart/modal.tsx
@@ -63,7 +63,7 @@ export default function CartModal({
return (
<>
-
diff --git a/components/layout/newsletter-footer.tsx b/components/layout/newsletter-footer.tsx
index 66a1f0fef..98a0862a2 100644
--- a/components/layout/newsletter-footer.tsx
+++ b/components/layout/newsletter-footer.tsx
@@ -7,7 +7,7 @@ export default function NewsletterSignup() {
return (
-
+
{t('newsletter.title')}
{t('footer.newsletter.promo')}
@@ -23,7 +23,7 @@ export default function NewsletterSignup() {
+
{t('newsletter.title')}
{t('newsletter.description')}