|
|
|
@@ -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,7 +11,7 @@ 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 (
|
|
|
|
@@ -26,6 +26,8 @@ export default function LandingPage() {
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
secondaryButtonStyle="outline"
|
|
|
|
secondaryButtonStyle="outline"
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
|
|
|
theme="brutalistRed"
|
|
|
|
|
|
|
|
isDarkMode={true}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarStyleMinimal
|
|
|
|
<NavbarStyleMinimal
|
|
|
|
|