2 Commits

Author SHA1 Message Date
debdf888ee Merge version_2 into main
Merge version_2 into main
2025-12-25 14:39:55 +00:00
ee7670312f Merge version_2 into main
Merge version_2 into main
2025-12-25 14:37:24 +00:00

View File

@@ -1,17 +1,17 @@
"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';
import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
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 (