case study changes
This commit is contained in:
14
App.tsx
14
App.tsx
@@ -159,6 +159,11 @@ import { ThankYou } from "./pages/ThankYou";
|
||||
import { TradersCircuitProject } from "./pages/TradersCircuitProject";
|
||||
import { UXReviewPresentations } from "./pages/UXReviewPresentations";
|
||||
import { WokaProject } from "./pages/WokaProject";
|
||||
import { VIB360Project } from "./pages/VIB360Project";
|
||||
import { AmbleProject } from "./pages/AmbleProject";
|
||||
import { AmozProject } from "./pages/AmozProject";
|
||||
import { SimpliTendProject } from "./pages/SimpliTendProject";
|
||||
import { CaseStudyComingSoon } from "./pages/CaseStudyComingSoon";
|
||||
|
||||
|
||||
// Create a global navigation context
|
||||
@@ -694,6 +699,9 @@ export default function App() {
|
||||
"/resources/whitepapers-insights": WhitepapersInsights,
|
||||
"/resources/faqs": FAQs,
|
||||
|
||||
//Comming Soon / Placeholder Pages
|
||||
"/comming-soon": () => <CaseStudyComingSoon projectTitle="Coming Soon Project" />,
|
||||
|
||||
// CONTACT PAGES - Updated to use proper main contact route
|
||||
"/contact-us": Contact, // Contact Us Now page
|
||||
"/contact-us-now": Contact, // Alternative URL for Contact Us Now page
|
||||
@@ -717,6 +725,11 @@ export default function App() {
|
||||
"/projects/goodtimes": GoodTimesProject,
|
||||
"/projects/prosperty": ProspertyProject,
|
||||
"/projects/ranoutof": RanOutOfProject,
|
||||
"/projects/vib360": VIB360Project,
|
||||
"/projects/amble": AmbleProject,
|
||||
"/projects/amoz": AmozProject,
|
||||
"/projects/simpletend": SimpliTendProject,
|
||||
|
||||
|
||||
// ARTICLE PAGES
|
||||
"/articles/future-of-ai-healthcare": FutureOfAIHealthcare,
|
||||
@@ -730,6 +743,7 @@ export default function App() {
|
||||
"/insights/ux-review-presentations": UXReviewPresentations,
|
||||
"/insights/migrating-to-linear-101": MigratingToLinear101,
|
||||
"/insights/building-your-api-stack": BuildingYourAPIStack,
|
||||
|
||||
};
|
||||
|
||||
// Check if current path matches any route
|
||||
|
||||
Reference in New Issue
Block a user