diff --git a/src/app/page.tsx b/src/app/page.tsx index 08f6a3e..c99615a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Code2, Server, Database, Globe, Layout, Palette } from "lucide-react"; export default function LandingPage() { return ( @@ -91,6 +90,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" textboxLayout="split" + useInvertedBackground={false} title="Portfolio Projects" description="Case studies highlighting complex problem solving and user-centric design." products={[ @@ -105,6 +105,7 @@ export default function LandingPage() {