diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f2aaf69..b983fe9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,22 +8,27 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function AboutPage() { return ( - + - -
+ +
+
+ - ); diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 5ac747f..65d3e91 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -8,24 +8,29 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function EventsPage() { return ( - + - -
+ +
+
+ - ); diff --git a/src/app/projects/[id]/page.tsx b/src/app/projects/[id]/page.tsx index 7ea6168..a04fb36 100644 --- a/src/app/projects/[id]/page.tsx +++ b/src/app/projects/[id]/page.tsx @@ -6,22 +6,29 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function ProjectDetailsPage() { +export default function ProjectPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index c1b8e27..f39b983 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -8,25 +8,32 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function ProjectsPage() { return ( - + - - - + +
+ +
+
);