Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
cardTitleClassName="text-yellow-400"
|
||||
cardDescriptionClassName="text-yellow-300"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -129,8 +133,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -476,4 +478,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user