From ed5606236372fdeeefd96a243f03c8d32b4d0cec Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 25 Mar 2026 02:36:14 +0000 Subject: [PATCH] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7322456..e837b67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Facebook, Feather, Instagram, Leaf, Scissors, Sun, Twitter } from "lucide-react"; +import { Facebook, Feather, Instagram, Leaf, Scissors, Sun, Twitter, RefreshCcw, Brush } from "lucide-react"; export default function LandingPage() { return (