File tree Expand file tree Collapse file tree 4 files changed +0
-389
lines changed Expand file tree Collapse file tree 4 files changed +0
-389
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "./globals.css";
55
66import { Navbar } from "@/components/Navbar" ;
77import { Footer } from "@/components/Footer" ;
8- import { PopupWidget } from "@/components/PopupWidget" ;
98
109const inter = Inter ( { subsets : [ "latin" ] } ) ;
1110
@@ -29,7 +28,6 @@ export default function RootLayout({
2928 < Navbar />
3029 < div > { children } </ div >
3130 < Footer />
32- { /* <PopupWidget /> */ }
3331 </ ThemeProvider >
3432 </ body >
3533 </ html >
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { Benefits } from "@/components/Benefits";
55import { Video } from "@/components/Video" ;
66import { Testimonials } from "@/components/Testimonials" ;
77import { Faq } from "@/components/Faq" ;
8- import { Cta } from "@/components/Cta" ;
98
109import { benefitOne , benefitTwo } from "@/components/data" ;
1110export default function Home ( ) {
@@ -49,7 +48,6 @@ export default function Home() {
4948 </ SectionTitle >
5049
5150 < Faq />
52- { /* <Cta /> */ }
5351 </ Container >
5452 ) ;
5553}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments