From d067b18c6275ecc36b4e2d35a04aa78d3a5728a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:53:18 +0000 Subject: [PATCH] Update src/app/bundles/page.tsx --- src/app/bundles/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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() {