Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user