diff --git a/src/app/page.tsx b/src/app/page.tsx index fe11ca4..dbe35a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; -import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterCard from '@/components/sections/footer/FooterCard'; import { Dumbbell, FileText, Zap, Heart, Star, Instagram, Facebook, Linkedin } from "lucide-react"; export default function LandingPage() {