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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
|||||||
tag="Simple Process"
|
tag="Simple Process"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
tag="Real Examples"
|
tag="Real Examples"
|
||||||
tagIcon={Eye}
|
tagIcon={Eye}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
features={[
|
features={[
|
||||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
|||||||
tag="Pricing Plans"
|
tag="Pricing Plans"
|
||||||
tagIcon={CreditCard}
|
tagIcon={CreditCard}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
@@ -286,7 +286,7 @@ export default function LandingPage() {
|
|||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user