Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e423d6b45 | |||
| 84ca661f86 | |||
| dee7262bf5 | |||
| 7e1af93d72 | |||
| b7d8d94008 | |||
| 74c16fb567 |
2810
src/app/layout.tsx
2810
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -170,7 +170,10 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "See How It Works", href: "#how-it-works" }]}
|
||||
buttons={[
|
||||
{ text: "See How It Works", href: "#how-it-works" },
|
||||
{ text: "Get Started Free", href: "#final-cta" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Core services offered by NextZura"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user