Update src/app/page.tsx

This commit is contained in:
2025-12-23 16:45:54 +00:00
parent f9194d8e39
commit 333be28628

View File

@@ -1,4 +1,4 @@
"use client";
"use client"
import { Coffee, Facebook, Instagram, Twitter } from "lucide-react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';