All projects

Peak - Fitness Gym Website

Peak is your virtual gateway to a world of fitness excellence! Peak is meticulously crafted to empower fitness enthusiasts, gym owners, and trainers in establishing a dynamic and engaging online presence.

Year

2024

Client

Framer

Scope

Web design | Framer template

3 spots available

Let's make your next design Platinum!

Hop on a 15-minute intro call and let's chat.

function getParam(param) { const params = new URLSearchParams(window.location.search); return params.get(param); } document.addEventListener("DOMContentLoaded", function () { const fields = ["utm_campaign", "utm_adset", "utm_ad"]; fields.forEach(function (name) { const input = document.querySelector("input[name='" + name + "']"); if (input) input.value = getParam(name) || ""; }); });