From 1fdebe82e2c9ef7f7a9e5105e6935071678f2b68 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:07:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e36a74a..b828463 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Cloud, Code2, Globe, Layout, Sparkles } from "lucide-react"; +import { Cloud, Code2, Globe, Target, Palette, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -98,10 +98,10 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - icon: Layout, + icon: Target, title: "Strategy", description: "Defining clear roadmaps and innovative solutions that align with your long-term business objectives."}, { - icon: Layout, + icon: Palette, title: "Product Design", description: "Crafting intuitive, engaging, and high-performing digital products with user-centric design principles."}, { icon: Code2, -- 2.49.1