From babffd84a21376978066918173759d7e5f90f3fb Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 00:05:12 +0000 Subject: [PATCH] Bob AI: Update company details and add logo to nav and hero --- src/components/Layout.tsx | 12 +- src/components/ui/NavbarInline.tsx | 2 +- src/pages/HomePage.tsx | 232 ++----------------- src/pages/HomePage/sections/About.tsx | 35 +++ src/pages/HomePage/sections/Contact.tsx | 18 ++ src/pages/HomePage/sections/Faq.tsx | 40 ++++ src/pages/HomePage/sections/Hero.tsx | 78 +++++++ src/pages/HomePage/sections/HowItWorks.tsx | 34 +++ src/pages/HomePage/sections/Services.tsx | 50 ++++ src/pages/HomePage/sections/Testimonials.tsx | 40 ++++ src/pages/HomePage/sections/WhyChoose.tsx | 34 +++ 11 files changed, 359 insertions(+), 216 deletions(-) create mode 100644 src/pages/HomePage/sections/About.tsx create mode 100644 src/pages/HomePage/sections/Contact.tsx create mode 100644 src/pages/HomePage/sections/Faq.tsx create mode 100644 src/pages/HomePage/sections/Hero.tsx create mode 100644 src/pages/HomePage/sections/HowItWorks.tsx create mode 100644 src/pages/HomePage/sections/Services.tsx create mode 100644 src/pages/HomePage/sections/Testimonials.tsx create mode 100644 src/pages/HomePage/sections/WhyChoose.tsx diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 0241e27..9154c4d 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -10,7 +10,7 @@ export default function Layout() { diff --git a/src/components/ui/NavbarInline.tsx b/src/components/ui/NavbarInline.tsx index c7c7415..9bad794 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -19,7 +19,7 @@ const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => { return (