Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { useState } from 'react';
import { Analytics } from '@vercel/analytics/react';
import { Hero } from './components/Hero';
import { IndustryReality } from './components/IndustryReality';
import { OperatingLayer } from './components/OperatingLayer';
Expand Down Expand Up @@ -36,6 +37,7 @@ const App: React.FC = () => {

return (
<div className="min-h-screen flex flex-col font-sans selection:bg-neon selection:text-black">
<Analytics />
{/* Navigation */}
<nav className="fixed top-0 w-full z-50 bg-charcoal/90 backdrop-blur-md border-b border-white/5">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
Expand Down
43 changes: 43 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@supabase/supabase-js": "^2.86.0",
"@vercel/analytics": "^2.0.1",
"lucide-react": "^0.555.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand Down