From 4874262a13b3c0078124dd867539a245505214d8 Mon Sep 17 00:00:00 2001 From: amd123 Date: Thu, 11 Jan 2024 16:36:00 +0700 Subject: [PATCH] update: landing --- app/layout.tsx | 19 +++--- components/form/form-report.tsx | 2 +- components/landing/campaign.tsx | 93 +++++++---------------------- components/landing/headline.tsx | 92 +++++++--------------------- components/navbar.tsx | 23 +++---- components/page/detail-campaign.tsx | 10 ++-- components/page/similar-news.tsx | 2 +- config/site.ts | 32 ++-------- 8 files changed, 72 insertions(+), 201 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 45c6244..fde9056 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -45,22 +45,21 @@ export default function RootLayout({
{children}
-