Update src/app/page.tsx

This commit is contained in:
2026-01-13 14:35:47 +00:00
parent 2204209e53
commit ffb403358c

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -103,7 +103,6 @@ export default function WildernessPage() {
buttons={[
{ text: "View All Trails", href: "#" }
]}
titleClassName="text-4xl md:text-5xl"
descriptionClassName="text-lg"
/>
</div>