Skip to content

A Next.js 14+ (App Router) landing page for the DataSpaces product stack.

Notifications You must be signed in to change notification settings

SemanticMatter/product_web

Repository files navigation

DataSpaces Landing Page

A Next.js 14+ (App Router) landing page for the DataSpaces product stack.

Tech Stack

  • Framework: Next.js (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Animations: Framer Motion
  • Icons: Lucide React

Setup

  1. Install dependencies:

    npm install
    # or
    yarn install
  2. Run development server:

    npm run dev
  3. Open http://localhost:3000

Asset Placement

Crucial: To render the architecture diagram, please place your image file named dataspace_services.png into the public/assets/ folder.

  1. Create directory: public/assets
  2. Add file: public/assets/dataspace_services.png
  3. Uncomment the <Image /> component in components/Architecture.tsx.

Content Editing

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.

About

A Next.js 14+ (App Router) landing page for the DataSpaces product stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published