Skip to content

Commit 2005e03

Browse files
committed
refactor: moved home into landing
1 parent b0cb95b commit 2005e03

File tree

63 files changed

+110
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+110
-117
lines changed

apps/sim/app/(auth)/auth-layout-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { useEffect } from 'react'
44
import AuthBackground from '@/app/(auth)/components/auth-background'
5-
import Navbar from '@/app/(home)/components/navbar/navbar'
5+
import Navbar from '@/app/(landing)/components/navbar/navbar'
66

77
export default function AuthLayoutClient({ children }: { children: React.ReactNode }) {
88
useEffect(() => {

apps/sim/app/(auth)/components/status-page-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ReactNode } from 'react'
22
import AuthBackground from '@/app/(auth)/components/auth-background'
3-
import Navbar from '@/app/(home)/components/navbar/navbar'
3+
import Navbar from '@/app/(landing)/components/navbar/navbar'
44
import { SupportFooter } from './support-footer'
55

66
export interface StatusPageLayoutProps {

apps/sim/app/(home)/components/index.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/sim/app/(home)/layout.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/sim/app/(landing)/blog/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getNavBlogPosts } from '@/lib/blog/registry'
2-
import Footer from '@/app/(home)/components/footer/footer'
3-
import Navbar from '@/app/(home)/components/navbar/navbar'
2+
import Footer from '@/app/(landing)/components/footer/footer'
3+
import Navbar from '@/app/(landing)/components/navbar/navbar'
44

55
export default async function StudioLayout({ children }: { children: React.ReactNode }) {
66
const blogPosts = await getNavBlogPosts()

apps/sim/app/(home)/components/collaboration/collaboration.tsx renamed to apps/sim/app/(landing)/components/collaboration/collaboration.tsx

File renamed without changes.

apps/sim/app/(home)/components/demo-request/consts.ts renamed to apps/sim/app/(landing)/components/demo-request/consts.ts

File renamed without changes.

apps/sim/app/(home)/components/demo-request/demo-request-modal.tsx renamed to apps/sim/app/(landing)/components/demo-request/demo-request-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
DEMO_REQUEST_REGION_OPTIONS,
2121
type DemoRequestPayload,
2222
demoRequestSchema,
23-
} from '@/app/(home)/components/demo-request/consts'
23+
} from '@/app/(landing)/components/demo-request/consts'
2424

2525
interface DemoRequestModalProps {
2626
children: React.ReactNode

apps/sim/app/(home)/components/enterprise/components/access-control-panel.tsx renamed to apps/sim/app/(landing)/components/enterprise/components/access-control-panel.tsx

File renamed without changes.

0 commit comments

Comments
 (0)