From f1beafd184b6ce6b756ba76d41da81180f6f9221 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:27:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f5571ad..cd47b46 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 2dcdfc82cc9d3cd660195f0abb98a96ee5b452d9 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:27:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3dede1..425d6f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,7 @@ export default function KrasotkaAgencyPage() { navItems={[ {name: "Home", id: "home"}, {name: "Models", id: "models"}, + {name: "Products", id: "products"}, {name: "Services", id: "services"}, {name: "About", id: "about"}, {name: "Contact", id: "contact"} @@ -94,6 +95,37 @@ export default function KrasotkaAgencyPage() { /> +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1