Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce8a80539c | |||
| 15ebe0c8ad | |||
| 966106f2ca | |||
| eac5845162 | |||
| 17c475a7b3 | |||
| 2add5af27c | |||
| 4733499d1d | |||
| 6c887bf7d1 |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -97,6 +97,9 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Explore All Features", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -249,4 +252,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user