Update src/app/services/page.tsx

This commit is contained in:
2026-04-14 02:41:51 +00:00
parent 0e39eb53c8
commit bf6b90074c

View File

@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles } from 'lucide-react';
export default function ServicesPage() {
return (
@@ -29,7 +28,7 @@ export default function ServicesPage() {
{ name: "Services", id: "/services" }
]}
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>
@@ -57,4 +56,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}