From 1be37c18e0c27ab3c7dc806819e308dd6ce2df67 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 15:19:54 +0000 Subject: [PATCH] Bob AI: Can you add some more section to the site feels ki... --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d148dc9..d8770da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Sparkles, Award, Zap } from 'lucide-react'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; export default function HomePage() { return ( @@ -98,7 +99,18 @@ export default function HomePage() { mediaItems={[{ title: "AI-Powered Insights", description: "Unlock actionable insights with advanced analytics." }, { title: "Seamless Integration", description: "Effortlessly integrate AI into your existing systems." }]} /> - + +