Update src/app/page.tsx

This commit is contained in:
2026-06-08 10:01:21 +00:00
parent 3cb99f46c8
commit ebbb4c2b9e

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() as { toggleTheme: () => void };
const toggleTheme = () => { console.log("Theme toggle functionality not implemented for this ThemeProvider."); };
return (
<ThemeProvider