Update src/app/page.tsx

This commit is contained in:
2025-12-23 16:46:07 +00:00
parent d39a2b8b72
commit d020d093e1

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