diff --git a/src/app/dining/page.tsx b/src/app/dining/page.tsx index 3cea42b..6dfbacd 100644 --- a/src/app/dining/page.tsx +++ b/src/app/dining/page.tsx @@ -6,7 +6,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function DiningPage() { return ( - + -
- -
+
+ +
- +
); diff --git a/src/app/heritage/page.tsx b/src/app/heritage/page.tsx index 61ac2e4..95be2b7 100644 --- a/src/app/heritage/page.tsx +++ b/src/app/heritage/page.tsx @@ -6,7 +6,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function HeritagePage() { return ( - + -
- -
+
+ +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index a322322..22d0a89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,249 +27,106 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 0536899..832f62b 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -6,7 +6,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function RoomsPage() { return ( - + -
- -
+
+ +
- +
);