Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-03-03 08:26:12 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -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}
/>
</div>

View File

@@ -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: "/" },