Skip to content

feat: Transform into brand-first landing page with routing#2

Merged
dseeker merged 1 commit into
mainfrom
claude/coke-on-cock-landing-SwJFd
Jan 13, 2026
Merged

feat: Transform into brand-first landing page with routing#2
dseeker merged 1 commit into
mainfrom
claude/coke-on-cock-landing-SwJFd

Conversation

@dseeker

@dseeker dseeker commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

Redesigned the site from shop-first to brand-first editorial landing page with dedicated product showcases.

Major Changes

Architecture

  • Added React Router DOM for client-side navigation (HashRouter for GH Pages)
  • Created separate Home and Shop pages
  • Product catalog moved to dedicated /shop route
  • Cart functionality works across all pages

New Pages

  • Home (/) - Brand landing with featured product hero sections
  • Shop (/shop) - Full product catalog with grid layout

New Components

  • ProductHero - Individual product showcase sections with:
    • Full-width hero layout with image + content
    • Alternating left/right layout (reverse prop)
    • Size selection and quick add to cart
    • Accent color customization (matrix/hotpink/cyan)
    • "View Details" modal integration
    • Animated on scroll

Updated Components

  • Header - Added navigation links (Home/Shop) with active state
  • App.jsx - Implemented HashRouter with Routes
  • Layout - Now wraps routed content

Home Page Features

  • Main hero section with brand message
  • 5 featured product hero sections (alternating layouts)
  • "Featured Disappointments" section header
  • "Explore Full Collection" CTA to shop
  • Brand manifesto section
  • Instagram CTA

Shop Page Features

  • "The Void Store" header section
  • Full product grid with all 20+ items
  • Category filtering (inherited from ProductGrid)
  • Bottom CTA for custom requests
  • Instagram link

Design Improvements

  • Each product gets its own spotlight on homepage
  • Editorial magazine-style layout
  • Smooth scroll animations with viewport triggers
  • Better mobile navigation
  • Consistent accent color theming throughout

Technical Details

  • HashRouter for GitHub Pages compatibility (no 404 issues)
  • Cart state persists across page navigation (Zustand + localStorage)
  • Modals work from any page
  • Responsive navigation (desktop shows links, mobile minimal)

User Flow

  1. Land on brand page with hero message
  2. Scroll through featured products with hero sections
  3. Quick add to cart or view details from any product hero
  4. Navigate to /shop to see full catalog
  5. Cart accessible from any page via header icon
  6. Checkout flow unchanged (Instagram DM / Email)

Build tested and passing. Ready for deployment.

Redesigned the site from shop-first to brand-first editorial landing page with dedicated product showcases.

## Major Changes

### Architecture
- Added React Router DOM for client-side navigation (HashRouter for GH Pages)
- Created separate Home and Shop pages
- Product catalog moved to dedicated /shop route
- Cart functionality works across all pages

### New Pages
- Home (/) - Brand landing with featured product hero sections
- Shop (/shop) - Full product catalog with grid layout

### New Components
- ProductHero - Individual product showcase sections with:
  - Full-width hero layout with image + content
  - Alternating left/right layout (reverse prop)
  - Size selection and quick add to cart
  - Accent color customization (matrix/hotpink/cyan)
  - "View Details" modal integration
  - Animated on scroll

### Updated Components
- Header - Added navigation links (Home/Shop) with active state
- App.jsx - Implemented HashRouter with Routes
- Layout - Now wraps routed content

### Home Page Features
- Main hero section with brand message
- 5 featured product hero sections (alternating layouts)
- "Featured Disappointments" section header
- "Explore Full Collection" CTA to shop
- Brand manifesto section
- Instagram CTA

### Shop Page Features
- "The Void Store" header section
- Full product grid with all 20+ items
- Category filtering (inherited from ProductGrid)
- Bottom CTA for custom requests
- Instagram link

### Design Improvements
- Each product gets its own spotlight on homepage
- Editorial magazine-style layout
- Smooth scroll animations with viewport triggers
- Better mobile navigation
- Consistent accent color theming throughout

### Technical Details
- HashRouter for GitHub Pages compatibility (no 404 issues)
- Cart state persists across page navigation (Zustand + localStorage)
- Modals work from any page
- Responsive navigation (desktop shows links, mobile minimal)

## User Flow
1. Land on brand page with hero message
2. Scroll through featured products with hero sections
3. Quick add to cart or view details from any product hero
4. Navigate to /shop to see full catalog
5. Cart accessible from any page via header icon
6. Checkout flow unchanged (Instagram DM / Email)

Build tested and passing. Ready for deployment.
@dseeker dseeker merged commit 3d4d628 into main Jan 13, 2026
1 of 2 checks passed
@dseeker dseeker deleted the claude/coke-on-cock-landing-SwJFd branch January 13, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants