From b159ebc29858ebf1368607c93c0649601182d087 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 11:50:39 +0200 Subject: [PATCH 1/2] Bob AI: replace Why Choose TechAcademy section with anothe... --- src/app/page.tsx | 78 +++++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf93720..350b8b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Users, TrendingUp, Award, Star } from "lucide-react"; import Link from "next/link"; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; export default function HomePage() { return ( @@ -65,42 +65,46 @@ export default function HomePage() {
- +
-- 2.49.1 From da8ace38983718572c651b4a5803d12d0b426ef9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 11:53:58 +0200 Subject: [PATCH 2/2] Bob AI: it the Why Choose TechAcademy section add buttons ... --- src/components/sections/feature/FeatureCardOne.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/feature/FeatureCardOne.tsx b/src/components/sections/feature/FeatureCardOne.tsx index 425628b..0e61e21 100644 --- a/src/components/sections/feature/FeatureCardOne.tsx +++ b/src/components/sections/feature/FeatureCardOne.tsx @@ -161,6 +161,7 @@ const FeatureCardOne = ({ {feature.button && ( {/* Inserted button element */}
))} -- 2.49.1