Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -102,7 +102,6 @@ export default function LandingPage() {
|
||||
imageAlt: "Analytics and optimization"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
cardTitleClassName="text-2xl md:text-4xl font-bold"
|
||||
cardDescriptionClassName="text-base leading-relaxed text-foreground/70"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user