diff --git a/src/app/bundles/page.tsx b/src/app/bundles/page.tsx index 30bae9b..bf83779 100644 --- a/src/app/bundles/page.tsx +++ b/src/app/bundles/page.tsx @@ -1,15 +1,15 @@ "use client"; -import { ThemeProvider } from "@/components/theme-provider"; -import { NavbarStyleApple } from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import { HeroBillboardTestimonial } from "@/components/sections/hero/HeroBillboardTestimonial"; -import { FeatureCardTwentyEight } from "@/components/sections/feature/FeatureCardTwentyEight"; -import { ProductCardOne } from "@/components/sections/product/ProductCardOne"; -import { PricingCardEight } from "@/components/sections/pricing/PricingCardEight"; -import { TestimonialCardTen } from "@/components/sections/testimonial/TestimonialCardTen"; -import { FaqBase } from "@/components/sections/faq/FaqBase"; -import { ContactCenter } from "@/components/sections/contact/ContactCenter"; -import { FooterSimple } from "@/components/sections/footer/FooterSimple"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; +import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Star } from "lucide-react"; export default function BundlesPage() {