diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b2727be..bd09e02 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,32 +2,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; export default function GalleryPage() { return ( - - - + + +
+ +
); } \ No newline at end of file diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index cbc1eba..a269567 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -6,27 +6,33 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; export default function MenuPage() { return ( - - - + + +
+ +
); } \ No newline at end of file diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index dcb31a5..e5942c6 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -6,23 +6,29 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; export default function ReservationsPage() { return ( - - - + + +
+ +
); } \ No newline at end of file