diff --git a/apps/web/src/app/(main)/(landing)/page.tsx b/apps/web/src/app/(main)/(landing)/page.tsx
index 94caacb4..48b65119 100644
--- a/apps/web/src/app/(main)/(landing)/page.tsx
+++ b/apps/web/src/app/(main)/(landing)/page.tsx
@@ -1,38 +1,35 @@
-'use client'
-import Bento from '@/components/landing-sections/Bento'
-import Brands from '@/components/landing-sections/Brands'
-import CTA from '@/components/landing-sections/CTA'
-import Footer from '@/components/landing-sections/footer'
-import Hero from '@/components/landing-sections/Hero'
-import HowItWorks from '@/components/landing-sections/how-it-works'
-import Navbar from '@/components/landing-sections/navbar'
-import Testimonials from '@/components/landing-sections/testimonials'
-import Video from '@/components/landing-sections/video'
-import React from 'react'
-import { FaqSection } from '@/components/faq/FaqSection'
-
+"use client";
+import Bento from "@/components/landing-sections/Bento";
+import Brands from "@/components/landing-sections/Brands";
+import CTA from "@/components/landing-sections/CTA";
+import Footer from "@/components/landing-sections/footer";
+import Hero from "@/components/landing-sections/Hero";
+import HowItWorks from "@/components/landing-sections/how-it-works";
+import Navbar from "@/components/landing-sections/navbar";
+import Testimonials from "@/components/landing-sections/testimonials";
+import Video from "@/components/landing-sections/video";
+import React from "react";
+import { FaqSection } from "@/components/faq/FaqSection";
const Landing = () => {
- return (
-