Available Page Widgets

Browse all the building blocks you can use to create your custom web pages. Below is your complete set of page elements—each designed to help you structure content, highlight products, engage visitors, or add visual impact. Use this guide as a quick reference when planning or assembling your layouts.

Content Slider

Banner

Text Block

This is a text block

The Text Block widget lets you add plain or formatted text anywhere on your page. It's perfect for section intros, product explanations, instructions, disclaimers, or any other content you need to communicate clearly. You can drop it into any layout and adjust its placement to fit the flow of your page. You can include headings, paragraphs, • bullet points, links, and basic formatting like bold or italic. This makes it easy to organize information, highlight key points, and maintain a consistent look across your site.

Accordion

The Accordion widget displays content in collapsible sections, so users can expand only what they need. It’s ideal for keeping pages clean and user-friendly.

It helps reduce clutter by hiding secondary information until it’s needed. This makes it easier for users to scan and find answers quickly.

FAQs, product specs, policies, or anything you’d normally cram into a long scroll. If it can be grouped, it can go in an accordion.

Yes—you can customize titles, reorder items, and adjust colors or spacing to fit your design. Each section works independently for full control.

Blog

Music Festival Mementos

Putting on a local show, or hosting a massive, multi-day shindig? We've got you covered with promo products that keep the memories fond for festival attendees long after the music has stopped. ...

Local Roots: Promotional Products Born in the USA

There's something powerful about choosing American-made products, especially in the world of branded merch. Whether it's supporting local jobs, shortening turnaround times, or showcasing standout c...

Case Study: Lunchtime Appreciation

Description: ID Lunch Bag Industry: Health Care / Pharmaceutical What it was purchased for: A hospital wanted a unisex item to give out for Nurses Week. Since most of the nursing staff brought th...

Form

This is a Text Block widget. It lets you add plain text to your form for things like help text, instructions, or disclaimers.

Newsletter

Newsletter Title

Let the universe deliver a little magic to your inbox. New finds, secret deals, and sacred updates await.

Product Group

Countdown

Icon

Code

Code Widget
Paste HTML embeds or JavaScript snippets
HTML JS Embed
Editor
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Example: add a simple CTA --> <div style="border:1px solid #e5e7eb; border-radius:12px; padding:16px; background:#f8fafc;"> <h3 style="margin:0 0 8px; font-size:18px;">Need help choosing products?</h3> <p style="margin:0 0 12px; color:#475569;">We can build a curated list for your event, team, or campaign.</p> <button type="button" onclick="alert('This button was added using the Code Widget.')" style="background:#111827; color:#fff; border:0; padding:10px 14px; border-radius:10px; font-weight:700; cursor:pointer;">Request a Quote</button> </div>
Output
Preview output shown below (what visitors would see).
Need help choosing products?
We can build a curated list for your event, team, or campaign.
Close