Update src/app/page.tsx

This commit is contained in:
2026-06-08 10:00:27 +00:00
parent 3e042d6efb
commit 3cb99f46c8

View File

@@ -15,7 +15,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import { Heart, Users, Utensils } from "lucide-react";
export default function LandingPage() {
const { toggleTheme } = useTheme();
const { toggleTheme } = useTheme() as { toggleTheme: () => void };
return (
<ThemeProvider