Update src/app/page.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider, ThemeProviderProps } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -12,7 +12,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { CheckCircle, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const themeProps: ThemeProviderProps = {
|
||||
const themeProps = {
|
||||
defaultButtonVariant: "text-stagger", defaultTextAnimation: "entrance-slide", borderRadius: "rounded", contentWidth: "compact", sizing: "mediumLargeSizeMediumTitles", background: "fluid", cardStyle: "gradient-bordered", primaryButtonStyle: "double-inset", secondaryButtonStyle: "glass", headingFontWeight: "medium"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user