diff --git a/src/app/page.tsx b/src/app/page.tsx index 4db3b36..fab61e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, BadgeCheck, Calendar, MapPin, Star, Sparkles, TrendingUp, Users } from "lucide-react"; export default function LandingPage() {