Skip to content

Commit 2c11592

Browse files
Updates
1 parent 517b562 commit 2c11592

File tree

4 files changed

+0
-389
lines changed

4 files changed

+0
-389
lines changed

src/app/layout.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import "./globals.css";
55

66
import { Navbar } from "@/components/Navbar";
77
import { Footer } from "@/components/Footer";
8-
import { PopupWidget } from "@/components/PopupWidget";
98

109
const 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>

src/app/page.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Benefits } from "@/components/Benefits";
55
import { Video } from "@/components/Video";
66
import { Testimonials } from "@/components/Testimonials";
77
import { Faq } from "@/components/Faq";
8-
import { Cta } from "@/components/Cta";
98

109
import { benefitOne, benefitTwo } from "@/components/data";
1110
export default function Home() {
@@ -49,7 +48,6 @@ export default function Home() {
4948
</SectionTitle>
5049

5150
<Faq />
52-
{/* <Cta /> */}
5351
</Container>
5452
);
5553
}

src/components/Cta.tsx

-29
This file was deleted.

0 commit comments

Comments
 (0)