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