From ba4f2b0c3f13f8d0321944b530e59ed75338d459 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 14:43:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 728109befa13c0609c8b0b6a4cd377a4edd987a6 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 14:43:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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