From 7a6341a9e14596761f91a57385bbf02c3eb3823e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 29 Jun 2025 22:30:31 +0530 Subject: [PATCH] Refactor: Update CommunitySpotlight and AnimatedTestimonials components for improved layout and styling consistency --- components/home/CommunitySpotlight.tsx | 4 ++-- components/ui/animated-testimonials.tsx | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/components/home/CommunitySpotlight.tsx b/components/home/CommunitySpotlight.tsx index 105e9c3b..04633098 100644 --- a/components/home/CommunitySpotlight.tsx +++ b/components/home/CommunitySpotlight.tsx @@ -4,7 +4,7 @@ import { Megaphone } from "lucide-react" export function CommunitySpotlight() { const testimonials = [ { - quote: "Codeunia is not just another platform — it’s a movement. A new-age community that's bringing hackathons and innovation culture right down to the grassroots. It’s inspiring to see this kind of impact in real time!", + quote: "Codeunia is not just another platform — it's a movement. A new-age community that's bringing hackathons and innovation culture right down to the grassroots. It's inspiring to see this kind of impact in real time!", name: "Ankul Kumar", designation: "President at Rotaract Club of Chandigarh University", src: "/images/testimonials/anshul.jpeg" @@ -21,7 +21,7 @@ export function CommunitySpotlight() {
-
+