Update src/app/page.tsx

This commit is contained in:
2025-12-23 16:45:16 +00:00
parent 3e2f6855d3
commit 0cf3b4160b

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';