From a03c90cbeb3e90e81511e4c4331d72cf7f95791e Mon Sep 17 00:00:00 2001 From: development Date: Sat, 7 Feb 2026 15:54:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adaeb59..5184963 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -115,10 +115,8 @@ export default function LandingPage() { tag="Experience" tagIcon={Sparkles} className="w-full" - titleClassName="text-white text-4xl md:text-5xl font-extrabold" descriptionClassName="text-gray-300 text-base md:text-lg" cardTitleClassName="text-white font-bold text-xl" - tagClassName="text-red-400 bg-red-950/30 px-3 py-1 rounded-full text-sm font-semibold" /> @@ -142,8 +140,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground="noInvert" className="w-full" - titleClassName="text-white text-2xl font-bold -mt-4" - descriptionClassName="text-gray-400 text-sm mt-2" valueClassName="text-red-500 text-8xl font-extrabold" /> @@ -178,12 +174,10 @@ export default function LandingPage() { speed={40} topMarqueeDirection="left" className="w-full" - titleClassName="text-white text-4xl md:text-5xl font-extrabold" descriptionClassName="text-gray-300 text-base md:text-lg" cardClassName="bg-red-950/20 border border-red-900/50 rounded-lg p-6" testimonialClassName="text-gray-100 text-sm line-clamp-2" nameClassName="text-white font-bold text-sm" - handleClassName="text-red-400 text-xs" /> -- 2.49.1