From c97dcacaf8d38d564d4b2a20ff3bacb6fb7ab731 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:25:18 +0000 Subject: [PATCH] Update src/app/projects/saas-product-interface-design/page.tsx --- .../saas-product-interface-design/page.tsx | 129 ++++++------------ 1 file changed, 45 insertions(+), 84 deletions(-) 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 (
-
- -
- -
+
-
- -
-