diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aa5e96f..2a35bba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1270,4 +1270,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 63bc7e9..009f1fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,8 +106,8 @@ export default function LandingPage() { tag="Features" textboxLayout="default" useInvertedBackground="noInvert" - cardTitleClassName="text-yellow-400" - cardDescriptionClassName="text-yellow-300" + featureTitleClassName="text-yellow-400" + featureDescriptionClassName="text-yellow-300" features={[ { id: 1, @@ -478,4 +478,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file