Skip to content

trendev/landing-page

Repository files navigation

TRENDev — Landing Page

Marketing landing page for TRENDev Consulting (Fractional CTO, AI, Cloud, DevOps, and Web3 consulting).

Stack

Project structure

src/
  app/App.tsx        Composition root: modal state + section assembly
  components/         Section + modal components (Header, Hero, Services, …)
  data/content.ts     Page content (expertise, services, projects, FAQ, …)
  hooks/              Reusable hooks (useBodyScrollLock)
  types.ts            Shared TypeScript types
  styles/             Tailwind entry + theme tokens

Scripts

npm install        # install dependencies
npm run dev        # start the dev server at http://localhost:3000
npm run typecheck  # type-check with tsc (no emit)
npm run build      # production build to ./build

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors