Update src/app/page.tsx

This commit is contained in:
2026-03-03 10:58:05 +00:00
parent 53b0e44276
commit ed8a27480b

View File

@@ -10,17 +10,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactText from "@/components/sections/contact/ContactText"; import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, Briefcase, Award } from "lucide-react"; import { Sparkles, Briefcase, Award } from "lucide-react";
import Link from "next/link";
export default function HomePage() { export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Work", id: "/work" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"