From 3f720bd8f5c839c407191ecf77e57d1698429c67 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 26 Apr 2026 23:46:52 +0300 Subject: [PATCH] Bob AI: replace the hero image with a cityscape --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index a4f0842..38be6ab 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import PricingPage from "@/pages/PricingPage"; import PricingSimpleCards from "@/components/sections/pricing/PricingSimpleCards"; import FaqSection from "@/components/sections/faq/FaqSection"; import ContactForm from "@/components/sections/contact/ContactForm"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; export default function App() { return ( @@ -21,6 +22,9 @@ export default function App() { } /> } /> +
+ +