mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🎨 styles: home subscribe
:%s
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
|
||||
import { Layout } from 'src/components/common';
|
||||
import { HomeBanner, HomeCTA } from 'src/components/modules/home';
|
||||
import { HomeBanner, HomeCTA, HomeSubscribe } from 'src/components/modules/home';
|
||||
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<HomeBanner />
|
||||
<HomeCTA/>
|
||||
<HomeCTA />
|
||||
<HomeSubscribe />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user