Update src/app/page.tsx

This commit is contained in:
2026-05-28 02:03:44 +00:00
parent a2955328ec
commit cc91d8bb43

View File

@@ -18,7 +18,7 @@ import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingU
export default function WebAgency2Page() {
return (
<ThemeProvider
defaultButtonVariant="primary-glow"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
@@ -37,7 +37,7 @@ export default function WebAgency2Page() {
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Onboarding", href: "/onboarding" }
{ name: "Onboarding", id: "/onboarding" }
]}
button={{ text: "Get Started", href: "#contact" }}
/>