Skip to content
View rigxsupply's full-sized avatar
  • Joined Apr 6, 2026

Block or report rigxsupply

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rigxsupply/README.md

Superclear — Next.js Site

Setup

npm install
npm run dev

Customization Checklist

1. Logo

Copy Superclear-Logo.png into the /public folder.

2. Background Video

  • Add a looping video file to /public/bg-video.mp4
  • Recommended: dark, abstract, slow-moving footage (smoke, water, particles)
  • Keep it short (5–15s) and compressed for fast loading
  • Free options: Pexels, Coverr, Mixkit

3. PDF URL

In app/page.tsx, replace the iframe src with your hosted PDF URL:

<iframe
  src="https://your-hosted-pdf-url.com/menu-pricing.pdf"
  ...
/>

Options for hosting PDFs:

  • Vercel Blob — upload via dashboard, paste the URL
  • Google Drive — share link → change /view to /preview
  • Dropbox — share link → change ?dl=0 to ?raw=1
  • AWS S3 / Cloudflare R2 — public bucket URL

4. Contact Email

Update the href on the Contact button in app/page.tsx:

<a href="mailto:your@email.com">Contact</a>

5. Hero Copy

Edit the tagline and description text in app/page.tsx as needed.

Project Structure

superclear/
├── app/
│   ├── layout.tsx       ← Root layout + metadata
│   ├── page.tsx         ← Main page (nav, hero, PDF modal)
│   └── globals.css      ← Noise overlay, typography, animations
├── public/
│   ├── Superclear-Logo.png
│   └── bg-video.mp4
├── next.config.js
├── tailwind.config.js
└── package.json

Superclear-V1

Popular repositories Loading

  1. rigxsupply rigxsupply Public

    rigxsupply site v1

    TypeScript