From 53d320987405d1a8dd6ecb4aca34efef85341a0a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 14:49:06 +0000 Subject: [PATCH] Bob AI: add section with our bestsellers after hero --- src/app/page.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f483177..9dfbd65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Sparkles, TrendingUp, Star, Crown, Users, Award, Zap, Mail } from "lucide-react"; +import HeroSplit from '@/components/sections/hero/HeroSplit'; export default function LandingPage() { return ( @@ -210,6 +211,25 @@ export default function LandingPage() { /> +
+ +
+