Update src/app/bundles/page.tsx

This commit is contained in:
2026-06-10 19:53:18 +00:00
parent 61cb68af11
commit d067b18c62

View File

@@ -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() {