Update src/app/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user