diff --git a/src/app/projects/ecommerce-platform-redesign/page.tsx b/src/app/projects/ecommerce-platform-redesign/page.tsx index da14288..c2f2622 100644 --- a/src/app/projects/ecommerce-platform-redesign/page.tsx +++ b/src/app/projects/ecommerce-platform-redesign/page.tsx @@ -2,88 +2,59 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -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 EcommercePlatformRedesign() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Projects", id: "/projects" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - ]; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +export default function EcommercePlatformPage() { return (
-
- -
- -
- -
-