diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2bff785..ec993fe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,15 +8,22 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function AboutPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ca61d43..25b9e97 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,17 +8,24 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 5262fd2..c233a44 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -8,17 +8,24 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ReservationsPage() { return ( - + - - - + +
+ +
+
);