Landing Pre Order Page

{% comment %} Knocked Off Co — Founding Drop Landing Page Add this file as: sections/knocked-off-founding-drop.liquid {% endcomment %}

{{ section.settings.hero_eyebrow }}

Not for everyone.
Just for those who get it.

Australian Streetwear · Limited Drop

Secure Your Piece

"Earned Never Given"

This isn't borrowed hype. Every piece in the founding drop is a statement — worn by those who move different.

The Founding Collection

Six Pieces. One Drop.

{% assign products = section.blocks | where: 'type', 'product_card' %} {% for block in products %}
{{ block.settings.name | escape }}
{% if block.settings.product_url != blank %} Pre-Order Now {% else %} Pre-Order Now {% endif %}

{{ block.settings.name }}

{{ block.settings.price }}

{{ block.settings.badge }}

{% endfor %}

The Founding Drop

Pre-order before the official launch

First Access

Before anyone else gets a look in

Limited Pieces

Once it's gone, it's gone. No restock.

Founding Member

Part of the first chapter of Knocked Off Co

Free Shipping

Australia-wide on all pre-orders

{% schema %} { "name": "KO Founding Drop", "settings": [ { "type": "text", "id": "logo_url", "label": "Logo URL", "default": "https://media.base44.com/images/public/6a397d14440f4bf94cceddb6/ff3108f59_688ca6b1c_knocked_off_co_logo_outlined1.png" }, { "type": "text", "id": "hero_eyebrow", "label": "Hero eyebrow", "default": "Founding Drop — Limited Release" } ], "blocks": [ { "type": "product_card", "name": "Product card", "settings": [ { "type": "text", "id": "name", "label": "Product name" }, { "type": "text", "id": "price", "label": "Price" }, { "type": "text", "id": "badge", "label": "Badge text" }, { "type": "text", "id": "image_url", "label": "Image URL" }, { "type": "url", "id": "product_url", "label": "Product URL" } ] } ], "presets": [ { "name": "KO Founding Drop", "blocks": [ { "type": "product_card", "settings": { "name": "Box Tee", "price": "AU$49.95", "badge": "Pre-Order · Ships with Drop", "image_url": "https://media.base44.com/images/public/6a397d14440f4bf94cceddb6/983641774_mens-box-tee-black-front-6a3cf62cdd4ce.jpg" } }, { "type": "product_card", "settings": { "name": "Snapback Cap", "price": "AU$49.95", "badge": "Pre-Order · Ships with Drop", "image_url": "https://media.base44.com/images/public/6a397d14440f4bf94cceddb6/b411ad7bb_snapback-trucker-cap-black-charcoal-front-6a3d0e1e558de.jpg" } }, { "type": "product_card", "settings": { "name": "Fleece Shorts", "price": "AU$69.95", "badge": "Pre-Order · Ships with Drop", "image_url": "https://media.base44.com/images/public/6a397d14440f4bf94cceddb6/9f90109a6_mens-fleece-shorts-black-front-6a3d177e87de4.jpg" } }, { "type": "product_card", "settings": { "name": "Tracksuit Pants", "price": "AU$89.95", "badge": "Pre-Order · Ships with Drop", "image_url": "https://media.base44.com/images/public/6a397d14440f4bf94cceddb6/ae9025d3a_42763283-9cf7-483f-941c-9a69d5992744.png" } }, { "type": "product_card", "settings": { "name": "Hoodie", "price": "AU$99.95", "badge": "Pre-Order · Ships with Drop", "image_url": "https://media.base44.com/images/public/6a397d14440f4bf94cceddb6/7867a288e_unisex-essential-organic-cruiser-20-hoodie-black-front-6a3d0200851dd.jpg" } }, { "type": "product_card", "settings": { "name": "Premium Hoodie", "price": "AU$119.95", "badge": "Limited Qty · Founding Drop Only", "image_url": "https://media.base44.com/images/public/6a397d14440f4bf94cceddb6/d8d410f1a_unisex-premium-pullover-hoodie-black-front-6a3cfbe5ef3f5.jpg" } } ] } ] } {% endschema %}