diff --git a/app/[locale]/disclosures/disclosures.tsx b/app/[locale]/disclosures/disclosures.tsx index c8b97dd96..872d87ed2 100644 --- a/app/[locale]/disclosures/disclosures.tsx +++ b/app/[locale]/disclosures/disclosures.tsx @@ -12,8 +12,8 @@ export default function Disclosures() { {t('disclosurePage.title')}
-
-
+
+
{t('disclosurePage.distributor.label')}
diff --git a/app/[locale]/shop-list/page.tsx b/app/[locale]/shop-list/page.tsx index 9f927d149..6b2ea663d 100644 --- a/app/[locale]/shop-list/page.tsx +++ b/app/[locale]/shop-list/page.tsx @@ -8,7 +8,7 @@ import { getCart, getPage } from 'lib/shopify'; import { cookies } from 'next/headers'; import { notFound } from 'next/navigation'; import { Suspense } from 'react'; -import ShopsTitle from './ShopsTitle'; +import ShopsNav from './shops-nav'; export const runtime = 'edge'; @@ -50,9 +50,9 @@ export default async function Page({ params }: { params: { locale?: SupportedLoc
- -

{page.title}

- + +

{page.title}

+
diff --git a/app/[locale]/shop-list/ShopsTitle.tsx b/app/[locale]/shop-list/shops-nav.tsx similarity index 66% rename from app/[locale]/shop-list/ShopsTitle.tsx rename to app/[locale]/shop-list/shops-nav.tsx index 252ed7807..08af18f65 100644 --- a/app/[locale]/shop-list/ShopsTitle.tsx +++ b/app/[locale]/shop-list/shops-nav.tsx @@ -3,11 +3,11 @@ import { useTranslations } from 'next-intl'; import Link from 'next/link'; -export default function ShopsTitle() { +export default function ShopsNav() { const t = useTranslations('Index'); return (
-
+
@@ -15,7 +15,7 @@ export default function ShopsTitle() {
|
-
{t('shops.title')}
+
{t('shops.title')}
); diff --git a/components/grid/homepage-products.tsx b/components/grid/homepage-products.tsx index 84391b945..3d8a08e1f 100644 --- a/components/grid/homepage-products.tsx +++ b/components/grid/homepage-products.tsx @@ -1,3 +1,4 @@ +import { ChevronRightIcon } from '@heroicons/react/24/outline'; import clsx from 'clsx'; import { InlineAddToCart } from 'components/cart/inline-add-to-cart'; import { SupportedLocale } from 'components/layout/navbar/language-control'; @@ -17,7 +18,7 @@ function HomepageProductsItem({ item, priority }: { item: Product; priority?: bo 'col-span-1 row-span-1 flex flex-col justify-between space-y-6 md:col-span-2 md:row-span-1' )} > - +
-
{item?.summary?.value}
+
+ {item?.summary?.value}{' '} + + Read more. + + + + +
diff --git a/components/label.tsx b/components/label.tsx index e5af536cd..1f9e82bdf 100644 --- a/components/label.tsx +++ b/components/label.tsx @@ -18,7 +18,7 @@ const Label = ({

{title}

-
+
-
{t('home.previews.about-narai.title')}
-
{t('home.previews.about-narai.subtitle')}
+
{t('home.previews.about-narai.title')}
+
{t('home.previews.about-narai.subtitle')}
-
+
{t('home.previews.about-narai.body')}
diff --git a/components/layout/concept-preview.tsx b/components/layout/concept-preview.tsx index e915f93a6..5dafc36e5 100644 --- a/components/layout/concept-preview.tsx +++ b/components/layout/concept-preview.tsx @@ -8,14 +8,14 @@ export default function ConceptPreview() { return (
-
{t('home.previews.concept.title')}
-
{t('home.previews.concept.subtitle')}
+
{t('home.previews.concept.title')}
+
{t('home.previews.concept.subtitle')}
-
+
{t('home.previews.concept.body')}
{t('home.previews.concept.button')} diff --git a/components/layout/footer-menu.tsx b/components/layout/footer-menu.tsx index 585d3b1b1..7e1d043e8 100644 --- a/components/layout/footer-menu.tsx +++ b/components/layout/footer-menu.tsx @@ -10,7 +10,7 @@ export default function FooterMenu() {
{t('menu.title')}
-