Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Destiny Saturday  <[email protected]>
  • Loading branch information
ThePrimeJnr authored Aug 3, 2024
1 parent 2729aff commit 36e8b2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/(landing-routes)/(home)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Hero from "~/components/layouts/homepage/Hero";
import HowItWorks from "~/components/layouts/homepage/HowItWorks";
import PerfectFit from "~/components/layouts/homepage/PerfectFit";
import Testimonials from "~/components/layouts/homepage/Testimonials";
import UserSection from "~/components/layouts/homepage/UserSection";

export default function Home() {
Expand All @@ -10,7 +9,6 @@ export default function Home() {
<Hero />
<UserSection />
<HowItWorks />
{/* <Testimonials /> */}
<PerfectFit />
</>
);
Expand Down

0 comments on commit 36e8b2e

Please sign in to comment.