|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
"use client";
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
|
|
|
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
|
|
|
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
|
|
|
@@ -11,12 +11,11 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
import { Award, TrendingUp, Users, Zap } from 'lucide-react';
|
|
|
|
import { Award, TrendingUp, Users, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
selectedTheme="brutalistRed"
|
|
|
|
|
|
|
|
defaultButtonVariant="shift-hover"
|
|
|
|
defaultButtonVariant="shift-hover"
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
borderRadius="soft"
|
|
|
|
borderRadius="soft"
|
|
|
|
|