Files
6d96d761-e665-450e-83fb-343…/.project_index.json

3601 lines
96 KiB
JSON

{
"src/types/navigation.ts": {
"path": "src/types/navigation.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "unknown",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/types/button.ts": {
"path": "src/types/button.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "unknown",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/app/layout.tsx": {
"path": "src/app/layout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": true,
"role": "entry",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": false,
"can_insert_jsx": true,
"is_entry": true
},
"src/app/page.tsx": {
"path": "src/app/page.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "entry",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": false,
"can_insert_jsx": true,
"is_entry": true
},
"src/app/globals.css": {
"path": "src/app/globals.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "style",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/providers/themeProvider/ThemeProvider.tsx": {
"path": "src/providers/themeProvider/ThemeProvider.tsx",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "provider",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/providers/themeProvider/config/types.ts": {
"path": "src/providers/themeProvider/config/types.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "unknown",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/providers/themeProvider/config/constants.ts": {
"path": "src/providers/themeProvider/config/constants.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/providers/themeProvider/ThemeProvider.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/providers/themeProvider/utils/detectLightBackground.ts": {
"path": "src/providers/themeProvider/utils/detectLightBackground.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "unknown",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/providers/themeProvider/styles/cardStyles.ts": {
"path": "src/providers/themeProvider/styles/cardStyles.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"product"
],
"used_in": [
"src/providers/themeProvider/ThemeProvider.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/providers/themeProvider/styles/secondaryButtonStyles.ts": {
"path": "src/providers/themeProvider/styles/secondaryButtonStyles.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/providers/themeProvider/ThemeProvider.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/providers/themeProvider/styles/primaryButtonStyles.ts": {
"path": "src/providers/themeProvider/styles/primaryButtonStyles.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/providers/themeProvider/ThemeProvider.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/utils/throttle.ts": {
"path": "src/utils/throttle.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/utils/debounce.ts": {
"path": "src/utils/debounce.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/Textbox.tsx": {
"path": "src/components/Textbox.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/ServiceWrapper.tsx": {
"path": "src/components/ServiceWrapper.tsx",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/Accordion.tsx": {
"path": "src/components/Accordion.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/RadialGradientBackground.tsx": {
"path": "src/components/background/RadialGradientBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/NoiseBackground.tsx": {
"path": "src/components/background/NoiseBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/BlurBottomBackground.tsx": {
"path": "src/components/background/BlurBottomBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/DotGridBackground.tsx": {
"path": "src/components/background/DotGridBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/GradientBarsBackground.tsx": {
"path": "src/components/background/GradientBarsBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/AnimatedAuroraBackground.tsx": {
"path": "src/components/background/AnimatedAuroraBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/FluidBackground.tsx": {
"path": "src/components/background/FluidBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/AuroraBackground.tsx": {
"path": "src/components/background/AuroraBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/RotatedRaysBackground.tsx": {
"path": "src/components/background/RotatedRaysBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/PlainBackground.tsx": {
"path": "src/components/background/PlainBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/CircleGradientBackground.tsx": {
"path": "src/components/background/CircleGradientBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/GridBackround.tsx": {
"path": "src/components/background/GridBackround.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/NoiseGradientBackground.tsx": {
"path": "src/components/background/NoiseGradientBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/DownwardRaysBackground.tsx": {
"path": "src/components/background/DownwardRaysBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/AnimatedGridBackground.tsx": {
"path": "src/components/background/AnimatedGridBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/NoiseDiagonalGradientBackground.tsx": {
"path": "src/components/background/NoiseDiagonalGradientBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/floatingGradientBackground/FloatingGradientBackground.css": {
"path": "src/components/background/floatingGradientBackground/FloatingGradientBackground.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/background/floatingGradientBackground/FloatingGradientBackground.tsx": {
"path": "src/components/background/floatingGradientBackground/FloatingGradientBackground.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarStyleMinimal.tsx": {
"path": "src/components/navbar/NavbarStyleMinimal.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/Logo.tsx": {
"path": "src/components/navbar/Logo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx",
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx",
"src/components/navbar/NavbarLayoutFloatingInline.tsx",
"src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx",
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarLayoutFloatingInline.tsx": {
"path": "src/components/navbar/NavbarLayoutFloatingInline.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/HamburgerButton.tsx": {
"path": "src/components/navbar/HamburgerButton.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx",
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx": {
"path": "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarLayoutFloatingOverlay/useMenuAnimation.ts": {
"path": "src/components/navbar/NavbarLayoutFloatingOverlay/useMenuAnimation.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarLayoutFloatingOverlay/useScrollDetection.ts": {
"path": "src/components/navbar/NavbarLayoutFloatingOverlay/useScrollDetection.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarLayoutFloatingOverlay/useResponsive.ts": {
"path": "src/components/navbar/NavbarLayoutFloatingOverlay/useResponsive.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/expandingMenu/ExpandingMenu.tsx": {
"path": "src/components/navbar/expandingMenu/ExpandingMenu.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/expandingMenu/useResponsiveMenuWidth.ts": {
"path": "src/components/navbar/expandingMenu/useResponsiveMenuWidth.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/expandingMenu/ExpandingMenu.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/mobileMenu/useMenuAnimation.ts": {
"path": "src/components/navbar/mobileMenu/useMenuAnimation.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/mobileMenu/MobileMenu.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/mobileMenu/MobileMenu.tsx": {
"path": "src/components/navbar/mobileMenu/MobileMenu.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarStyleApple/useScrollState.ts": {
"path": "src/components/navbar/NavbarStyleApple/useScrollState.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"metric"
],
"used_in": [
"src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx": {
"path": "src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.css": {
"path": "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx": {
"path": "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.css": {
"path": "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx": {
"path": "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"navbar"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/AnimationContainer.tsx": {
"path": "src/components/sections/AnimationContainer.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/metrics/MetricCardTen.tsx": {
"path": "src/components/sections/metrics/MetricCardTen.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/metrics/MetricCardTwo.tsx": {
"path": "src/components/sections/metrics/MetricCardTwo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/metrics/MetricCardSeven.tsx": {
"path": "src/components/sections/metrics/MetricCardSeven.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/metrics/MetricCardOne.tsx": {
"path": "src/components/sections/metrics/MetricCardOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/metrics/MetricCardThree.tsx": {
"path": "src/components/sections/metrics/MetricCardThree.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/metrics/MetricCardFourteen.tsx": {
"path": "src/components/sections/metrics/MetricCardFourteen.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/metrics/MetricCardEleven.tsx": {
"path": "src/components/sections/metrics/MetricCardEleven.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterCard.tsx": {
"path": "src/components/sections/footer/FooterCard.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer",
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterLogoEmphasis.tsx": {
"path": "src/components/sections/footer/FooterLogoEmphasis.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterMedia.tsx": {
"path": "src/components/sections/footer/FooterMedia.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterSimple.tsx": {
"path": "src/components/sections/footer/FooterSimple.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterBase.tsx": {
"path": "src/components/sections/footer/FooterBase.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer"
],
"used_in": [
"src/components/sections/footer/FooterBaseReveal.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterLogoReveal.tsx": {
"path": "src/components/sections/footer/FooterLogoReveal.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterBaseReveal.tsx": {
"path": "src/components/sections/footer/FooterBaseReveal.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/footer/FooterBaseCard.tsx": {
"path": "src/components/sections/footer/FooterBaseCard.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"footer",
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/contact/ContactSplitForm.tsx": {
"path": "src/components/sections/contact/ContactSplitForm.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/contact/ContactSplit.tsx": {
"path": "src/components/sections/contact/ContactSplit.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/contact/ContactText.tsx": {
"path": "src/components/sections/contact/ContactText.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/contact/ContactFaq.tsx": {
"path": "src/components/sections/contact/ContactFaq.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"faq"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/contact/ContactCenter.tsx": {
"path": "src/components/sections/contact/ContactCenter.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/faq/FaqSplitText.tsx": {
"path": "src/components/sections/faq/FaqSplitText.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"faq"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/faq/FaqBase.tsx": {
"path": "src/components/sections/faq/FaqBase.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"faq"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/faq/FaqSplitMedia.tsx": {
"path": "src/components/sections/faq/FaqSplitMedia.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"faq"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/faq/FaqDouble.tsx": {
"path": "src/components/sections/faq/FaqDouble.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"faq"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/SplitAbout.tsx": {
"path": "src/components/sections/about/SplitAbout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/TextAbout.tsx": {
"path": "src/components/sections/about/TextAbout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/MediaAbout.tsx": {
"path": "src/components/sections/about/MediaAbout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/AboutMetric.tsx": {
"path": "src/components/sections/about/AboutMetric.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/MediaSplitTabsAbout.tsx": {
"path": "src/components/sections/about/MediaSplitTabsAbout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/MetricSplitMediaAbout.tsx": {
"path": "src/components/sections/about/MetricSplitMediaAbout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about",
"metric"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/TextSplitAbout.tsx": {
"path": "src/components/sections/about/TextSplitAbout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/about/InlineImageSplitTextAbout.tsx": {
"path": "src/components/sections/about/InlineImageSplitTextAbout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"about"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/product/ProductCardTwo.tsx": {
"path": "src/components/sections/product/ProductCardTwo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/product/ProductCardFour.tsx": {
"path": "src/components/sections/product/ProductCardFour.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/product/ProductCardOne.tsx": {
"path": "src/components/sections/product/ProductCardOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/product/ProductCardThree.tsx": {
"path": "src/components/sections/product/ProductCardThree.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/blog/BlogCardSix.tsx": {
"path": "src/components/sections/blog/BlogCardSix.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/blog/BlogCardTwo.tsx": {
"path": "src/components/sections/blog/BlogCardTwo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/blog/BlogCardThree.tsx": {
"path": "src/components/sections/blog/BlogCardThree.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/blog/BlogCardEleven.tsx": {
"path": "src/components/sections/blog/BlogCardEleven.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/blog/BlogCardFive.tsx": {
"path": "src/components/sections/blog/BlogCardFive.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/blog/BlogCardOne.tsx": {
"path": "src/components/sections/blog/BlogCardOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/socialProof/SocialProofTwo.tsx": {
"path": "src/components/sections/socialProof/SocialProofTwo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/socialProof/SocialProofThree.tsx": {
"path": "src/components/sections/socialProof/SocialProofThree.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/socialProof/SocialProofOne.tsx": {
"path": "src/components/sections/socialProof/SocialProofOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/team/TeamCardSix.tsx": {
"path": "src/components/sections/team/TeamCardSix.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/team/TeamCardTwo.tsx": {
"path": "src/components/sections/team/TeamCardTwo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/team/TeamCardEleven.tsx": {
"path": "src/components/sections/team/TeamCardEleven.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/team/TeamCardTen.tsx": {
"path": "src/components/sections/team/TeamCardTen.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/team/TeamCardFive.tsx": {
"path": "src/components/sections/team/TeamCardFive.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/team/TeamCardOne.tsx": {
"path": "src/components/sections/team/TeamCardOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardSeven.tsx": {
"path": "src/components/sections/feature/FeatureCardSeven.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardMedia.tsx": {
"path": "src/components/sections/feature/FeatureCardMedia.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardSix.tsx": {
"path": "src/components/sections/feature/FeatureCardSix.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardEight.tsx": {
"path": "src/components/sections/feature/FeatureCardEight.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureProcessSteps.tsx": {
"path": "src/components/sections/feature/FeatureProcessSteps.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardTwentyOne.tsx": {
"path": "src/components/sections/feature/FeatureCardTwentyOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardNine.tsx": {
"path": "src/components/sections/feature/FeatureCardNine.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardSixteen.tsx": {
"path": "src/components/sections/feature/FeatureCardSixteen.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardTwelve.tsx": {
"path": "src/components/sections/feature/FeatureCardTwelve.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardOne.tsx": {
"path": "src/components/sections/feature/FeatureCardOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/FeatureCardNineteen.tsx": {
"path": "src/components/sections/feature/FeatureCardNineteen.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/featureCardThree/useDynamicDimensions.ts": {
"path": "src/components/sections/feature/featureCardThree/useDynamicDimensions.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "section",
"tags": [],
"used_in": [
"src/components/sections/feature/featureCardThree/FeatureCardThree.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/featureCardThree/FeatureCardThree.css": {
"path": "src/components/sections/feature/featureCardThree/FeatureCardThree.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx": {
"path": "src/components/sections/feature/featureCardThree/FeatureCardThreeItem.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [
"src/components/sections/feature/featureCardThree/FeatureCardThree.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/feature/featureCardThree/FeatureCardThree.tsx": {
"path": "src/components/sections/feature/featureCardThree/FeatureCardThree.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroOverlay.tsx": {
"path": "src/components/sections/hero/HeroOverlay.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroLogoBillboard.tsx": {
"path": "src/components/sections/hero/HeroLogoBillboard.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroBillboardGallery.tsx": {
"path": "src/components/sections/hero/HeroBillboardGallery.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroBillboardScroll.tsx": {
"path": "src/components/sections/hero/HeroBillboardScroll.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroBillboard.tsx": {
"path": "src/components/sections/hero/HeroBillboard.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroBillboardCarousel.tsx": {
"path": "src/components/sections/hero/HeroBillboardCarousel.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroLogo.tsx": {
"path": "src/components/sections/hero/HeroLogo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroBillboardRotatedCarousel.tsx": {
"path": "src/components/sections/hero/HeroBillboardRotatedCarousel.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroLogoBillboardSplit.tsx": {
"path": "src/components/sections/hero/HeroLogoBillboardSplit.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroSplit.tsx": {
"path": "src/components/sections/hero/HeroSplit.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/HeroSplitKpi.tsx": {
"path": "src/components/sections/hero/HeroSplitKpi.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/heroCarouselLogo/HeroCarouselLogo.tsx": {
"path": "src/components/sections/hero/heroCarouselLogo/HeroCarouselLogo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"hero"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/hero/heroCarouselLogo/useCarouselFullscreen.ts": {
"path": "src/components/sections/hero/heroCarouselLogo/useCarouselFullscreen.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "section",
"tags": [],
"used_in": [
"src/components/sections/hero/heroCarouselLogo/HeroCarouselLogo.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/pricing/PricingCardEight.tsx": {
"path": "src/components/sections/pricing/PricingCardEight.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/pricing/PricingCardFive.tsx": {
"path": "src/components/sections/pricing/PricingCardFive.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/pricing/PricingCardTwo.tsx": {
"path": "src/components/sections/pricing/PricingCardTwo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/pricing/PricingCardNine.tsx": {
"path": "src/components/sections/pricing/PricingCardNine.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/pricing/PricingCardOne.tsx": {
"path": "src/components/sections/pricing/PricingCardOne.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/sections/pricing/PricingCardThree.tsx": {
"path": "src/components/sections/pricing/PricingCardThree.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "section",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/form/EmailSignupForm.tsx": {
"path": "src/components/form/EmailSignupForm.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/form/WaitlistForm.tsx": {
"path": "src/components/form/WaitlistForm.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/form/ContactForm.tsx": {
"path": "src/components/form/ContactForm.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/form/Textarea.tsx": {
"path": "src/components/form/Textarea.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/form/Input.tsx": {
"path": "src/components/form/Input.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/FooterColumns.tsx": {
"path": "src/components/shared/FooterColumns.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"footer"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/SocialLinks.tsx": {
"path": "src/components/shared/SocialLinks.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/OverlayArrowButton.tsx": {
"path": "src/components/shared/OverlayArrowButton.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/ProductImage.tsx": {
"path": "src/components/shared/ProductImage.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/Tag.tsx": {
"path": "src/components/shared/Tag.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/Textbox.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/MediaContent.tsx": {
"path": "src/components/shared/MediaContent.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/QuantityButton.tsx": {
"path": "src/components/shared/QuantityButton.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/Globe.tsx": {
"path": "src/components/shared/Globe.tsx",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/PricingBadge.tsx": {
"path": "src/components/shared/PricingBadge.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/AvatarGroup.tsx": {
"path": "src/components/shared/AvatarGroup.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/Textbox.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/Badge.tsx": {
"path": "src/components/shared/Badge.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/PricingFeatureList.tsx": {
"path": "src/components/shared/PricingFeatureList.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/FavoriteButton.tsx": {
"path": "src/components/shared/FavoriteButton.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/FillWidthText/FillWidthText.tsx": {
"path": "src/components/shared/FillWidthText/FillWidthText.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/FillWidthText/useFillWidthText.ts": {
"path": "src/components/shared/FillWidthText/useFillWidthText.ts",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/shared/FillWidthText/FillWidthText.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/SvgTextLogo/SvgTextLogo.tsx": {
"path": "src/components/shared/SvgTextLogo/SvgTextLogo.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/shared/SvgTextLogo/useSvgTextLogo.ts": {
"path": "src/components/shared/SvgTextLogo/useSvgTextLogo.ts",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/shared/SvgTextLogo/SvgTextLogo.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonIconArrow.tsx": {
"path": "src/components/button/ButtonIconArrow.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/useCharAnimation.ts": {
"path": "src/components/button/useCharAnimation.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"src/components/button/ButtonTextShift/ButtonTextShift.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/SelectorButton.tsx": {
"path": "src/components/button/SelectorButton.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/types.ts": {
"path": "src/components/button/types.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/useButtonClick.ts": {
"path": "src/components/button/useButtonClick.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": true,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"src/components/button/ButtonTextShift/ButtonTextShift.tsx",
"src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx",
"src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx",
"src/components/button/ButtonExpandHover.tsx",
"src/components/button/ButtonHoverBubble.tsx",
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"src/components/button/ButtonIconArrow.tsx",
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"src/components/button/ButtonTextUnderline.tsx",
"src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonExpandHover.tsx": {
"path": "src/components/button/ButtonExpandHover.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonHoverBubble.tsx": {
"path": "src/components/button/ButtonHoverBubble.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/Button.tsx": {
"path": "src/components/button/Button.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingInline.tsx",
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/Textbox.tsx",
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonTextUnderline.tsx": {
"path": "src/components/button/ButtonTextUnderline.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingInline.tsx",
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx": {
"path": "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonDirectionalHover/useDirectionalHover.ts": {
"path": "src/components/button/ButtonDirectionalHover/useDirectionalHover.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonDirectionalHover/DirectionalButton.css": {
"path": "src/components/button/ButtonDirectionalHover/DirectionalButton.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonTextShift/TextShiftButton.css": {
"path": "src/components/button/ButtonTextShift/TextShiftButton.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonTextShift/ButtonTextShift.tsx": {
"path": "src/components/button/ButtonTextShift/ButtonTextShift.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonHoverMagnetic/useMagneticEffect.ts": {
"path": "src/components/button/ButtonHoverMagnetic/useMagneticEffect.ts",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx": {
"path": "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx": {
"path": "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonShiftHover/ShiftButton.css": {
"path": "src/components/button/ButtonShiftHover/ShiftButton.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx": {
"path": "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonTextStagger/StaggerButton.css": {
"path": "src/components/button/ButtonTextStagger/StaggerButton.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonBounceEffect/BounceButton.css": {
"path": "src/components/button/ButtonBounceEffect/BounceButton.css",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx": {
"path": "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonElasticEffect/useElasticEffect.ts": {
"path": "src/components/button/ButtonElasticEffect/useElasticEffect.ts",
"is_react": true,
"has_default_export": true,
"has_jsx": false,
"has_use_client": true,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx": {
"path": "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/CardList.tsx": {
"path": "src/components/cardStack/CardList.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/CardStackTextBox.tsx": {
"path": "src/components/cardStack/CardStackTextBox.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"product"
],
"used_in": [
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx",
"src/components/cardStack/layouts/timelines/TimelineCardStack.tsx",
"src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/types.ts": {
"path": "src/components/cardStack/types.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx",
"src/components/cardStack/CardStack.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/CardStack.tsx": {
"path": "src/components/cardStack/CardStack.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx": {
"path": "src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/CardStack.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx": {
"path": "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/cardStack/CardStack.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/carousels/AngledCarousel.tsx": {
"path": "src/components/cardStack/layouts/carousels/AngledCarousel.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx": {
"path": "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx": {
"path": "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx": {
"path": "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx": {
"path": "src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/timelines/TimelineBase.tsx": {
"path": "src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/CardStack.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/timelines/TimelineCardStack.tsx": {
"path": "src/components/cardStack/layouts/timelines/TimelineCardStack.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [
"product"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/grid/gridConfigs.ts": {
"path": "src/components/cardStack/layouts/grid/gridConfigs.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/layouts/grid/GridLayout.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/layouts/grid/GridLayout.tsx": {
"path": "src/components/cardStack/layouts/grid/GridLayout.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/CardStack.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/hooks/useCardAnimation.ts": {
"path": "src/components/cardStack/hooks/useCardAnimation.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"product"
],
"used_in": [
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/hooks/usePrevNextButtons.ts": {
"path": "src/components/cardStack/hooks/usePrevNextButtons.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/hooks/useTimelineHorizontal.ts": {
"path": "src/components/cardStack/hooks/useTimelineHorizontal.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/hooks/useScrollProgress.ts": {
"path": "src/components/cardStack/hooks/useScrollProgress.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/cardStack/hooks/usePhoneAnimations.ts": {
"path": "src/components/cardStack/hooks/usePhoneAnimations.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/text/TextAnimation.tsx": {
"path": "src/components/text/TextAnimation.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [
"src/components/Textbox.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/text/TextNumberCount.tsx": {
"path": "src/components/text/TextNumberCount.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/components/text/types.ts": {
"path": "src/components/text/types.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/hooks/useClickOutside.ts": {
"path": "src/hooks/useClickOutside.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/lib/utils.ts": {
"path": "src/lib/utils.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": false,
"has_use_client": false,
"has_return_jsx": false,
"role": "unknown",
"tags": [],
"used_in": [
"src/lib/buttonUtils.ts"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/lib/buttonUtils.ts": {
"path": "src/lib/buttonUtils.ts",
"is_react": false,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [
"button"
],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/tag/Tag.tsx": {
"path": "src/tag/Tag.tsx",
"is_react": true,
"has_default_export": true,
"has_jsx": true,
"has_use_client": true,
"has_return_jsx": true,
"role": "unknown",
"tags": [],
"used_in": [],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
},
"src/tag/useTagEffects.ts": {
"path": "src/tag/useTagEffects.ts",
"is_react": true,
"has_default_export": false,
"has_jsx": true,
"has_use_client": false,
"has_return_jsx": false,
"role": "ui",
"tags": [],
"used_in": [
"src/tag/Tag.tsx"
],
"can_modify_directly": true,
"can_delete": true,
"can_insert_jsx": true,
"is_entry": false
}
}