fix: Add to cart buttons on homepage

This commit is contained in:
Sol Irvine
2023-08-23 23:24:03 -07:00
parent f43226198d
commit d9838f8807
7 changed files with 100 additions and 19 deletions

View File

@@ -25,5 +25,5 @@ button {
}
[lang='ja'] .font-multilingual {
@apply font-japan;
@apply font-japan tracking-widest;
}

View File

@@ -1,4 +1,3 @@
import { ThreeItemGrid } from 'components/grid/three-items';
import Footer from 'components/layout/footer';
import { SupportedLocale } from 'components/layout/navbar/language-control';
@@ -11,6 +10,7 @@ import HomeImage006 from '@images/home-images/home-image-006.webp';
import HomeImage007 from '@images/home-images/home-image-007.webp';
import HomeImage008 from '@images/home-images/home-image-008.webp';
import clsx from 'clsx';
import { HomepageProducts } from 'components/grid/homepage-products';
import AboutNaraiPreview from 'components/layout/about-narai-preview';
import ConceptPreview from 'components/layout/concept-preview';
import LocationPreview from 'components/layout/location-preview';
@@ -52,7 +52,7 @@ export default async function HomePage({
<div>
<Navbar cart={cart} locale={locale} />
<div className="pt-12 md:pt-48">
<ThreeItemGrid lang={locale} />
<HomepageProducts lang={locale} />
</div>
<div className="py-48">
<NewsletterSignup />