Merge version_1 into main #7
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider, ThemeProviderProps } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
|
||||
// Correct imports based on LOCKED_SELECTION and registry
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
const themeProps: ThemeProviderProps = {
|
||||
const themeProps = {
|
||||
defaultButtonVariant: "bounce-effect", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "smallMedium", sizing: "mediumLargeSizeLargeTitles", background: "circleGradient", cardStyle: "soft-shadow", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "radial-glow", headingFontWeight: "normal"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user