From d4de34d129140b2d926947b3a2c3e5ee901d2eb0 Mon Sep 17 00:00:00 2001 From: fgrreloaded Date: Sat, 1 Mar 2025 22:27:21 +0530 Subject: [PATCH] updated testimonials and footer --- .../web/src/app/(home)/_components/Footer.tsx | 58 +++++++++++++-- .../app/(home)/_components/Testimonials.tsx | 74 ++++++++++--------- apps/web/src/app/(home)/page.tsx | 38 ++++++++++ 3 files changed, 132 insertions(+), 38 deletions(-) diff --git a/apps/web/src/app/(home)/_components/Footer.tsx b/apps/web/src/app/(home)/_components/Footer.tsx index d929a4a..8cb5aef 100644 --- a/apps/web/src/app/(home)/_components/Footer.tsx +++ b/apps/web/src/app/(home)/_components/Footer.tsx @@ -1,14 +1,62 @@ -import React from "react"; - const Footer = () => { return ( -