From 07c8a59ef6733404dfbdb9969941094a3132788d Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Wed, 28 May 2025 10:07:10 +0530 Subject: [PATCH] redesign landing page (fifth time :) --- .../web/src/app/(home)/_components/footer.tsx | 2 +- .../web/src/app/(home)/_components/navbar.tsx | 2 +- .../(home)/_components/sponsors-section.tsx | 270 ++++++++---- .../app/(home)/_components/testimonials.tsx | 199 +++++---- apps/web/src/app/(home)/page.tsx | 411 ++++++++++++------ apps/web/src/app/global.css | 118 ++++- 6 files changed, 691 insertions(+), 311 deletions(-) diff --git a/apps/web/src/app/(home)/_components/footer.tsx b/apps/web/src/app/(home)/_components/footer.tsx index c5f18cb..a775aba 100644 --- a/apps/web/src/app/(home)/_components/footer.tsx +++ b/apps/web/src/app/(home)/_components/footer.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; const Footer = () => { return (