Bob AI: fix build error in src/app/courses/page.tsx

This commit is contained in:
kudinDmitriyUp
2026-03-25 12:05:28 +00:00
parent 1685334b5e
commit 095046a5c3

View File

@@ -8,7 +8,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Code, Lightbulb, Target, Users, Zap } from "lucide-react";
import { Code, GitFork, Lightbulb, Target, Users, Zap } from "lucide-react";
export default function LandingPage() {
return (