Skip to content

NWMBA/subvise

Repository files navigation

Subvise - Submarine Design Hats

A modern, responsive e-commerce landing page for submarine-themed hats built with Next.js, Tailwind CSS, and Lucide-React.

Features

  • 🎨 Clean-tech design with dark blue (#001f3f) accents
  • 📱 Fully responsive layout
  • 🛍️ Product grid with 5 submarine-themed hats
  • ♿ Semantic HTML for easy web scraping
  • 🔍 SEO-friendly with metadata
  • 📦 Ready for Vercel deployment

Products

  1. The Deep Diver - Beanie ($29.99)
  2. The Periscope - Trucker Hat ($34.99)
  3. The Nautical 19 - Dad Hat ($27.99)
  4. The Stealth - Snapback ($32.99)
  5. The Yellow Sub - Bucket Hat ($31.99)

Getting Started

Install Dependencies

npm install

Run Development Server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment to Vercel

Initialize Git Repository

git init
git add .
git commit -m "Initial commit: Subvise landing page"

Push to GitHub (create a new repository first)

git remote add origin https://github.com/yourusername/subvise.git
git branch -M main
git push -u origin main

Deploy to Vercel

  1. Go to vercel.com
  2. Click "New Project"
  3. Import your GitHub repository
  4. Vercel will auto-detect Next.js and configure build settings
  5. Click "Deploy"

Adding Meta Verification Tag

To add a meta verification tag (e.g., for Google Search Console), open app/layout.tsx and add your tag below the comment:

<head>
  {/* Insert meta verification tag below this line */}
  <meta name="google-site-verification" content="your-verification-code" />
</head>

Project Structure

subvise/
├── app/
│   ├── layout.tsx      # Root layout with metadata placeholder
│   ├── page.tsx        # Main landing page component
│   └── globals.css     # Tailwind CSS imports
├── public/             # Static assets
├── package.json
├── tailwind.config.ts
├── tsconfig.json
└── next.config.js

Technologies

  • Next.js 14 - React framework
  • TypeScript - Type safety
  • Tailwind CSS - Styling
  • Lucide-React - Icons

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors