Sign In

๐Ÿ“Š Dashboard
๐Ÿ  Properties
๐ŸŽฌ Testimonials
+ Add Property
+ Add Testimonial
Supabase Connection
Click Test to check
๐Ÿ“‹ Run this SQL in Supabase โ†’ SQL Editor to enable the Team feature:
create table if not exists team (
  id bigint generated by default as identity primary key,
  name text not null,
  designation text,
  email text,
  phone text,
  linkedin text,
  bio text,
  photo_url text,
  active boolean default true,
  sort_order int default 99,
  created_at timestamptz default now()
);
alter table team enable row level security;
drop policy if exists "Public read team" on team;
drop policy if exists "Public write team" on team;
create policy "Public read team" on team for select to anon using (true);
create policy "Public insert team" on team for insert to anon with check (true);
create policy "Public update team" on team for update to anon using (true);
create policy "Public delete team" on team for delete to anon using (true);
-- Storage bucket for photos:
insert into storage.buckets (id,name,public) values ('team-photos','team-photos',true) on conflict do nothing;
โ€”Total Properties
โ€”Featured Live
โ€”Testimonials
โ€”Video Stories
โ€”States Covered

Quick Overview

Your latest activity

Loading...

All Properties

Edit, feature or delete โ€” changes are instant on the website

PropertyPriceYieldGrowthBadgeStatusActions
Loading properties...

Client Testimonials

Text and video testimonials โ€” all displayed live on the website

ClientVideoQuote PreviewActiveActions
Loading testimonials...

Add New Investment Property

Goes live on the website immediately after saving

Add Client Testimonial

Text testimonials and video testimonials are both supported

Paste a YouTube or Vimeo link. YouTube: copy from the address bar or use Share โ†’ Copy Link. Vimeo: copy the page URL.
How to get a YouTube link: Open the video โ†’ click Share โ†’ Copy Link โ†’ paste here.

Team Management

Add, edit and manage team member profiles shown on the website.

โž• Add Team Member

๐Ÿ“ท
Click to upload photo
JPG, PNG, WebP ยท Max 5MB ยท Recommended 400ร—400px square
Uploading...
Loading...
๐Ÿ“‹ First time? Run this SQL in Supabase โ†’ SQL Editor to create the team table:
create table if not exists team (id bigint generated by default as identity primary key, name text not null, designation text, email text, phone text, linkedin text, bio text, photo_url text, active boolean default true, sort_order int default 99, created_at timestamptz default now());
alter table team enable row level security;
create policy "Public read team" on team for select to anon using (true);
create policy "Public insert team" on team for insert to anon with check (true);
create policy "Public update team" on team for update to anon using (true);
create policy "Public delete team" on team for delete to anon using (true);
insert into storage.buckets (id,name,public) values ('team-photos','team-photos',true) on conflict do nothing;
๐Ÿ“ง info@equivest.com.au  ยท  Equivest Property Group  ยท  0489 207 207