Website widgets

Each widget is a standalone page you can drop into your site with one iframe. They share our brand colors and cream background, so they sit naturally inside your pages.

Donation center scheduler

Calendly-style date and time picker for appointments at the Eureka center.

<iframe
  src="https://your-site.lovable.app/widget/center"
  title="Donation center scheduler"
  width="100%"
  height="620"
  style="border:0;border-radius:16px"
  loading="lazy"
></iframe>

Mobile drive scheduler

Same picker, limited to upcoming mobile drives out in the community.

<iframe
  src="https://your-site.lovable.app/widget/mobile"
  title="Mobile drive scheduler"
  width="100%"
  height="620"
  style="border:0;border-radius:16px"
  loading="lazy"
></iframe>

Compact upcoming drives list

Slim list of all upcoming drives — good for a sidebar or footer.

<iframe
  src="https://your-site.lovable.app/widget/drives"
  title="Compact upcoming drives list"
  width="100%"
  height="480"
  style="border:0;border-radius:16px"
  loading="lazy"
></iframe>