diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index ff571dd..97dfb81 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -6,7 +6,6 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,7 +32,7 @@ export default function LandingPage() { { name: "Visit", id: "/visit" }, ]} brandName="gilded nest" - button={{ text: "Gilded Nest AI", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }} + button={{ text: "Gilded Nest AI Agent", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }} /> @@ -79,4 +78,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file