From af9cbe7f6137b86500314e79a099a91906434281 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:13:12 +0000 Subject: [PATCH 1/4] Update src/app/dining/page.tsx --- src/app/dining/page.tsx | 78 +++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 50 deletions(-) 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 ( - + -
- -
+
+ +
- +
); -- 2.49.1 From 971ba4c2431a18572abfc3e4acf74f97556081fb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:13:13 +0000 Subject: [PATCH 2/4] Update src/app/heritage/page.tsx --- src/app/heritage/page.tsx | 78 ++++++++++++++------------------------- 1 file changed, 28 insertions(+), 50 deletions(-) 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 ( - + -
- -
+
+ +
- +
); -- 2.49.1 From c771dace99f6418f4b4efb841f4c24630eca5027 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:13:13 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 329 ++++++++++++++--------------------------------- 1 file changed, 93 insertions(+), 236 deletions(-) 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From c33ac64a3caeca9268cc63ab75d41a5b2e824851 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:13:13 +0000 Subject: [PATCH 4/4] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 94 +++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 60 deletions(-) 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 ( - + -
- -
+
+ +
- +
); -- 2.49.1