A Next.js 14+ (App Router) landing page for the DataSpaces product stack.
- Framework: Next.js (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide React
-
Install dependencies:
npm install # or yarn install -
Run development server:
npm run dev
Crucial: To render the architecture diagram, please place your image file named dataspace_services.png into the public/assets/ folder.
- Create directory:
public/assets - Add file:
public/assets/dataspace_services.png - Uncomment the
<Image />component incomponents/Architecture.tsx.
All text content is separated from the UI components. Edit lib/content.ts to update headings, bullets, pricing, or features without touching the React code.