From 23a73cc1532a0e8643ae5196c7e9d267e8bd07a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:27:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26e5312..3e61c08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,8 +6,8 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; +import { PricingCardThree } from "@/components/sections/pricing/PricingCardThree"; +import { TestimonialCardSixteen } from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; import { BookOpen, Heart, Shield, Sparkles, Wifi, Zap } from "lucide-react"; -- 2.49.1