7 Commits

Author SHA1 Message Date
15ebe0c8ad Update src/app/page.tsx 2026-03-08 07:06:56 +00:00
966106f2ca Update src/app/layout.tsx 2026-03-08 07:06:56 +00:00
eac5845162 Merge version_2 into main
Merge version_2 into main
2026-03-08 07:05:17 +00:00
17c475a7b3 Update src/app/layout.tsx 2026-03-08 07:05:13 +00:00
2add5af27c Merge version_1 into main
Merge version_1 into main
2026-03-08 07:04:24 +00:00
4733499d1d Merge version_1 into main
Merge version_1 into main
2026-03-08 07:03:44 +00:00
6c887bf7d1 Merge version_1 into main
Merge version_1 into main
2026-03-08 07:02:42 +00:00
2 changed files with 12 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}