INSULA Dent — “In development” holding page
A clean, fast, mobile-first static holding page for insuladent.hr while the full site is built. Single self-contained index.html (inline CSS, one web font, tiny JS for the year). Light, professional, HR-language: “U izradi / Coming soon”, clinic name INSULA Dent, Zadar, a line about modern oral-health care, and a placeholder contact line.
Where it lives
- File:
control-center/clients/insuladent/holding-page/index.html
What’s on it
- Badge: U izradi · Coming soon
- Heading: INSULA Dent · “Stomatološka ordinacija · Zadar”
- Lead: modern oral-health care, experienced team, new site coming soon (HR)
- Placeholder contact line — phone
+385 (0)00 000 000andinfo@insuladent.hrare placeholders; swap for the real clinic contact before going live. - Footer: © year · Insula Dent d.o.o.
Image slot (for the Higgsfield-generated image)
There is a dedicated hero image slot near the top of the card, marked in the HTML:
- The placeholder is a
<div class="hero-img-slot">with a dashed border reading “Hero image slot (Higgsfield)”. - To drop in the generated image, replace that div with:
<img src="hero.jpg" alt="INSULA Dent" class="hero-img" />(the.hero-imgclass is already defined). Recommended: a wide 16:9 or 3:2 clinic / smile hero image. - A comment in the
<style>block marks the exact spot too.
Design
- Light theme, off-white → soft blue gradient, teal accent (
#0aa5c9), Inter font. - Mobile-first, single card, responsive down to ~360px. No external JS/CSS beyond the Google Font. Loads fast.
Deploy (USER step — not done here)
Deployable to Cloudflare Workers/Pages later. This is a user step (no Cloudflare access from the agent):
- Cloudflare Pages → create project → upload the
holding-page/folder (or connect a repo), or use a simple Worker serving the static asset. - Point insuladent.hr (DNS) at Cloudflare Pages — see the separate DNS-move task (user has DNS access).
- Before going live: replace the placeholder phone/email, and drop the Higgsfield hero image into the image slot.
Status: page built. Deploy to Cloudflare = pending user. DNS move = user (has access). Landing-page hero image = blocked on Higgsfield MCP install.