From a46789d89860064805cd07736c561492ee35222f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 22:10:43 +0000 Subject: [PATCH] Bob AI: Can you keep the particles in the first section bu... --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72c091e..de5f980 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Code, Layers, Shield, Sparkles, Workflow, Zap, Star } from "lucide-react"; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; export default function LandingPage() { return ( @@ -37,14 +37,14 @@ export default function LandingPage() {
- +