mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
fix: Add to cart buttons on homepage
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user