From 72418dc7684a991efa1d96a94753d134f9f7b4c9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Apr 2026 02:48:04 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b64569..65f07fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,11 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function LandingPage() { return ( Date: Wed, 1 Apr 2026 02:48:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- 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 65f07fc..18797a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,16 +13,16 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function LandingPage() { return (