From 9e4ab8f1aa553b1717cc2cb5b374d6aac5ed16fc Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 14:41:24 +0200 Subject: [PATCH] Bob AI: i dont like it, replace it with another one --- src/app/page.tsx | 72 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 52 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27a6d7c..6920bd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Phone, Zap, Gift, TrendingUp, Users, Award, Shield, Star, Heart } from "lucide-react"; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { return ( @@ -57,26 +58,57 @@ export default function LandingPage() {
-
-- 2.49.1