@extends('layouts.app') @section('title', 'ShrimpHut | Freshwater Shrimp, Plants & Aquascaping') @push('styles') @endpush @section('content')
ShrimpHut | shrimphut.co.uk

Freshwater shrimp, planted tank essentials, and clear advice for UK hobbyists.

Shop carefully selected shrimp, nerite snails, practical aquascaping materials, and easy-to-choose plants and feeds without the filler.

Freshwater focus Built around shrimp, nerites, plants, and planted aquascapes.
Cleaner catalogue Straightforward product ranges without bloated filler categories.
Useful guidance Compatibility, parameter, and care information where it actually helps.
UK store Shipping, support, and content written for UK aquarium keepers.
Shrimp

Focused livestock range

A tighter shrimp range keeps the store easier to browse and simpler to maintain accurately.

Plants

Reliable planted tank staples

Java fern, anubias, mosses, Monte Carlo, and vallisneria for real-world shrimp setups.

Aquascaping

Hardscape that makes sense

Scissors, rocks, spider wood, and driftwood in practical size options for smaller and larger layouts.

@if($featuredCategories->isNotEmpty())

Shop by category

View all
@foreach ($featuredCategories as $category) @endforeach
@endif @if($featuredProducts->isNotEmpty())

Featured products

Browse shop
@foreach ($featuredProducts as $product)
{{ $product->name }}
{{ $product->category?->name }}
{{ $product->name }}

{{ $product->short_description }}

@money($product->current_price)
@endforeach
@endif
Why ShrimpHut

Built to be clear, usable, and accurate.

Cleaner product setup

Focused ranges make the storefront faster to browse and easier to keep up to date.

Useful compatibility tools

Compatibility and parameter checks are available where they add real decision-making value.

Practical UK guidance

Pages, policies, and guides are written for UK customers and everyday freshwater setups.

Newsletter

@csrf
@include('partials.recaptcha')
@if($guides->isNotEmpty())

Guides

View all guides
@foreach ($guides as $guide)
{{ $guide->title }}

{{ $guide->excerpt }}

@endforeach
@endif @endsection