From f8ef1b635073733933f78515dff84a7fa18c6136 Mon Sep 17 00:00:00 2001 From: Chloe Date: Mon, 8 Jul 2024 22:17:38 +0700 Subject: [PATCH] address Hanna reviews Signed-off-by: Chloe --- app/page.tsx | 8 ++- app/search/[collection]/page.tsx | 32 +---------- components/engine-sizes/index.tsx | 38 +++++++------ components/home-page/manufacturers.tsx | 10 +--- components/layout/search/bottom-content.tsx | 56 +++++++++++++++++++ components/layout/search/filters/sub-menu.tsx | 20 ++++++- .../manufacturers-grid/button-group.tsx | 2 +- components/plp/content.tsx | 15 ++--- components/plp/default-content.tsx | 4 +- components/plp/dynamic-content.tsx | 4 +- components/transmission-codes/index.tsx | 43 +++++++------- 11 files changed, 134 insertions(+), 98 deletions(-) create mode 100644 components/layout/search/bottom-content.tsx diff --git a/app/page.tsx b/app/page.tsx index 7d7cb9669..3700e23c1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -45,9 +45,11 @@ export default async function HomePage() { - - - +
+ + + +