diff --git a/src/app/page.tsx b/src/app/page.tsx index 8554691..0692732 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -107,7 +106,7 @@ export default function IbieDesignsPortfolio() { title="Let's reach your full potential." description="Schedule your free strategy session and let's start scaling your business to the moon." buttons={[{ text: "Book Free Consultation", href: "#contact" }]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} />