diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ff7093..b3b46f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { ChatAgent } from '@/components/chat/ChatAgent'; export default function LandingPage() { return ( @@ -134,8 +133,6 @@ export default function LandingPage() { logoText="gilded nest" /> - - );