From 2d98c8e41949d70092bdb535708b0fd098585709 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 20 Apr 2026 23:48:40 +0300 Subject: [PATCH] Bob AI: to each section add glassmorphic badge with random funny fac --- src/components/sections/about/AboutMediaOverlay.tsx | 3 +++ src/components/sections/contact/ContactSplitForm.tsx | 3 +++ src/components/sections/faq/FaqSplitMedia.tsx | 3 +++ src/components/sections/features/FeaturesMediaCards.tsx | 3 +++ src/components/sections/footer/FooterBasic.tsx | 3 +++ src/components/sections/hero/HeroBrand.tsx | 3 +++ src/components/sections/metrics/MetricsGradientCards.tsx | 3 +++ src/components/sections/social-proof/SocialProofMarquee.tsx | 3 +++ .../sections/testimonial/TestimonialQuoteCards.tsx | 3 +++ src/components/ui/NavbarCentered.tsx | 5 ++++- 10 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/components/sections/about/AboutMediaOverlay.tsx b/src/components/sections/about/AboutMediaOverlay.tsx index fb57149..b5eb57e 100644 --- a/src/components/sections/about/AboutMediaOverlay.tsx +++ b/src/components/sections/about/AboutMediaOverlay.tsx @@ -30,6 +30,9 @@ const AboutMediaOverlay = ({
+
+
We have a rubber duck for debugging. His name is Sir Quacks-A-Lot.
+
+
+
Our contact form is powered by a hamster on a wheel. Please be patient.
+
{tag}
+
+
FAQ: Do you sleep? Answer: Rarely.
+
{tag}
+
+
Our secret feature is a button that orders pizza. It's still in beta.
+
{tag}
+
+
Made with ❤️ and too many energy drinks.
+
{columns.map((column) => (
diff --git a/src/components/sections/hero/HeroBrand.tsx b/src/components/sections/hero/HeroBrand.tsx index 2239e0f..5fc366e 100644 --- a/src/components/sections/hero/HeroBrand.tsx +++ b/src/components/sections/hero/HeroBrand.tsx @@ -36,6 +36,9 @@ const HeroBrand = ({
+
+
Powered by caffeine and the occasional reboot.
+
+
+
Our uptime is 99.9%, but our coffee machine's is closer to 50%.
+
{tag}
+
+
Even our CEO's mom thinks we're a big deal.
+
{tag}
+
+
Our clients love us. We have the thank-you cards to prove it.
+
{tag} { )} >
- {logo} +
+ {logo} +
Our office coffee is 90% caffeine, 10% existential dread.
+
{navItems.map((item) => ( -- 2.49.1