File tree 4 files changed +0
-389
lines changed
4 files changed +0
-389
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "./globals.css";
5
5
6
6
import { Navbar } from "@/components/Navbar" ;
7
7
import { Footer } from "@/components/Footer" ;
8
- import { PopupWidget } from "@/components/PopupWidget" ;
9
8
10
9
const inter = Inter ( { subsets : [ "latin" ] } ) ;
11
10
@@ -29,7 +28,6 @@ export default function RootLayout({
29
28
< Navbar />
30
29
< div > { children } </ div >
31
30
< Footer />
32
- { /* <PopupWidget /> */ }
33
31
</ ThemeProvider >
34
32
</ body >
35
33
</ html >
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { Benefits } from "@/components/Benefits";
5
5
import { Video } from "@/components/Video" ;
6
6
import { Testimonials } from "@/components/Testimonials" ;
7
7
import { Faq } from "@/components/Faq" ;
8
- import { Cta } from "@/components/Cta" ;
9
8
10
9
import { benefitOne , benefitTwo } from "@/components/data" ;
11
10
export default function Home ( ) {
@@ -49,7 +48,6 @@ export default function Home() {
49
48
</ SectionTitle >
50
49
51
50
< Faq />
52
- { /* <Cta /> */ }
53
51
</ Container >
54
52
) ;
55
53
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments