From a8166e79ab867c4b2025c5acb2e24716a8624bf5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:24:44 +0000 Subject: [PATCH 1/8] Update src/app/best-time-to-visit/page.tsx --- src/app/best-time-to-visit/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/best-time-to-visit/page.tsx b/src/app/best-time-to-visit/page.tsx index abb0c97..d2f8741 100644 --- a/src/app/best-time-to-visit/page.tsx +++ b/src/app/best-time-to-visit/page.tsx @@ -26,8 +26,8 @@ export default function BestTimePage() { layout="page" title="Best Time to Visit" sections={[ - { heading: "Seasonal Overview", content: { text: "The ideal time to visit depends on your preference for weather and crowd density." } }, - { heading: "Peak Season", content: { text: "Peak season offers the best weather but higher prices." } } + { heading: "Seasonal Overview", content: { type: "paragraph", text: "The ideal time to visit depends on your preference for weather and crowd density." } }, + { heading: "Peak Season", content: { type: "paragraph", text: "Peak season offers the best weather but higher prices." } } ]} /> -- 2.49.1 From f984e416faa90fa336ad63ad6d0c889e69043585 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:24:44 +0000 Subject: [PATCH 2/8] Update src/app/getting-around/page.tsx --- src/app/getting-around/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/getting-around/page.tsx b/src/app/getting-around/page.tsx index 1f9c776..2b53d03 100644 --- a/src/app/getting-around/page.tsx +++ b/src/app/getting-around/page.tsx @@ -26,8 +26,8 @@ export default function GettingAroundPage() { layout="page" title="Getting Around" sections={[ - { heading: "Transportation Options", content: { text: "A variety of transport modes are available for travelers to explore with ease." } }, - { heading: "Public Transit", content: { text: "Public transit is reliable and connects all major tourist hubs." } } + { heading: "Transportation Options", content: { type: "paragraph", text: "A variety of transport modes are available for travelers to explore with ease." } }, + { heading: "Public Transit", content: { type: "paragraph", text: "Public transit is reliable and connects all major tourist hubs." } } ]} /> -- 2.49.1 From e23b7937c6ca4e4e19df2adb6eebc0485c94a412 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:24:45 +0000 Subject: [PATCH 3/8] Update src/app/visa-requirements/page.tsx --- src/app/visa-requirements/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/visa-requirements/page.tsx b/src/app/visa-requirements/page.tsx index 19337c8..18c6329 100644 --- a/src/app/visa-requirements/page.tsx +++ b/src/app/visa-requirements/page.tsx @@ -26,8 +26,8 @@ export default function VisaRequirementsPage() { layout="page" title="Visa Requirements" sections={[ - { heading: "Entry Documents", content: { text: "Ensure your passport is valid for at least six months beyond your departure date." } }, - { heading: "Visa Types", content: { text: "Check if your nationality qualifies for visa-on-arrival or requires prior application." } } + { heading: "Entry Documents", content: { type: "paragraph", text: "Ensure your passport is valid for at least six months beyond your departure date." } }, + { heading: "Visa Types", content: { type: "paragraph", text: "Check if your nationality qualifies for visa-on-arrival or requires prior application." } } ]} /> -- 2.49.1 From c55fb646bc5d809257ab54dc42ee7e50a319c70d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:26:52 +0000 Subject: [PATCH 4/8] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a797dde..b9a9fae 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,18 +19,16 @@ export default function ContactPage() { ]} brandName="Luxuria" /> -
- -
+ Date: Fri, 22 May 2026 23:26:53 +0000 Subject: [PATCH 5/8] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e897e9..10d649b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,19 +19,17 @@ export default function Home() { ]} brandName="Luxuria" /> -
- console.log(data)} - /> -
+ console.log(data)} + /> Date: Fri, 22 May 2026 23:28:56 +0000 Subject: [PATCH 6/8] Update src/app/best-time-to-visit/page.tsx --- src/app/best-time-to-visit/page.tsx | 31 ++++++++++++++++------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/src/app/best-time-to-visit/page.tsx b/src/app/best-time-to-visit/page.tsx index d2f8741..f07da86 100644 --- a/src/app/best-time-to-visit/page.tsx +++ b/src/app/best-time-to-visit/page.tsx @@ -5,31 +5,34 @@ import ReactLenis from "lenis/react"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import LegalSection from "@/components/legal/LegalSection"; -export default function BestTimePage() { +export default function BestTimeToVisitPage() { return ( -- 2.49.1 From 5856bebe382ded565fd13e55d8853e60cfe712c5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:28:57 +0000 Subject: [PATCH 7/8] Update src/app/getting-around/page.tsx --- src/app/getting-around/page.tsx | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/app/getting-around/page.tsx b/src/app/getting-around/page.tsx index 2b53d03..37e6853 100644 --- a/src/app/getting-around/page.tsx +++ b/src/app/getting-around/page.tsx @@ -12,24 +12,27 @@ export default function GettingAroundPage() { -- 2.49.1 From aa33aee195d1bcf1f516c9544e9720cc8dda52d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:28:57 +0000 Subject: [PATCH 8/8] Update src/app/visa-requirements/page.tsx --- src/app/visa-requirements/page.tsx | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/app/visa-requirements/page.tsx b/src/app/visa-requirements/page.tsx index 18c6329..7085a58 100644 --- a/src/app/visa-requirements/page.tsx +++ b/src/app/visa-requirements/page.tsx @@ -12,24 +12,27 @@ export default function VisaRequirementsPage() { -- 2.49.1