diff --git a/src/app/projects/digital-brand-identity/page.tsx b/src/app/projects/digital-brand-identity/page.tsx index 155ca4b..7948c80 100644 --- a/src/app/projects/digital-brand-identity/page.tsx +++ b/src/app/projects/digital-brand-identity/page.tsx @@ -2,127 +2,88 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; + +export default function DigitalBrandIdentity() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Projects", id: "/projects" }, + { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, + ]; -export default function DigitalBrandIdentityPage() { return (
-
- -
- -
+
-
- -
-