From 350f2b80a524c6a9fa4d35119f164b2535bd7eae Mon Sep 17 00:00:00 2001 From: Neeraj-gagat Date: Fri, 12 Dec 2025 10:18:22 +0530 Subject: [PATCH 1/2] fixed ui bugs --- frontend/src/components/LandingComponents/Contact/Contact.tsx | 3 ++- .../src/components/LandingComponents/HowItWorks/HowItWorks.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/LandingComponents/Contact/Contact.tsx b/frontend/src/components/LandingComponents/Contact/Contact.tsx index 29410765..d6e879e5 100644 --- a/frontend/src/components/LandingComponents/Contact/Contact.tsx +++ b/frontend/src/components/LandingComponents/Contact/Contact.tsx @@ -85,8 +85,9 @@ export const Contact = () => { animate={inView ? 'visible' : 'hidden'} variants={cardVariants} whileHover={'hover'} + className="bg-muted rounded-lg mt-8" > - + {icon} diff --git a/frontend/src/components/LandingComponents/HowItWorks/HowItWorks.tsx b/frontend/src/components/LandingComponents/HowItWorks/HowItWorks.tsx index 9d28a0f1..3de0c578 100644 --- a/frontend/src/components/LandingComponents/HowItWorks/HowItWorks.tsx +++ b/frontend/src/components/LandingComponents/HowItWorks/HowItWorks.tsx @@ -78,7 +78,7 @@ export const HowItWorks = () => { animate={controls} variants={cardVariants} whileHover="hover" - className="bg-muted/50" + className="bg-muted rounded-lg" > From dd10cd50e0768a52eff757ac943d3d8032bfc329 Mon Sep 17 00:00:00 2001 From: Neeraj-gagat Date: Fri, 12 Dec 2025 10:21:16 +0530 Subject: [PATCH 2/2] fixed ui bugs homepage --- .../__tests__/__snapshots__/HowItWorks.test.tsx.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/LandingComponents/HowItWorks/__tests__/__snapshots__/HowItWorks.test.tsx.snap b/frontend/src/components/LandingComponents/HowItWorks/__tests__/__snapshots__/HowItWorks.test.tsx.snap index 5d7d429f..ee709f43 100644 --- a/frontend/src/components/LandingComponents/HowItWorks/__tests__/__snapshots__/HowItWorks.test.tsx.snap +++ b/frontend/src/components/LandingComponents/HowItWorks/__tests__/__snapshots__/HowItWorks.test.tsx.snap @@ -23,7 +23,7 @@ exports[`HowItWorks component using snapshot renders correctly 1`] = ` class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 gap-y-10" >