diff --git a/app/components/ActivityFeed.tsx b/app/components/ActivityFeed.tsx
index 8405857..4c722b6 100644
--- a/app/components/ActivityFeed.tsx
+++ b/app/components/ActivityFeed.tsx
@@ -1459,20 +1459,29 @@ export default function ActivityFeed() {
// Don't render if tracking is disabled and no data
if (!isTrackingEnabled && !data) {
return (
-
+
-
+
+
+
+
+
Live Activity
+
Tracking disabled
+
+
+
+
);
@@ -1481,20 +1490,29 @@ export default function ActivityFeed() {
// If tracking disabled but we have data, show a disabled state
if (!isTrackingEnabled && data) {
return (
-
+
-
+
+
+
+
+
Live Activity
+
Tracking disabled
+
+
+
+
);
diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx
index 9aea5b4..45d0368 100644
--- a/app/components/Hero.tsx
+++ b/app/components/Hero.tsx
@@ -2,7 +2,6 @@
import { motion } from "framer-motion";
import { ArrowDown, Code, Zap, Rocket } from "lucide-react";
-import Image from "next/image";
import { useEffect, useState } from "react";
import { useLocale, useTranslations } from "next-intl";
import type { JSONContent } from "@tiptap/react";
@@ -111,16 +110,13 @@ const Hero = () => {
repeatType: "reverse",
}}
>
- to fully bypass Next.js image optimizer (dev 400 issue). */}
+
{/* Glossy Overlay for Liquid Feel */}