diff --git a/src/app/projects/saas-product-interface-design/page.tsx b/src/app/projects/saas-product-interface-design/page.tsx index 01b785d..cf09500 100644 --- a/src/app/projects/saas-product-interface-design/page.tsx +++ b/src/app/projects/saas-product-interface-design/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 SaasProductInterfaceDesign() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Projects", id: "/projects" }, + { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, + ]; -export default function SaasProductInterfaceDesignPage() { return (
-
- -
- -
+
-
- -
-