diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0087531..80253fc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { { text: "Explore Our Platform", href: "/chat" }, { text: "Contact Our Team", href: "https://example.com/contact" }, ]} - background={{ variant: "downward-rays-animated" }} + background={{ variant: "downward-rays-static" }} useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c074f5..2dfa2d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Sparkles, Zap, Award } from "lucide-react"; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" },