Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { AlertCircle, Award, Bike, Facebook, HelpCircle, Instagram, Sparkles, Star, Twitter, Youtube } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -99,10 +99,6 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-foreground/75"
|
||||
valueClassName="text-5xl font-bold text-primary-cta"
|
||||
metricDescriptionClassName="text-sm font-medium text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user