| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Technology consulting website built with Next.js 14 and Tailwind CSS.
npm installnpm run devThis project includes smoke tests to verify critical pages are accessible.
Run smoke tests locally:
npm run test:smokeImportant: The dev server must be running (npm run dev) before running smoke tests.
Adding new pages: When you add a new page.tsx to /app, remember to add the route to tests/config.js to include it in smoke tests.
/app
layout.tsx # Shared Nav + Footer
page.tsx # Homepage
/ai-for-business
page.tsx # AI guide page
/blog
page.tsx # Blog listing
/components
Nav.tsx # Navigation with frosted glass effect
Footer.tsx # Site footer
CTA.tsx # Reusable call-to-action section
HeroSimple.tsx # Clean hero for interior pages
constants.ts # Shared constants (headshot image)
| Back | FazBrowse Home | New Git URL |