Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d164442a9 | |||
| 728109befa | |||
| ba4f2b0c3f | |||
| 985dc719c0 | |||
| 9f49ee2900 | |||
| fd1674d86d |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -104,6 +104,10 @@ export default function LandingPage() {
|
|||||||
title="Platform Capabilities"
|
title="Platform Capabilities"
|
||||||
description="Experience the power of integrated IT solutions"
|
description="Experience the power of integrated IT solutions"
|
||||||
tag="Features"
|
tag="Features"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
featureTitleClassName="text-yellow-400"
|
||||||
|
featureDescriptionClassName="text-yellow-300"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@@ -129,8 +133,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
showStepNumbers={true}
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user