From b5f98f04df9cbafd8d83750bee4ff3cf5d95eb2a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 20 Apr 2026 23:25:17 +0300 Subject: [PATCH] Bob AI: Add a glassmorphic badge containing a random funny fact abou --- src/App.tsx | 31 ++++++++++++++------- src/components/common/GlassmorphicBadge.tsx | 22 +++++++++++++++ src/utils/facts.ts | 17 +++++++++++ 3 files changed, 60 insertions(+), 10 deletions(-) create mode 100644 src/components/common/GlassmorphicBadge.tsx create mode 100644 src/utils/facts.ts diff --git a/src/App.tsx b/src/App.tsx index 8c958f0..fcac2e6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,12 +8,13 @@ import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientC import NavbarCentered from '@/components/ui/NavbarCentered'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; +import GlassmorphicBadge from '@/components/common/GlassmorphicBadge'; import { Award, Users, Zap } from "lucide-react"; export default function App() { return ( <> -