Update src/app/classes/page.tsx

This commit is contained in:
2026-04-14 02:41:50 +00:00
parent dfdcd55984
commit 87d0c0f683

View File

@@ -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: "#" }}
/>
</div>
@@ -79,4 +78,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}