diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c4efc3f..b9f4fa7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,15 +8,26 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function AboutPage() { return ( - + diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index e5ab0e1..9b63c34 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -8,20 +8,29 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function CatalogPage() { return ( - + diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d4ea550..6bdb61a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,21 +8,33 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function ContactPage() { return ( - + +