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 { AlertCircle, Award, Bike, Facebook, HelpCircle, Instagram, Sparkles, Star, Twitter, Youtube } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
@@ -99,10 +99,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user