design
This commit is contained in:
@@ -3,6 +3,7 @@ import { Inter } from 'next/font/google';
|
||||
import './globals.css';
|
||||
import { Footer } from '../src/components/Footer';
|
||||
import { Header } from '../src/components/Header';
|
||||
import { CTA } from '../src/components/CTA';
|
||||
import { InteractiveElements } from '../src/components/InteractiveElements';
|
||||
import { Analytics } from '../src/components/Analytics';
|
||||
|
||||
@@ -33,6 +34,7 @@ export default function RootLayout({
|
||||
<main>
|
||||
{children}
|
||||
</main>
|
||||
<CTA />
|
||||
<Footer />
|
||||
<InteractiveElements />
|
||||
<Analytics />
|
||||
|
||||
Reference in New Issue
Block a user