Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ff3eea145 | |||
| cf8395a96b | |||
| 20c46e915a | |||
| f6ef58b0b3 | |||
| f49582f04b | |||
| aa56b92ed1 | |||
| 5e29dd7e02 |
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -247,6 +247,12 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "See How Traders Succeed", href: "#testimonials"},
|
||||
{
|
||||
text: "Start Your Journey", href: "/curriculum"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -323,4 +329,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user