payload is working! must use webpack
This commit is contained in:
12
apps/next/src/app/(frontend)/page.tsx
Normal file
12
apps/next/src/app/(frontend)/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { CTA, Features, Hero, TechStack } from '@/components/landing';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className='flex min-h-screen flex-col'>
|
||||
<Hero />
|
||||
<Features />
|
||||
<TechStack />
|
||||
<CTA />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user