Update src/app/page.tsx

This commit is contained in:
2025-12-23 16:41:24 +00:00
parent 8eb9727260
commit cc3d3acfcf

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