From d1546a36ef95fea9a027f6f7b1ab354d6afdf955 Mon Sep 17 00:00:00 2001 From: Chloe Date: Tue, 4 Jun 2024 18:46:23 +0700 Subject: [PATCH] fix: remove unused code and trustpilot Signed-off-by: Chloe --- app/layout.tsx | 6 ------ components/hero.tsx | 18 ++++++----------- components/home-page-content.tsx | 19 ------------------ components/trust-pilot.tsx | 34 -------------------------------- 4 files changed, 6 insertions(+), 71 deletions(-) delete mode 100644 components/home-page-content.tsx delete mode 100644 components/trust-pilot.tsx diff --git a/app/layout.tsx b/app/layout.tsx index 73eec1918..a91f6da81 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,7 +2,6 @@ import Banner from 'components/banner'; import Navbar from 'components/layout/navbar'; import { GeistSans } from 'geist/font/sans'; import { ensureStartsWith } from 'lib/utils'; -import Script from 'next/script'; import { ReactNode, Suspense } from 'react'; import './globals.css'; @@ -37,11 +36,6 @@ export default async function RootLayout({ children }: { children: ReactNode }) return ( -