Update src/app/best-time-to-visit/page.tsx

This commit is contained in:
2026-05-22 23:33:30 +00:00
parent 952b723f9f
commit d4c8e98f8a

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import LegalSection from "@/components/legal/LegalSection";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
export default function BestTimeToVisitPage() {
return (
@@ -17,9 +17,8 @@ export default function BestTimeToVisitPage() {
{ name: "Transport", id: "/getting-around" },
{ name: "Best Time", id: "/best-time-to-visit" },
]}
brandName="Luxuria"
/>
<div id="best-time-to-visit">
<div id="best-time-to-visit" data-section="best-time-to-visit">
<LegalSection
layout="page"
title="Best Time to Visit"
@@ -29,7 +28,7 @@ export default function BestTimeToVisitPage() {
{ heading: "Peak Seasons", content: { type: "list", items: ["Avoid tourist crowds with shoulder season planning", "Optimal weather for safari and expeditions", "Seasonal festivals and cultural events"] } }
]}
/>
<FooterBaseCard
<FooterBaseReveal
logoText="Luxuria"
columns={[]}
/>