Update src/app/best-time-to-visit/page.tsx
This commit is contained in:
@@ -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={[]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user